Mailing List Archive

GCC-4.3.4 Build fails on new Install
As it is not possible to upgrade from older Gentoo versions I have installed the latest Stage3 Tarball on an UP1100 Alpha system.
But as I have tried to run the bootstrap.sh script it faild to build the gcc-4.3.4 package. Got same errors with the Emerge command.Found some similar bug reports in Mail Archives which pointed to some hardware errors.Repeated the install on an UX164 system and ended with identical errors.Have to downgrade to gcc-4.3.2 to be able to continue.Any suggestions I could try ?Thanks,IanBelow is an extract of the build log:/var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/libgcc/../gcc/libgcc2.c: In function '__ffsdi2':
/var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/libgcc/../gcc/libgcc2.c:531: error: unrecognizable insn:
(insn 106 30 43 4 /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/libgcc/../gcc/libgcc2.c:529 (set (reg:SI 105)
  (ne:DI (reg:DI 92)
  (const_int 0 [0x0]))) -1 (expr_list:REG_DEAD (reg:DI 92)
  (nil)))
/var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/libgcc/../gcc/libgcc2.c:531: internal compiler error: in extract_insn, at recog.c:2005
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.
make[3]: *** [_ffssi2.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.3.4/work/build/alpha-unknown-linux-gnu/libgcc'
make[2]: *** [all-stage1-target-libgcc] Error 2
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.3.4/work/build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.3.4/work/build'
make: *** [bootstrap-lean] Error 2
 * ERROR: sys-devel/gcc-4.3.4 failed:
 * emake failed with bootstrap-lean
 * 
 * Call stack:
 * ebuild.sh, line 54: Called src_compile
 * environment, line 5008: Called toolchain_src_compile
 * environment, line 5570: Called gcc_src_compile
 * environment, line 3196: Called gcc_do_make
 * environment, line 2986: Called die
 * The specific snippet of code:
 * emake LDFLAGS="${LDFLAGS}" STAGE1_CFLAGS="${STAGE1_CFLAGS}" LIBPATH="${LIBPATH}" BOOT_CFLAGS="${BOOT_CFLAGS}" ${GCC_MAKE_TARGET} || die "emake failed with ${GCC_MAKE_TARGET}";
 * 
 * If you need support, post the output of 'emerge --info =sys-devel/gcc-4.3.4',
 * the complete build log and the output of 'emerge -pqv =sys-devel/gcc-4.3.4'.
 * The complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.3.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.3.4/temp/environment'.
 * S: '/var/tmp/portage/sys-devel/gcc-4.3.4/work/build'




__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
Re: GCC-4.3.4 Build fails on new Install [ In reply to ]
On 03/18/2010 12:03 AM, Ian Las wrote:
> As it is not possible to upgrade from older Gentoo versions I have installed the latest Stage3 Tarball on an UP1100 Alpha system.
> But as I have tried to run the bootstrap.sh script it faild to build the gcc-4.3.4 package. Got same errors with the Emerge command.Found some similar bug reports in Mail Archives which pointed to some hardware errors.Repeated the install on an UX164 system and ended with identical errors.Have to downgrade to gcc-4.3.2 to be able to continue.Any suggestions I could try ?Thanks,IanBelow is an extract of the build log:/var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/libgcc/../gcc/libgcc2.c: In function '__ffsdi2':
> /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/libgcc/../gcc/libgcc2.c:531: error: unrecognizable insn:
> (insn 106 30 43 4 /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/libgcc/../gcc/libgcc2.c:529 (set (reg:SI 105)
> (ne:DI (reg:DI 92)
> (const_int 0 [0x0]))) -1 (expr_list:REG_DEAD (reg:DI 92)
> (nil)))
> /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/libgcc/../gcc/libgcc2.c:531: internal compiler error: in extract_insn, at recog.c:2005
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://bugs.gentoo.org/> for instructions.
> make[3]: *** [_ffssi2.o] Error 1
> make[3]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.3.4/work/build/alpha-unknown-linux-gnu/libgcc'
> make[2]: *** [all-stage1-target-libgcc] Error 2
> make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.3.4/work/build'
> make[1]: *** [stage1-bubble] Error 2
> make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.3.4/work/build'
> make: *** [bootstrap-lean] Error 2
> * ERROR: sys-devel/gcc-4.3.4 failed:
> * emake failed with bootstrap-lean
> *
> * Call stack:
> * ebuild.sh, line 54: Called src_compile
> * environment, line 5008: Called toolchain_src_compile
> * environment, line 5570: Called gcc_src_compile
> * environment, line 3196: Called gcc_do_make
> * environment, line 2986: Called die
> * The specific snippet of code:
> * emake LDFLAGS="${LDFLAGS}" STAGE1_CFLAGS="${STAGE1_CFLAGS}" LIBPATH="${LIBPATH}" BOOT_CFLAGS="${BOOT_CFLAGS}" ${GCC_MAKE_TARGET} || die "emake failed with ${GCC_MAKE_TARGET}";
> *
> * If you need support, post the output of 'emerge --info =sys-devel/gcc-4.3.4',
> * the complete build log and the output of 'emerge -pqv =sys-devel/gcc-4.3.4'.
> * The complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.3.4/temp/build.log'.
> * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.3.4/temp/environment'.
> * S: '/var/tmp/portage/sys-devel/gcc-4.3.4/work/build'
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
> http://mail.yahoo.com


Ian,

It's bug 309279