Re: [gentoo-dev] rm `which gcc` && emerge -e world

2005-10-22 Thread Mike Frysinger
On Saturday 22 October 2005 03:11 pm, Stephen P. Becker wrote: > Mike Frysinger wrote: > > On Saturday 22 October 2005 10:02 am, Tomasz Mloduchowski wrote: > >>Altough geoman raised a valid point with separate distcc server, I'm > >>glad something is being done to fix this issue. > > > > you could

Re: [gentoo-dev] rm `which gcc` && emerge -e world

2005-10-22 Thread Stephen P. Becker
Mike Frysinger wrote: On Saturday 22 October 2005 10:02 am, Tomasz Mloduchowski wrote: Altough geoman raised a valid point with separate distcc server, I'm glad something is being done to fix this issue. you could also work around it by exporting CC and CXX before emerging to say 'i686-pc-l

Re: [gentoo-dev] rm `which gcc` && emerge -e world

2005-10-22 Thread Mike Frysinger
On Saturday 22 October 2005 10:02 am, Tomasz Mloduchowski wrote: > Altough geoman raised a valid point with separate distcc server, I'm > glad something is being done to fix this issue. you could also work around it by exporting CC and CXX before emerging to say 'i686-pc-linux-gnu-gcc' and 'i686-

Re: [gentoo-dev] rm `which gcc` && emerge -e world

2005-10-22 Thread Diego 'Flameeyes' Pettenò
On Saturday 22 October 2005 16:02, Tomasz Mloduchowski wrote: > Things running autotools should be safe. *If* autotools are new enough. Things like nfs-utils are not safe. I fixed a couple of them when I was trying eselect compiler because of a bug in it that caused me not to have gcc anymore. >

Re: [gentoo-dev] rm `which gcc` && emerge -e world

2005-10-22 Thread Tomasz Mloduchowski
On Sat, 2005-10-22 at 00:48 -0400, Mike Frysinger wrote > we are already playing with doing this in the wrapper itself so that > compilation is transparent > > i'd wager to say the majority of packages in portage run `gcc` and `g++` > rather than ${CTARGET}-gcc So far, only 10% if packages faile

Re: [gentoo-dev] rm `which gcc` && emerge -e world

2005-10-22 Thread Stephen P. Becker
Tomasz Mloduchowski wrote: Now, that I've got your attention. IMHO above should NOT fail - most of the software in portage is already using ${HOST}-gcc instead and gcc symlink is just a convenience. But it does. In packages I will never suspect being nasty (qt, lynx) and ones I would, but they s

Re: [gentoo-dev] rm `which gcc` && emerge -e world

2005-10-21 Thread Mike Frysinger
On Friday 21 October 2005 11:12 pm, Tomasz Mloduchowski wrote: > I got sick of filling 3 almost identical bug reports please stop doing this we are already playing with doing this in the wrapper itself so that compilation is transparent i'd wager to say the majority of packages in portage run `

[gentoo-dev] rm `which gcc` && emerge -e world

2005-10-21 Thread Tomasz Mloduchowski
Now, that I've got your attention. IMHO above should NOT fail - most of the software in portage is already using ${HOST}-gcc instead and gcc symlink is just a convenience. But it does. In packages I will never suspect being nasty (qt, lynx) and ones I would, but they shouldn't (fuse) What is so i