On Tue, Apr 5, 2011 at 14:03, Pandu Poluan <pa...@poluan.info> wrote:
> On Mon, Apr 4, 2011 at 19:34, Mike Edenfield <kut...@kutulu.org> wrote:
>> On 4/4/2011 8:07 AM, Pandu Poluan wrote:
>>
>>> MAKEOPTS="-j3"
>>
>>> {standard input}: Assembler messages:
>>> {standard input}:146362: Error: open CFI at the end of file; missing
>>> .cfi_endproc directive
>>> xgcc: Internal error: Killed (program cc1)
>>
>> This kind of error is often caused by the parallel make not quite working.
>> Try running the build like:
>>
>> MAKEOPTS="-j1" emerge =sys-devel/gcc-4.4.5
>>
>> In general, whenever you get strange build errors (i.e. that have no
>> immediately obvious cause) you should try again with MAKEOPTS="-j1". Often
>> it will fix the problem, but even when it doesn't you will usually get a
>> much more useful error.
>
> Thanks for the tip. Now it's 'partially successful':
>

[-- snip --]

>
>  * Your gcc has a bug with GCC_SPECS.
>  * Please re-emerge gcc.
>  * http://bugs.gentoo.org/68395
>

[-- snip --]

>
> As instructed, I'll now re-emerge gcc.
>
> Rgds,
> --
> Pandu E Poluan
> ~ IT Optimizer ~
> Visit my Blog: http://pepoluan.posterous.com
>

Re-emerge finished, and now no more errors, only some warnings:
+ The same "unwind-dw2-fde.c" warning as before
+ If I have issues with 'libstdc++.la', I should run
'fix_libtool_files.sh' on the old gcc versions

I'm crossing my fingers... let's hope the system is not hosed :-)

Rgds,
--
Pandu E Poluan
~ IT Optimizer ~
Visit my Blog: http://pepoluan.posterous.com

Reply via email to