I tested to emerge gauche-0.7.2.ebuild, but I got this error at src_compile. !!! ERROR: dev-lisp/gauche-0.7.3 failed. !!! Function src_compile, Line 50, Exitcode 2 !!! (no error message) Error Message?: gcc -DHAVE_CONFIG_H -I. -I./../gc/include -g -O2 -fPIC -march=pentium4 -O3 -pipe -ffast-math -funroll-loops -falign-functions=4 -c number.c gcc -DHAVE_CONFIG_H -I. -I./../gc/include -g -O2 -fPIC -march=pentium4 -O3 -pipe -ffast-math -funroll-loops -falign-functions=4 -c bignum.c bignum.c: In function `bignum_add_int': bignum.c:461: internal compiler error: in merge_assigned_reloads, at reload1.c:6145 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugs.gentoo.org/> for instructions. gcc -DHAVE_CONFIG_H -I. -I./../gc/include -g -O2 -fPIC -march=pentium4 -O3 -pipe -ffast-math -funroll-loops -falign-functions=4 -c load.c Preprocessed source stored into /var/tmp/portage/gauche-0.7.3/temp/ccZKTeUw.out file, please attach this to your bugreport make[1]: *** [bignum.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/var/tmp/portage/gauche-0.7.3/work/Gauche-0.7.3/src' make[1]: Entering directory `/var/tmp/portage/gauche-0.7.3/work/Gauche-0.7.3/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/gauche-0.7.3/work/Gauche-0.7.3/lib' make[1]: Entering directory `/var/tmp/portage/gauche-0.7.3/work/Gauche-0.7.3/ext' for d in auxsys threads uvector charconv net termios fcntl sxml syslog dbm mt-random digest; do (cd $d; make default); done make[2]: Entering directory `/var/tmp/portage/gauche-0.7.3/work/Gauche-0.7.3/ext/auxsys' /bin/sh ../../src/gauche-config --fixup-extension auxsys gcc -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -fPIC -march=pentium4 -O3 -pipe -ffast-math -funroll-loops -falign-functions=4 -c auxsys.c ../..//src/gosh -ftest genstub auxsyslib.stub make[2]: ../..//src/gosh: Command not found make[2]: *** [auxsyslib.c] Error 127 make[2]: *** Waiting for unfinished jobs.... ... my make.conf: CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium4 -O3 -pipe -ffast-math -funroll-loops -falign-functions=4" MAKEOPTS="-j2" FEATURES="sandbox ccache" Reproducible: Always Steps to Reproduce:
Created attachment 25971 [details] bugreport.
fixed in CVS. please feel free to reopen if this bug is not resolved on your box.
now I checked gauche-0.7.3.ebuild is good. Thanks. but the error which gauche-0.7.4.1.ebuild and other ebuild resembles occurs. this was also the same bug. diff fix.ebuild org.ebuild 47c47 < strip-flags --- > filter-flags -fforce-addr Please take in this.
thanks I forgot it. fixed in CVS. Enjoy scheme programming! :)