[gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Dale
Hi, I recently moved my OS around a lot and was doing a emerge -e world to make sure everything was going to be sane. I ran into this problem though. This is the error I get when it fails: > i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 > -momit-leaf-frame-pointer -fno-ident -pipe -I../lib -Wal

Re: [gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Benno Schulenberg
Dale wrote: > > i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 > > -momit-leaf-frame-pointer -fno-ident Why do you have these last two things in your CFLAGS? Remove them and try again. Benno -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Peter Alfredsen
On Thursday 04 January 2007 19:39, Dale wrote: > Anybody know how to fix this? Yeah, -r4 fails for me too. -r5 compiles beautifully, though. Just add this line to /etc/portage/package.keywords: =sys-apps/util-linux-2.12r-r5 ~x86 And re-emerge it. HTH -- /PA -- gentoo-user@gentoo.org mailing l

Re: [gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Dale
Benno Schulenberg wrote: > Dale wrote: > >>> i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 >>> -momit-leaf-frame-pointer -fno-ident >>> > > Why do you have these last two things in your CFLAGS? Remove them > and try again. > > Benno > I got it from here: http://forums.gentoo.org/vi

Re: [gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Dale
Peter Alfredsen wrote: > On Thursday 04 January 2007 19:39, Dale wrote: > > >> Anybody know how to fix this? >> > > Yeah, -r4 fails for me too. -r5 compiles beautifully, though. > Just add this line to /etc/portage/package.keywords: > =sys-apps/util-linux-2.12r-r5 ~x86 > > And re-emerge it.

Re: [gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Peter Alfredsen
On Thursday 04 January 2007 23:37, Dale wrote: > Peter Alfredsen wrote: > > On Thursday 04 January 2007 19:39, Dale wrote: > >> Anybody know how to fix this? > > > > Yeah, -r4 fails for me too. -r5 compiles beautifully, though. > > Just add this line to /etc/portage/package.keywords: > > =sys-apps/

Re: [gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Dale
Peter Alfredsen wrote: > On Thursday 04 January 2007 23:37, Dale wrote: > >> Peter Alfredsen wrote: >> >>> On Thursday 04 January 2007 19:39, Dale wrote: >>> Anybody know how to fix this? >>> Yeah, -r4 fails for me too. -r5 compiles beautifully, though. >>> Just ad

Re: [gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Dale
Dale wrote: > Peter Alfredsen wrote: > Hm. I never thought about it updating the kernel headers like > that. I don't reboot a lot so I don't upgrade kernels a lot either, > unless I have to. Maybe I need to update then re-emerge everything. > > Well, it failed again. I guess I need to fix

Re: [gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Peter Alfredsen
On Friday 05 January 2007 01:25, Dale wrote: > Any ideas in case this don't work? What you are doing WILL NOT WORK. The old version of util-linux will only work with the (really) old linux-headers. What is the output of "emerge -pv linux-headers"? It's probably >2.16.18, since you have these pr

Re: [gentoo-user] emerge sys-apps/util-linux-2.12r-r4 fails

2007-01-04 Thread Dale
Peter Alfredsen wrote: > On Friday 05 January 2007 01:25, Dale wrote: > > >> Any ideas in case this don't work? >> > > What you are doing WILL NOT WORK. The old version of util-linux will only > work > with the (really) old linux-headers. What is the output of "emerge -pv > linux-headers