Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129837 - mzscheme won't compile on gcc 4.1
Summary: mzscheme won't compile on gcc 4.1
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 146353 148112 149628 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-13 10:46 UTC by Paweł Kilian
Modified: 2006-09-30 08:53 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Kilian 2006-04-13 10:46:57 UTC
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./salloc.c -o salloc.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./bignum.c -o bignum.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./bool.c -o bool.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./builtin.c -o builtin.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./char.c -o char.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./complex.c -o complex.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./dynext.c -o dynext.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./env.c -o env.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./error.c -o error.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./eval.c -o eval.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./file.c -o file.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./fun.c -o fun.o
i686-pc-linux-gnu-gcc -g -O2      -I./../include -c ./gmp/gmp.c -o gmp.o
./gmp/gmp.c:38: error: static declaration of '__gmp_bits_per_limb' follows non-static declaration
./gmp/gmp.h:195: error: previous declaration of '__gmp_bits_per_limb' was here
./gmp/gmp.c:39: error: static declaration of '__gmp_0' follows non-static declaration
./gmp/gmp-impl.h:977: error: previous declaration of '__gmp_0' was here
./gmp/gmp.c:40: error: static declaration of '__gmp_junk' follows non-static declaration
./gmp/gmp-impl.h:976: error: previous declaration of '__gmp_junk' was here
./gmp/gmp.c:41: error: static declaration of '__gmp_errno' follows non-static declaration
./gmp/gmp.h:576: error: previous declaration of '__gmp_errno' was here
make[6]: *** [gmp.o] Błąd 1
make[6]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src'
make[5]: *** [all] Błąd 2
make[5]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src'
make[4]: *** [mzlibrary] Błąd 2
make[4]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme'
make[3]: *** [normal-bin] Błąd 2
make[3]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme'
make[2]: *** [bin] Błąd 2
make[2]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme'
make[1]: *** [mz] Błąd 2
make[1]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src'
make: *** [all] Błąd 2

!!! ERROR: dev-lisp/mzscheme-205 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  mzscheme-205.ebuild, line 34:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-13 10:52:37 UTC
Please, try w/ one of the ebuilds in Bug 91970, the version in portage is desperately outdated...
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-04 23:46:21 UTC
*** Bug 146353 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-09-18 13:38:57 UTC
*** Bug 148112 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-09-30 08:53:05 UTC
*** Bug 149628 has been marked as a duplicate of this bug. ***