From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6735330247834599424 X-Received: by 2002:ac2:5ec1:: with SMTP id d1mr16355090lfq.83.1570443646185; Mon, 07 Oct 2019 03:20:46 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:8803:: with SMTP id x3ls2074374ljh.10.gmail; Mon, 07 Oct 2019 03:20:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqzUzG90qt5twV54OQLV+b+Jmm2Fy0PkKvVwVBv4IT15I6dVfqWkhMTR9UH60+uJ9TLk1W5T X-Received: by 2002:a2e:9e90:: with SMTP id f16mr18003149ljk.155.1570443645657; Mon, 07 Oct 2019 03:20:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570443645; cv=none; d=google.com; s=arc-20160816; b=mj7jKZ1qxY7fKZ8Tet83epIKhfjW9/t1KvPbhNNZAR9ofp2bDLbmObBitaCItNjopl 15RyXrTVFQMAqXgCQBA7/qmKguC6mqGiPa631hbkSJTsJCMyNYmZAe1ew+JJfvuiIBro HRTaWUuvDRoCizdWvZijFVO6xD/0ElRmShHpI5WjzSVgJXz3H3noE8Qh+uIHU57llhjG /K2D6DlxPIZoG6eRn90mHckCnHQfSN+8JgUgYZdBFct+A7ltorNdlOyHNC/GIX9gncO2 OnkPANkTLaop0wfjs7Ig7P054+9k9HMj0euMlzBYLbXRfetSRqbQKUQOlz+eAO+Jidhf 3ZZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=sEio2ed2Gw2J/merRwVCDxM7FGBIon1pZAWDg1eZPYI=; b=Tbk9bJGnF+MOBDV3N3DjM6eLctBGo7wTbmczpGLzmOGSPDFrt8x3DBXooiTCjzdlOi u1ZtFtxTmO6vxYco1oND5/sz5OOl3JfhttkOUXf2li8vnSzaWFyKD6gcrRJE1zdsHQSQ BSkiPnUZWS1Gy2RAtfGoGPhVxXV4BFR8EZ6FsUC4J+RFSyPoLdmMlDo0adq1XmrqggWJ QdR+GU6nn0OD/ZJEKFG82V2A22SS6MOvcZDc4TsDXAIKYf0jOXiVqw0lPtBZnARALUDy aJzyDikP3f0V5y6KKprvB5MWCI/5sYc90MTt6L98OgWxQolSk6mZkadJyZRwaCuzmxSE DuAw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id h6si804842lfc.3.2019.10.07.03.20.45 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 07 Oct 2019 03:20:45 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (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 x97AKgLM005150 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 7 Oct 2019 12:20:44 +0200 Date: Mon, 7 Oct 2019 12:20:42 +0200 From: Baurzhan Ismagulov To: "isar-users@googlegroups.com" Subject: Re: [PATCH] Add support for specifying package architecture using DPKG_ARCH Message-ID: <20191007102042.wovptj4eagg4gqoj@yssyq.m.ilbers.de> Mail-Followup-To: "isar-users@googlegroups.com" References: <20190911084104.19625-1-konstantinos.dalamagkidis@siemens.com> <6c7eeaaa-5f26-0836-e80e-e130d1f54347@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6c7eeaaa-5f26-0836-e80e-e130d1f54347@siemens.com> User-Agent: NeoMutt/20180716 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: e2rAT+c7qOQ8 On Mon, Sep 30, 2019 at 08:07:25AM +0200, Jan Kiszka wrote: > Thinking about this again: I guess we need more to enable "all" packages > cleanly. Currently, we will build them multiple times, namely once per > DISTRO/DISTRO_ARCH, rather than just one per DISTRO. Debian should have the issue as well. I suppose, in Debian currently the last one wins, which should be fine with correct packaging. In that case, reducing the number of builds would be a welcome optimization. "Architecture-independent packages that can only be generated on one architecture" in [1] goes even further. 1. https://wiki.ubuntu.com/MultiarchSpec With kind regards, Baurzhan.