From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B96D41581C1 for ; Sat, 13 Jul 2024 14:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C82AE2ABE; Sat, 13 Jul 2024 14:49:03 +0000 (UTC) Received: from smarthost01b.ixn.mail.zen.net.uk (smarthost01b.ixn.mail.zen.net.uk [212.23.1.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF5C7E2AAA for ; Sat, 13 Jul 2024 14:49:02 +0000 (UTC) Received: from [82.69.80.10] (helo=cube.localnet) by smarthost01b.ixn.mail.zen.net.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1sSe3Z-00CEgF-DP for gentoo-user@lists.gentoo.org; Sat, 13 Jul 2024 14:49:01 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] sys-apps/portage and binary packages Date: Sat, 13 Jul 2024 15:49:00 +0100 Message-ID: <4605362.LvFx2qVVIh@cube> In-Reply-To: References: <5822738.DvuYhMxLoT@cube> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01b-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: d3f1168a-f922-44ed-bee5-b969b7a4006a X-Archives-Hash: 9f844f1fa302f54c1098e75652485925 On Saturday, 13 July 2024 14:18:09 BST Arve Barsnes wrote: > On Sat, 13 Jul 2024 at 14:42, Peter Humphrey wrote: > > Hello list, > > > > Where I live, updates to portage itself usually take longer to appear as a > > binary package than as source, so I can't 'getbinpkg'. Therefore I've set: > > > > # cat /etc/portage/env/nobinpkg.conf > > FEATURES="${FEATURES} -getbinpkg" > > > > # cat /etc/portage/package.env > > sys-apps/portage nobinpkg.conf > > > > But still portage wants to fetch the binary. > > > > What am I doing wrong? > > I don't know what you're doing wrong, but FEATURES is an additive > variable, so adding the ${FEATURES} in there is not necessary. I've tried it without that parenthesis but with no difference. > An alternative might be adding it to emerge default opts in make.conf: > > EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --usepkg-exclude > 'sys-apps/portage'" Interesting. I hadn't seen that construction before; I'll try it. Thanks Arve. -- Regards, Peter.