[gentoo-user] Re: gcc-4.5.3-r1 fails to compile with internal compiler error

2012-02-06 Thread Grant
I can't seem to get gcc-4.5.3-r1 to compile.  I tried twice and it failed at the exact same point both times.  The build log doesn't mention a segfault.  Does anyone know how to fix this?  I was able to compile gcc-4.3.3 a short while ago.

[gentoo-user] Re: gcc-4.5.3-r1 fails to compile with internal compiler error

2012-02-04 Thread Grant
I can't seem to get gcc-4.5.3-r1 to compile.  I tried twice and it failed at the exact same point both times.  The build log doesn't mention a segfault.  Does anyone know how to fix this?  I was able to compile gcc-4.3.3 a short while ago.

Re: [gentoo-user] Re: gcc-4.5.3-r1 fails to compile with internal compiler error

2012-02-01 Thread Grant
The gcc package actually compiles gcc twice, once with your existing compiler and again with the new compiler itself (at least it worked that way in the old days). I believe it's three times now: the first time with the old compiler, then with the new one, then again with the second new

[gentoo-user] Re: gcc-4.5.3-r1 fails to compile with internal compiler error

2012-02-01 Thread walt
On 02/01/2012 01:06 PM, Grant wrote: I do get this when emerging gcc-4.3.4: * Your x86 arch is not supported. * Hope you know what you are doing. Hardened will not work. Are you upgrading from a non-hardened system?

Re: [gentoo-user] Re: gcc-4.5.3-r1 fails to compile with internal compiler error

2012-02-01 Thread Grant
I do get this when emerging gcc-4.3.4:  * Your x86 arch is not supported.  * Hope you know what you are doing. Hardened will not work. Are you upgrading from a non-hardened system? Nope, just upgrading gcc on a system that's always been hardened. - Grant

[gentoo-user] Re: gcc-4.5.3-r1 fails to compile with internal compiler error

2012-01-31 Thread walt
On 01/31/2012 11:57 AM, Grant wrote: I can't seem to get gcc-4.5.3-r1 to compile. I tried twice and it failed at the exact same point both times. The build log doesn't mention a segfault. Does anyone know how to fix this? I was able to compile gcc-4.3.3 a short while ago. Are you using

Re: [gentoo-user] Re: gcc-4.5.3-r1 fails to compile with internal compiler error

2012-01-31 Thread Peter Humphrey
On Tuesday 31 January 2012 21:37:34 walt wrote: The gcc package actually compiles gcc twice, once with your existing compiler and again with the new compiler itself (at least it worked that way in the old days). I believe it's three times now: the first time with the old compiler, then with

Re: [gentoo-user] Re: gcc-4.5.3-r1 fails to compile with internal compiler error

2012-01-31 Thread wdk@moriah
Check USE/C flags, there may have been changes between versions (I think this happened to me) Try compiling without any of them and if it works start looking for the bad one. W.Kenworthy On 01/02/2012, at 5:37, walt w41...@gmail.com wrote: On 01/31/2012 11:57 AM, Grant wrote: I can't seem