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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99074158042 for ; Wed, 23 Oct 2024 12:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17452E09CA; Wed, 23 Oct 2024 12:17:17 +0000 (UTC) Received: from smarthost01c.ixn.mail.zen.net.uk (smarthost01c.ixn.mail.zen.net.uk [212.23.1.22]) (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 9E13FE099F for ; Wed, 23 Oct 2024 12:17:16 +0000 (UTC) Received: from [82.69.80.10] (helo=cube.localnet) by smarthost01c.ixn.mail.zen.net.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1t3aIc-00H8Jc-Fw for gentoo-user@lists.gentoo.org; Wed, 23 Oct 2024 12:17:15 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] NFS mounting Date: Wed, 23 Oct 2024 13:17:14 +0100 Message-ID: <4960494.31r3eYUQgx@cube> In-Reply-To: References: <5828216.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: quoted-printable Content-Type: text/plain; charset="utf-8" X-Originating-smarthost01c-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 009e93dd-200a-4534-b90a-9db04022f37b X-Archives-Hash: fbe064fc3195c87e3ea37724e84a25ef On Wednesday 23 October 2024 12:36:23 BST Arve Barsnes wrote: > On Wed, 23 Oct 2024 at 12:56, Peter Humphrey wrot= e: > > I should have added that the remote compilation works well with the cab= le. > > I have found though that the linux-firmware ebuild requires the /boot > > partition to be mounted, which it shouldn't be on a foreign machine, so= I > > say emerge -uaDvN --exclude=3D"linux-firmware-20241017-*", only to find > > that it's emerged anyway. Dropping that last hyphen gives the required > > result. > >=20 > > Is this a portage bug? >=20 > It is definitely weird, but it is documented to be that way. From the > manual ebuild(5): >=20 > The version part that comes before the =E2=80=99*=E2=80=99 must be a vali= d version in > the absence of the =E2=80=99*=E2=80=99. For example, =E2=80=992=E2=80=99 = is a valid version and =E2=80=992.=E2=80=99 > is not. Therefore, =E2=80=992*=E2=80=99 is allowed and =E2=80=992.*=E2=80= =99 is not. Ah! Thank you Arve. The subtleties of a complex system seem endless at=20 times... :) =2D-=20 Regards, Peter.