Re: [gentoo-dev] Proposal: add a compiler-version entry to pkg db

2008-12-10 Thread Donnie Berkholz
On 23:35 Tue 09 Dec , Federico Ferri wrote: > Donnie Berkholz wrote: > > As I mentioned on IRC, I think this isn't a very general use case > > (given the existence of --resume, --keep-going, etc.) so code to > > accomplish it > > the point was not resuming my emerge because the laptop hung.

Re: [gentoo-dev] Proposal: add a compiler-version entry to pkg db

2008-12-09 Thread Marius Mauch
On Tue, 9 Dec 2008 11:21:24 -0800 Donnie Berkholz <[EMAIL PROTECTED]> wrote: > On 01:44 Tue 09 Dec , Federico Ferri wrote: > > today I hit this annoyance, because my laptop hung in the middle of > > an 'emerge -e @world' (checking that my world set compiles with > > gcc-4.3... stopped at ~ 300

Re: [gentoo-dev] Proposal: add a compiler-version entry to pkg db

2008-12-09 Thread Federico Ferri
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Donnie Berkholz wrote: > On 01:44 Tue 09 Dec , Federico Ferri wrote: >> today I hit this annoyance, because my laptop hung in the middle >> of an 'emerge -e @world' (checking that my world set compiles >> with gcc-4.3... stopped at ~ 300 of 700 :S

Re: [gentoo-dev] Proposal: add a compiler-version entry to pkg db

2008-12-09 Thread Federico Ferri
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gordon Malm wrote: > Should be able to find which gcc was used by checking LDPATH in the > environment.bz2. I believe it is about the only gcc version > information recorded in /var/db/pkg/// though. > $ find /var/db/pkg -name environment.bz2 | wc -

Re: [gentoo-dev] Proposal: add a compiler-version entry to pkg db

2008-12-09 Thread Federico Ferri
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Petteri Räty wrote: > Federico Ferri wrote: >> Hello, >> today I hit this annoyance, because my laptop hung in the middle of an >> 'emerge -e @world' (checking that my world set compiles with >> gcc-4.3... stopped at ~ 300 of 700 :S ) >> > > Consider

Re: [gentoo-dev] Proposal: add a compiler-version entry to pkg db

2008-12-09 Thread Donnie Berkholz
On 01:44 Tue 09 Dec , Federico Ferri wrote: > today I hit this annoyance, because my laptop hung in the middle of an > 'emerge -e @world' (checking that my world set compiles with > gcc-4.3... stopped at ~ 300 of 700 :S ) > > I was looking for an entry in /var/db/pkg// that could have > told

Re: [gentoo-dev] Proposal: add a compiler-version entry to pkg db

2008-12-09 Thread Gordon Malm
Should be able to find which gcc was used by checking LDPATH in the environment.bz2. I believe it is about the only gcc version information recorded in /var/db/pkg/// though. Gordon Malm (gengor) On Monday, December 8, 2008 16:44:16 Federico Ferri wrote: > Hello, > today I hit this annoyance,

Re: [gentoo-dev] Proposal: add a compiler-version entry to pkg db

2008-12-08 Thread Branko Badrljica
While at it, it might be useful to have someghing like compiler-use file ( like package.use) for per-package compiler version and FLAGS to be used. It is annoying to have emerge -eD world fail because some package requires specific compiler version or because gcc-3.4 can't be compiled with -ma

Re: [gentoo-dev] Proposal: add a compiler-version entry to pkg db

2008-12-08 Thread Petteri Räty
Federico Ferri wrote: > Hello, > today I hit this annoyance, because my laptop hung in the middle of an > 'emerge -e @world' (checking that my world set compiles with > gcc-4.3... stopped at ~ 300 of 700 :S ) > Consider using emerge --keep-going next time. > I was looking for an entry in /var/d