I looked for that and couldn't find anything about it. Thank you. Any
idea when this might be in stable x86? Stable still uses 4.5.3-r1.
*shrug* toolchain and hardened teams are not always in sync. Just mark
it stable on your system.
--
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197
02-06-2012, 11:54 AM
"Francisco Blas Izquierdo Riera (klondike)"
gcc 4.5.3 doesn't build on x86 hardened profile
El 06/02/12 08:59, Joseph C. Lininger escribió:
> /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/gcc/config/i386/i386.md:
> In function 'internal_dfa_insn_code':
> /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/gcc/config/i386/i386.md:360:1:
> internal compiler error: Bus error
Hi, this function compilation is usually a memory hog and can give some
issues. So...
* Check dmesg for any clues, maybe the program tried to use too many
memory and hit a limit.
* Reduce -j to 1 to reduce concurrent memory usage.
* If you still need -j 5 make sure you add enough swap space and have a
PAE kernel.