Summary: | sys-devel/gcc-4.4.5: Faild to update new USE and emerge | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Juan Hernandez-Diaz <camilo.hernandez> |
Component: | [OLD] Core system | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | blackrabbit |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log of GCC-4.4.5 |
Description
Juan Hernandez-Diaz
2011-03-10 16:16:17 UTC
Created attachment 265463 [details]
Build log of GCC-4.4.5
I've tried the solution suggested in the forum http://forums.gentoo.org/viewtopic-p-6599579.html?sid=55cd5f42e785880fad09ec7d351473f0 and running fix_libtool_files.sh. Without any success so far. It is probably because you do not have IA32 emulation enabled in your kernel. Check it as follows: # zgrep -i ia32 /proc/config.gz CONFIG_IA32_EMULATION=y CONFIG_IA32_AOUT=y # grep -i ia32 /usr/src/linux/.config CONFIG_IA32_EMULATION=y CONFIG_IA32_AOUT=y I've tried the solution suggested in the forum http://forums.gentoo.org/viewtopic-p-6599579.html?sid=55cd5f42e785880fad09ec7d351473f0 and running fix_libtool_files.sh. Without any success so far. Sorry about the last comment. I executed the commands you sent me to check the IA32 support in the kernel. The output of the two commands is: zgrep -i ia32 /proc/config.gz CONFIG_IA32_EMULATION=y CONFIG_IA32_AOUT=y grep -i ia32 /usr/src/linux/.config CONFIG_IA32_EMULATION=y CONFIG_IA32_AOUT=y Any chance you were hit by the recent glibc eclass problem (bug 358143) ? *** This bug has been marked as a duplicate of bug 358143 *** |