Re: [gentoo-user] gcc update failed...

2009-07-07 Thread Jarry
W.Kenworthy wrote: Try MAKEOPTS=-j1 - the default is still j2 if you just delete the variable. Ive also seen this a lot recently. Serialising the make process into one thread helps. I do not know if -j2 is default, but I just tested it once again: with -j2 gcc compilation failed. When I

[gentoo-user] gcc update failed...

2009-07-06 Thread Jarry
Hi, I just tried to update gcc (actually, it is just recompiling with new nptl flag), but it failed with this messages: __ Failed to emerge sys-devel/gcc-4.3.2-r3, Log file: '/var/tmp/portage/sys-devel/gcc-4.3.2-r3/temp/build.log' * Messages for package sys-devel/gcc-4.3.2-r3: *

Re: [gentoo-user] gcc update failed...

2009-07-06 Thread Volker Armin Hemmann
On Montag 06 Juli 2009, Jarry wrote: Hi, I just tried to update gcc (actually, it is just recompiling with new nptl flag), but it failed with this messages: __ Failed to emerge sys-devel/gcc-4.3.2-r3, Log file: '/var/tmp/portage/sys-devel/gcc-4.3.2-r3/temp/build.log' *

Re: [gentoo-user] gcc update failed...

2009-07-06 Thread Dale
Volker Armin Hemmann wrote: On Montag 06 Juli 2009, Jarry wrote: Hi, I just tried to update gcc (actually, it is just recompiling with new nptl flag), but it failed with this messages: __ Failed to emerge sys-devel/gcc-4.3.2-r3, Log file:

Re: [gentoo-user] gcc update failed...

2009-07-06 Thread Jarry
Volker Armin Hemmann wrote: On Montag 06 Juli 2009, Jarry wrote: I just tried to update gcc (actually, it is just recompiling with new nptl flag), but it failed with this messages: __ Failed to emerge sys-devel/gcc-4.3.2-r3, Log file:

Re: [gentoo-user] gcc update failed...

2009-07-06 Thread Volker Armin Hemmann
On Montag 06 Juli 2009, Jarry wrote: Volker Armin Hemmann wrote: On Montag 06 Juli 2009, Jarry wrote: I just tried to update gcc (actually, it is just recompiling with new nptl flag), but it failed with this messages: __ Failed to emerge sys-devel/gcc-4.3.2-r3, Log file:

Re: [gentoo-user] gcc update failed...

2009-07-06 Thread Jarry
Volker Armin Hemmann wrote: On Montag 06 Juli 2009, Jarry wrote: Volker Armin Hemmann wrote: On Montag 06 Juli 2009, Jarry wrote: I just tried to update gcc (actually, it is just recompiling with new nptl flag), but it failed with this messages: __ Failed to emerge

Re: [gentoo-user] gcc update failed...

2009-07-06 Thread Mike Edenfield
On 7/6/2009 2:23 PM, Jarry wrote: -I/var/tmp/portage/sys-devel/gcc-4.3.2-r3/work/gcc-4.3.2/gcc/../libdecnu mber/bid -I../libdecnumber insn-recog.c -o insn-recog.o {standard input}: Assembler messages: {standard input}:36051: Warning: end of file not at end of a line; newline inserted {standard

Re: [gentoo-user] gcc update failed...

2009-07-06 Thread Jarry
Mike Edenfield wrote: On 7/6/2009 2:23 PM, Jarry wrote: -I/var/tmp/portage/sys-devel/gcc-4.3.2-r3/work/gcc-4.3.2/gcc/../libdecnu mber/bid -I../libdecnumber insn-recog.c -o insn-recog.o {standard input}: Assembler messages: {standard input}:36051: Warning: end of file not at end of a line;

Re: [gentoo-user] gcc update failed...

2009-07-06 Thread Mike Edenfield
On 7/6/2009 4:23 PM, Jarry wrote: Mike Edenfield wrote: On 7/6/2009 2:23 PM, Jarry wrote: MAKEOPTS=-j2 Can you try this again without -j2 in the make opts? The gcc build process is enough of a pain to debug when you can see output sequentially, running parallel makes makes it worse.

Re: [gentoo-user] gcc update failed...

2009-07-06 Thread W.Kenworthy
On Mon, 2009-07-06 at 17:53 -0400, Mike Edenfield wrote: On 7/6/2009 4:23 PM, Jarry wrote: Mike Edenfield wrote: On 7/6/2009 2:23 PM, Jarry wrote: MAKEOPTS=-j2 Can you try this again without -j2 in the make opts? The gcc build process is enough of a pain to debug when you can see