Re: [gentoo-user] Another hitch with get-binpkg

2024-08-06 Thread Peter Humphrey
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'",

Re: [gentoo-user] Another hitch with get-binpkg

2024-08-05 Thread Waldo Lemmer
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 Though I don't understand why you dont't just pass the option to emerge directly: emerge -1 --usepkg-exclude 'dev-lang/yasm" yasm `${E

[gentoo-user] Another hitch with get-binpkg

2024-08-05 Thread Peter Humphrey
Greetings, Today's update included dev-lang/yasm 1.3.0-r1 >1.3.0-r2. It failed because the binpkg was not yet on the local mirror, so I tried this: prh@cube ~ $ EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --usepkg-exclude 'dev-lang/yasm' emerge -1 yasm" prh@cube ~ $ So you can't exclude a pac