From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7044509774377910272 X-Received: by 2002:adf:ef01:: with SMTP id e1mr27386011wro.647.1641801008688; Sun, 09 Jan 2022 23:50:08 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:3b45:: with SMTP id i66ls995655wma.1.canary-gmail; Sun, 09 Jan 2022 23:50:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJyPj8oM81VY65iRZL+IDULh5/ppPmcmETfPUqIncpzo0ncnN3JELmKKYZ4HBCk+DX7/bE+s X-Received: by 2002:a7b:c310:: with SMTP id k16mr21094681wmj.169.1641801007760; Sun, 09 Jan 2022 23:50:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1641801007; cv=none; d=google.com; s=arc-20160816; b=d2fprj3b7U/ZVyHppzNZq5/7kzp8IosCJ5coOA2IgDQMLbUZ/vT6Xuuyn7QSHwLkQd ciVJtP/++AJIsIOyleCzOYw2AqLC2sPkXc0nq5IvhmLY9z5TS1Yf96BoU1zc9f1ZIpql V5ojlF4Z7Q4E8cegxx14hsJOosEpYeiqvNNWdQe//FyP6Vl2T+wishnQDyF6IisVzKNg zrRpPT7G+swMo48arC/IlweAimIvYVRtnREM+Hhr6L4YRYGCFdON0MCHopJHOo9xewkP Z5HFAI47mMPh85UCkSPx2zZpn+oRJoygxaE90DS+9CLT/Ul4liovuwSbBt6KMuNnvH2L JZCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject; bh=C/XPeJBse/sXgnZXrwp3cwMzDf9rbsArXHrtgHhLXtM=; b=RC21nYBFKEQGW7jA4KOjt0ivTY07RR+IzFiWRwMbpSx5rYiUduM6ot44+ldjwUmpL+ Y3Rm6cbUoOXwKwMCmbFcT/rP7G5EYXV7Vwq3BXEDGyAr//KIj9lQZdcctpubDXD1d+fA tqHnYD9q/Vo0imIxMCQiUASbAyKgAPjcmrLuOvEnzm9NhAXLs8IJulSnkAgChmgLAgTq oOjak5lOWUsEOs+n978/s3aYJg+Uh1jWnYCJ/hG9ke8Zai7UyuSgS99rQiGS6eH+guJJ eb353ip7mkWU9g7bbNveiZ5EwNMGN8276Sa3alL5A8F9+/sRpV2QiLTveMatBCQCv2Ms uWzg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id m12si193443wrp.3.2022.01.09.23.50.07 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 09 Jan 2022 23:50:07 -0800 (PST) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [127.0.0.1] (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 20A7o5rb017623 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 10 Jan 2022 08:50:06 +0100 Subject: Re: [PATCH 1/1] Revert "buildchroot: Do not build cross when there are no arch-specific outputs" To: Felix Moessbauer , isar-users@googlegroups.com Cc: jan.kiszka@siemens.com, Uladzimir Bely References: <20211222125516.1419379-1-felix.moessbauer@siemens.com> From: Anton Mikanovich Message-ID: <31ca9eea-8a3d-4f45-dbfb-e55edde42807@ilbers.de> Date: Mon, 10 Jan 2022 10:50:05 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211222125516.1419379-1-felix.moessbauer@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: iDBuk09w9ECt 22.12.2021 15:55, Felix Moessbauer wrote: > This reverts commit 563986703d9a0405c70af9b50ecedede2ac59cbd. > > The reverted patch made a shortcut to simplify the handling of cross-build > dependencies of architecture:all packages. > This is not valid for the following reasons: > > 1. Just scanning the control file for 'all' is not sufficient as > a source package might generate both arch specific and :all packages. > > 2. This breaks architecture specific transitive build dependencies. > These mainly apply to correctly packaged python packages that support > cross building and use setuptools. By that, the transitive dependency > libpython3.9-minimal: is not attracted but instead the version > for the host, leading to very hard to debug build-time issues. > > In case packages do not handle their cross-build dependencies correctly, we > should not try to work around in ISAR, but better enforce upstream patches. > > Signed-off-by: Felix Moessbauer Applied to next, thanks. -- Anton Mikanovich Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov