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 0F692159C9B for ; Tue, 6 Aug 2024 11:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1CA12BC064; Tue, 6 Aug 2024 11:28:59 +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 53B542BC03A for ; Tue, 6 Aug 2024 11:28:59 +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 1sbIN7-00D8bs-IN for gentoo-user@lists.gentoo.org; Tue, 06 Aug 2024 11:28:57 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Another hitch with get-binpkg Date: Tue, 06 Aug 2024 12:28:57 +0100 Message-ID: <2339490.ElGaqSPkdT@cube> In-Reply-To: References: <6088932.lOV4Wx5bFT@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-smarthost01c-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 2bf3607b-c8bb-4a9f-9e15-2c75fe3a60fb X-Archives-Hash: 773ff55cac4d45138e5799e358752d61 On Monday, 5 August 2024 17:51:38 BST Waldo Lemmer wrote: > Hi Peter, > > You seem to have misplaced a double-quote. It should be: > > EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --usepkg-exclude > 'dev-lang/yasm"' emerge -1 yasm Actually, your 'dev-lang/yasm"' should have been 'dev-lang/yasm'", but I take the point. My careless editing. > Though I don't understand why you dont't just pass the option to emerge > directly: > > emerge -1 --usepkg-exclude 'dev-lang/yasm" yasm I didn't know I could do that. > `${EMERGE_DEFAULT_OPTS}` isn't defined in your shell anyway, so that part > of your command evaluated to nothing. Thanks Waldo. -- Regards, Peter.