Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42233 - emerge gauche failed
Summary: emerge gauche failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 02:35 UTC by a5hr
Modified: 2004-02-21 07:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
bugreport. (ccZKTeUw.out,193.60 KB, application/octet-stream)
2004-02-20 02:38 UTC, a5hr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description a5hr 2004-02-20 02:35:47 UTC
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:
Comment 1 a5hr 2004-02-20 02:38:29 UTC
Created attachment 25971 [details]
bugreport.
Comment 2 Akinori Hattori gentoo-dev 2004-02-20 06:17:59 UTC
fixed in CVS. please feel free to reopen if this bug is not resolved on your box.
Comment 3 a5hr 2004-02-20 09:40:10 UTC
now I checked gauche-0.7.3.ebuild is good.&#12288;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.
Comment 4 Akinori Hattori gentoo-dev 2004-02-21 07:17:14 UTC
thanks I forgot it. fixed in CVS. 
Enjoy scheme programming! :)