Re: [gentoo-user] Migrating existing Gentoo to binpkg

2024-11-19 Thread byte . size226
On 18/11/2024 09:21, Dr Rainer Woitok wrote: I also added "--usepkg-exclude 'sys-kernel/gentoo-sources virtual/*" to EMERGE_DEFAULT_OPTS, as was recommended by one of the guides anyway :) Hm, I can't see any logic in Gentoo developers wasting electron

Re: [gentoo-user] Migrating existing Gentoo to binpkg

2024-11-18 Thread Dr Rainer Woitok
Victor, On Sun, 17 Nov 2024 14:44:40 + you wrote: > ... >I also added > "--usepkg-exclude 'sys-kernel/gentoo-sources virtual/*" to > EMERGE_DEFAULT_OPTS, as was recommended by one of the guides anyway :) Hm, I can't see any logic in Gentoo develo

Re: [gentoo-user] Migrating existing Gentoo to binpkg

2024-11-17 Thread byte . size226
On 15/11/2024 15:41, Eli Schwartz wrote: gentoo-sources is not part of the guaranteed package set for the binhost. Any package*may* end up built on the binhost, either as a dependency for another package that stops being a dependency because the other package has changed, or due to the fact that

Re: [gentoo-user] Migrating existing Gentoo to binpkg

2024-11-15 Thread Eli Schwartz
On 11/15/24 9:52 AM, byte.size...@simplelogin.com wrote: > Thank you, both! > > > On 15/11/2024 14:05, Jacques Montier wrote: >> What if you try this : >> emerge -auvDN --getbinpkgonly --with-bdeps=y --binpkg-respect-use=y -- >> keep-going world > > This does indeed suggest to replace existing b

Re: [gentoo-user] Migrating existing Gentoo to binpkg

2024-11-15 Thread Eli Schwartz
On 11/15/24 7:42 AM, byte.size...@simplelogin.com wrote: > My only question that remains is whether I should change the existing > value for CFLAGS (I presume so). Currently, I have: > >     COMMON_FLAGS="-march=znver4 -O2 -pipe" > > (yes CFLAGS etc are set to use $COMMON_FLAGS). > > Since I'm p

Re: [gentoo-user] Migrating existing Gentoo to binpkg

2024-11-15 Thread byte . size226
Thank you, both! On 15/11/2024 14:05, Jacques Montier wrote: > What if you try this : > emerge -auvDN --getbinpkgonly --with-bdeps=y --binpkg-respect-use=y -- > keep-going world This does indeed suggest to replace existing builds with the upstream binary ones. I traced this to --getbinpkgonly

Re: [gentoo-user] Migrating existing Gentoo to binpkg

2024-11-15 Thread Matt Jolly
Hi, Since I'm planning to use binary packages from x86-64-v3, I presume this should be changed to:     COMMON_FLAGS="-march=x86-64-v3 -O2 -pipe" or, perhaps:     COMMON_FLAGS="-march=x86-64-v3 -mtune=znver4 -O2 -pipe" ? You want to match the binhost flags: https://wiki.gentoo.org/wiki/G

Re: [gentoo-user] Migrating existing Gentoo to binpkg

2024-11-15 Thread Jacques Montier
Le ven. 15 nov. 2024 à 13:42, a écrit : > Hello, > > I'm sure this has been asked before but, clearly, my archive search > skills are sub-par. I'm hoping it would be a quick "yes/no" kind of answer. > > Long story short, I decided to try out the Gentoo setup with binary > package host. I've been

[gentoo-user] Migrating existing Gentoo to binpkg

2024-11-15 Thread byte . size226
Hello, I'm sure this has been asked before but, clearly, my archive search skills are sub-par. I'm hoping it would be a quick "yes/no" kind of answer. Long story short, I decided to try out the Gentoo setup with binary package host. I've been making my way through the relevant news item [1]