Calculating dependencies >>> Unpacking source... >>> Unpacking mzscheme-205.src.unix.tar.gz to /var/tmp/portage/mzscheme-205/work >>> Source unpacked. >>> Compiling source in /var/tmp/portage/mzscheme-205/work/plt ... * econf: updating plt/src/lt/config.guess with /usr/share/gnuconfig/config.guess * econf: updating plt/src/lt/config.sub with /usr/share/gnuconfig/config.sub * econf: updating plt/src/mzscheme/gc/config.guess with /usr/share/gnuconfig/config.guess * econf: updating plt/src/mzscheme/gc/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu ----> Installation will go to /usr: ----> /usr/collects/... ----> /usr/bin/... ----> /usr/lib/... ----> /usr/include/... ----> /usr/man/... ----> /usr/notes/... checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking for cos in -lm... yes checking for dlopen in -ldl... yes checking for inline keyword... yes checking for X11/extensions/Xrender.h... yes checking for XRenderQueryExtension in -lXrender... yes Using xft-config... Xft flags: -I/usr/include -I/usr/include/freetype2 -I/usr/include/freetype2 Xft libs: -lXft -lX11 -lfreetype -lz -lfreetype -lz -lfontconfig -lexpat -lXrender -lX11 checking for png.h... yes checking for png_read_info in -lpng... yes checking for jpeglib.h... yes checking for jpeg_start_decompress in -ljpeg... yes configure: creating ./config.status config.status: creating Makefile config.status: creating mzscheme/Makefile config.status: creating mzscheme/src/Makefile config.status: creating mzscheme/dynsrc/Makefile config.status: creating mzscheme/gc/Makefile config.status: creating mzscheme/sgc/Makefile config.status: creating mzscheme/gc2/Makefile config.status: creating mzscheme/guile/Makefile config.status: creating mzscheme/palm/Makefile make mz make[1]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src' cd mzscheme; make make[2]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' make g-c make[3]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' cd gc; make ../libmzgc.a make[4]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/gc' i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./alloc.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./reclaim.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./allchblk.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./misc.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -o if_mach ./if_mach.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -o if_not_there ./if_not_there.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -o threadlibs ./threadlibs.c rm -f mach_dep.o ./if_mach MIPS IRIX5 as -o mach_dep.o ./mips_sgi_mach_dep.s ./if_mach MIPS RISCOS as -o mach_dep.o ./mips_ultrix_mach_dep.s ./if_mach MIPS ULTRIX as -o mach_dep.o ./mips_ultrix_mach_dep.s ./if_mach RS6000 "" as -o mach_dep.o ./rs6000_mach_dep.s ./if_mach POWERPC MACOSX as -o mach_dep.o ./powerpc_macosx_mach_dep.s ./if_mach SPARC SUNOS5 as -o mach_dep.o ./sparc_mach_dep.s ./if_mach SPARC SUNOS4 as -o mach_dep.o ./sparc_sunos4_mach_dep.s ./if_mach SPARC OPENBSD as -o mach_dep.o ./sparc_sunos4_mach_dep.s ./if_mach SPARC NETBSD as -o mach_dep.o ./sparc_netbsd_mach_dep.s ./if_not_there mach_dep.o i686-pc-linux-gnu-gcc -c -I./include ./mach_dep.c ^^^^Starting command^^^^ i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./os_dep.c ./os_dep.c: In function 'GC_disable_signals': ./os_dep.c:394: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) ./os_dep.c: In function 'GC_enable_signals': ./os_dep.c:403: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) rm -f mark_rts.o ./if_mach ALPHA OSF1 i686-pc-linux-gnu-gcc -c -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -Wo,-notail ./mark_rts.c ./if_not_there mark_rts.o i686-pc-linux-gnu-gcc -c -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 ./mark_rts.c ^^^^Starting command^^^^ ./mark_rts.c: In function 'GC_approx_sp': ./mark_rts.c:344: warning: function returns address of local variable i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./headers.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mark.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./obj_map.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./blacklst.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./finalize.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./new_hblk.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dbg_mlc.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./malloc.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./stubborn.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./checksums.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./solaris_threads.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./irix_threads.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./linux_threads.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./typd_mlc.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./ptr_chck.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mallocx.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./solaris_pthreads.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gcj_mlc.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./specific.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gc_dlopen.c i686-pc-linux-gnu-gcc -I./include -DNO_SIGNALS -g -O2 -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dyn_load.c ar ruv ../libmzgc.a alloc.o reclaim.o allchblk.o misc.o mach_dep.o os_dep.o mark_rts.o headers.o mark.o obj_map.o blacklst.o finalize.o new_hblk.o dbg_mlc.o malloc.o stubborn.o checksums.o solaris_threads.o irix_threads.o linux_threads.o typd_mlc.o ptr_chck.o mallocx.o solaris_pthreads.o gcj_mlc.o specific.o gc_dlopen.o dyn_load.o ar: creating ../libmzgc.a a - alloc.o a - reclaim.o a - allchblk.o a - misc.o a - mach_dep.o a - os_dep.o a - mark_rts.o a - headers.o a - mark.o a - obj_map.o a - blacklst.o a - finalize.o a - new_hblk.o a - dbg_mlc.o a - malloc.o a - stubborn.o a - checksums.o a - solaris_threads.o a - irix_threads.o a - linux_threads.o a - typd_mlc.o a - ptr_chck.o a - mallocx.o a - solaris_pthreads.o a - gcj_mlc.o a - specific.o a - gc_dlopen.o a - dyn_load.o i686-pc-linux-gnu-ranlib ../libmzgc.a make[4]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/gc' make[3]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' make normal-bin make[3]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' make dynlib make[4]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' cd src; make mzheaders make[5]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src' echo -n "#define SCHEME_PLATFORM_LIBRARY_SUBPATH " > schsys.h ./sysname >> schsys.h make[5]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src' cd dynsrc; make dynlib make[5]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/dynsrc' make ../mzdyn.o make[6]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/dynsrc' i686-pc-linux-gnu-gcc -g -O2 -I./../include -I./../src -c ./mzdyn.c -o ../mzdyn.o make[6]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/dynsrc' make[5]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/dynsrc' make[4]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' make mzlibrary make[4]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' cd src; make all make[5]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src' make mzheaders make[6]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src' make[6]: Nothing to be done for `mzheaders'. make[6]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src' make mzobjects make[6]: Entering directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src' 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] Error 1 make[6]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src' make[5]: *** [all] Error 2 make[5]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme/src' make[4]: *** [mzlibrary] Error 2 make[4]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' make[3]: *** [normal-bin] Error 2 make[3]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' make[2]: *** [bin] Error 2 make[2]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src/mzscheme' make[1]: *** [mz] Error 2 make[1]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src' make: *** [all] Error 2 !!! ERROR: dev-scheme/mzscheme-205 failed. Call stack: ebuild.sh, line 1546: Called dyn_compile ebuild.sh, line 937: Called src_compile mzscheme-205.ebuild, line 35: Called die !!! (no error message) !!! If you need support, post the topmost build error, and the call stack if relevant. ... done! >>> Emerging (1 of 1) dev-scheme/mzscheme-205 to / * mzscheme-205.src.unix.tar.gz MD5 ;-) ... [ ok ] * mzscheme-205.src.unix.tar.gz size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking mzscheme-205.src.unix.tar.gz ;-) ... [ ok ]