* Package: dev-scheme/racket-999  * USE: X amd64 cairo elibc_glibc kernel_linux multilib userland_GNU  * FEATURES: sandbox splitdebug >>> Unpacking source... * GIT update --> * repository: git://git.racket-lang.org/plt.git * at the commit: 9c19571ecd63c30addefc07a485d50e49a6145d8 * branch: master * storage directory: "/usr/portage/distfiles/git-src/racket" Cloning into /var/tmp/portage/dev-scheme/racket-999/work/racket-999... done. >>> Unpacked to /var/tmp/portage/dev-scheme/racket-999/work/racket-999 >>> Source unpacked in /var/tmp/portage/dev-scheme/racket-999/work >>> Preparing source in /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src ... * econf: updating racket-999/src/lt/config.sub with /usr/share/gnuconfig/config.sub * econf: updating racket-999/src/lt/config.guess with /usr/share/gnuconfig/config.guess * econf: updating racket-999/src/racket/gc/libatomic_ops/config.sub with /usr/share/gnuconfig/config.sub * econf: updating racket-999/src/racket/gc/libatomic_ops/config.guess with /usr/share/gnuconfig/config.guess * econf: updating racket-999/src/racket/gc/config.sub with /usr/share/gnuconfig/config.sub * econf: updating racket-999/src/racket/gc/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-gracket --disable-plot --disable-docs --enable-shared --disable-jit --enable-foreign --disable-places --disable-futures --disable-backtrace --disable-pthread --disable-perl --with-x configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux === Documentation build disabled === Shared libraries enabled === Plot disabled === JIT disabled === Futures disabled checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for cos in -lm... yes checking for dlopen in -ldl... yes checking for inline keyword... yes checking for noinline attribute... yes checking for GNU preprocessor... yes checking for nl_langinfo (CODESET)... yes checking for getaddrinfo... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking iconv is usable... yes checking for mbsrtowcs... yes checking for libffi... no Building own libffi checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for void *... yes checking size of void *... 8 checking for intptr_t... yes checking for uintptr_t... yes checking for stack direction... down checking whether byte ordering is bigendian... no Configuring libtool checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate configure: creating ./config.status config.status: creating Makefile config.status: creating racket/Makefile config.status: creating racket/src/Makefile config.status: creating racket/dynsrc/Makefile config.status: creating racket/gc/Makefile config.status: creating racket/sgc/Makefile config.status: creating racket/gc2/Makefile config.status: creating foreign/Makefile config.status: creating gracket/Makefile config.status: creating gracket/gc2/Makefile config.status: creating racket/mzconfig.h >>> Installation targets: executables : ${exec_prefix}/bin/... Scheme code : /usr/lib64/racket/collects/... core docs : /usr/share/doc/racket-999/... C libraries : /usr/lib64/... C headers : ${prefix}/include/racket/... extra C objs : /usr/lib64/racket/... man pages : /usr/share/man/... where prefix = /usr and datarootdir = ${prefix}/share and exec_prefix = ${prefix} >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src ... make -j3 make 3m make[1]: Entering directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src' cd racket; make 3m make[2]: Entering directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' make cgc make[3]: Entering directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' make common make[4]: Entering directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' make g-c make[5]: Entering directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' cd gc; make ../libmzgc.la make[6]: Entering directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket/gc' /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./alloc.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./reclaim.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./allchblk.c mkdir .libs x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./alloc.c -fPIC -DPIC -o .libs/alloc.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./reclaim.c -fPIC -DPIC -o .libs/reclaim.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./allchblk.c -fPIC -DPIC -o .libs/allchblk.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./misc.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -o if_mach ./if_mach.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -o if_not_there ./if_not_there.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -o threadlibs ./threadlibs.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./os_dep.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./misc.c -fPIC -DPIC -o .libs/misc.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./headers.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./os_dep.c -fPIC -DPIC -o .libs/os_dep.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./headers.c -fPIC -DPIC -o .libs/headers.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mark.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./obj_map.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mark.c -fPIC -DPIC -o .libs/mark.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./blacklst.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./obj_map.c -fPIC -DPIC -o .libs/obj_map.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./finalize.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./blacklst.c -fPIC -DPIC -o .libs/blacklst.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./new_hblk.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dbg_mlc.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./finalize.c -fPIC -DPIC -o .libs/finalize.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./new_hblk.c -fPIC -DPIC -o .libs/new_hblk.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dbg_mlc.c -fPIC -DPIC -o .libs/dbg_mlc.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./malloc.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./stubborn.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./malloc.c -fPIC -DPIC -o .libs/malloc.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./checksums.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./stubborn.c -fPIC -DPIC -o .libs/stubborn.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./pthread_support.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./pthread_stop_world.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./checksums.c -fPIC -DPIC -o .libs/checksums.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./darwin_stop_world.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./pthread_stop_world.c -fPIC -DPIC -o .libs/pthread_stop_world.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./pthread_support.c -fPIC -DPIC -o .libs/pthread_support.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./darwin_stop_world.c -fPIC -DPIC -o .libs/darwin_stop_world.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./typd_mlc.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./ptr_chck.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mallocx.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./typd_mlc.c -fPIC -DPIC -o .libs/typd_mlc.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./ptr_chck.c -fPIC -DPIC -o .libs/ptr_chck.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./mallocx.c -fPIC -DPIC -o .libs/mallocx.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gcj_mlc.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./specific.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gc_dlopen.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gcj_mlc.c -fPIC -DPIC -o .libs/gcj_mlc.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./backgraph.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./gc_dlopen.c -fPIC -DPIC -o .libs/gc_dlopen.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./specific.c -fPIC -DPIC -o .libs/specific.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./win32_threads.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./thread_local_alloc.c x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./backgraph.c -fPIC -DPIC -o .libs/backgraph.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./win32_threads.c -fPIC -DPIC -o .libs/win32_threads.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./thread_local_alloc.c -fPIC -DPIC -o .libs/thread_local_alloc.o /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./openbsd_stop_world.c /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dyn_load.c rm -f mach_dep.lo ./if_mach SPARC SOLARIS /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -o mach_dep2.lo ./sparc_mach_dep.S ./if_mach SPARC OPENBSD /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile as -o mach_dep2.lo ./sparc_sunos4_mach_dep.s ./if_mach SPARC NETBSD /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile as -o mach_dep2.lo ./sparc_netbsd_mach_dep.s ./if_mach SPARC "" /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -o mach_dep2.lo ./sparc_mach_dep.S ./if_mach SPARC "" /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -o mach_dep1.lo -I./include -I./libatomic_ops/include -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT ./mach_dep.c ./if_mach SPARC "" ld -r -o mach_dep.lo mach_dep1.lo mach_dep2.lo ./if_mach IA64 "" as -o ia64_save_regs_in_stack.lo ./ia64_save_regs_in_stack.s ./if_mach IA64 "" /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -o mach_dep1.lo -I./include -I./libatomic_ops/include -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT ./mach_dep.c ./if_mach IA64 "" ld -r -o mach_dep.lo mach_dep1.lo ia64_save_regs_in_stack.lo ./if_not_there mach_dep.lo /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./include -I./libatomic_ops/include -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT ./mach_dep.c ^^^^Starting command^^^^ x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./openbsd_stop_world.c -fPIC -DPIC -o .libs/openbsd_stop_world.o x86_64-pc-linux-gnu-gcc -c -I./include -I./libatomic_ops/include -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT ./mach_dep.c -fPIC -DPIC -o .libs/mach_dep.o x86_64-pc-linux-gnu-gcc -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./dyn_load.c -fPIC -DPIC -o .libs/dyn_load.o rm -f mach_dep1.lo ./if_mach IA64 "" /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile as -o mach_dep1.lo ./ia64_save_regs_in_stack.s ./if_not_there mach_dep1.lo /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./include -I./libatomic_ops/include -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT ./mach_dep1.c ^^^^Starting command^^^^ rm -f mark_rts.lo ./if_mach ALPHA OSF1 /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -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.lo /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -c -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 ./mark_rts.c ^^^^Starting command^^^^ x86_64-pc-linux-gnu-gcc -c -I./include -I./libatomic_ops/include -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT ./mach_dep1.c -fPIC -DPIC -o .libs/mach_dep1.o x86_64-pc-linux-gnu-gcc -c -I./include -I./libatomic_ops/src -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 ./mark_rts.c -fPIC -DPIC -o .libs/mark_rts.o ./../../utils/nicear /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=link --tag=CC x86_64-pc-linux-gnu-gcc -release 5.1.0.6 -rpath /usr/lib64 -Wl,-O1 -Wl,--as-needed -ldl -lm -ldl -lm -rdynamic -o ../libmzgc.la alloc.lo reclaim.lo allchblk.lo misc.lo mach_dep.lo mach_dep1.lo os_dep.lo mark_rts.lo headers.lo mark.lo obj_map.lo blacklst.lo finalize.lo new_hblk.lo dbg_mlc.lo malloc.lo stubborn.lo checksums.lo pthread_support.lo pthread_stop_world.lo darwin_stop_world.lo typd_mlc.lo ptr_chck.lo mallocx.lo gcj_mlc.lo specific.lo gc_dlopen.lo backgraph.lo win32_threads.lo thread_local_alloc.lo openbsd_stop_world.lo dyn_load.lo mkdir ../.libs gcc -shared .libs/alloc.o .libs/reclaim.o .libs/allchblk.o .libs/misc.o .libs/mach_dep.o .libs/mach_dep1.o .libs/os_dep.o .libs/mark_rts.o .libs/headers.o .libs/mark.o .libs/obj_map.o .libs/blacklst.o .libs/finalize.o .libs/new_hblk.o .libs/dbg_mlc.o .libs/malloc.o .libs/stubborn.o .libs/checksums.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/darwin_stop_world.o .libs/typd_mlc.o .libs/ptr_chck.o .libs/mallocx.o .libs/gcj_mlc.o .libs/specific.o .libs/gc_dlopen.o .libs/backgraph.o .libs/win32_threads.o .libs/thread_local_alloc.o .libs/openbsd_stop_world.o .libs/dyn_load.o -ldl -lm -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libmzgc-5.1.0.6.so -o ../.libs/libmzgc-5.1.0.6.so (cd ../.libs && rm -f libmzgc.so && ln -s libmzgc-5.1.0.6.so libmzgc.so) creating ../libmzgc.la (cd ../.libs && rm -f libmzgc.la && ln -s ../libmzgc.la libmzgc.la) : ../libmzgc.la make[6]: Leaving directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket/gc' make[5]: Leaving directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' make foreign-stuff make[5]: Entering directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' cd ../foreign; make all make[6]: Entering directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/foreign' make foreign.lo make[7]: Entering directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/foreign' /var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/lt/libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DMZ_USES_SHARED_LIB -I./../racket -I./../racket/include -I./../racket/src -Ilibffi/include -c ./foreign.c -o foreign.lo mkdir .libs x86_64-pc-linux-gnu-gcc -march=native -ggdb -O2 -pipe -DMZ_DONT_USE_JIT -DMZ_USES_SHARED_LIB -I./../racket -I./../racket/include -I./../racket/src -Ilibffi/include -c ./foreign.c -fPIC -DPIC -o .libs/foreign.o ./foreign.c:73:17: error: ffi.h: No such file or directory ./foreign.c:908: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ffi_type_gcpointer' ./foreign.c: In function 'ctype_sizeof': ./foreign.c:989: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:989: error: (Each undeclared identifier is reported only once ./foreign.c:989: error: for each function it appears in.) ./foreign.c:989: error: expected expression before ')' token ./foreign.c: In function 'free_libffi_type': ./foreign.c:1024: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:1024: error: expected expression before ')' token ./foreign.c: In function 'free_libffi_type_with_alignment': ./foreign.c:1032: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:1032: error: expected expression before ')' token ./foreign.c:1033: error: expected expression before ')' token ./foreign.c: At top level: ./foreign.c:1045: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sym_to_abi' ./foreign.c: In function 'foreign_make_cstruct_type': ./foreign.c:1085: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:1085: error: 'elements' undeclared (first use in this function) ./foreign.c:1085: error: 'libffi_type' undeclared (first use in this function) ./foreign.c:1085: error: 'dummy' undeclared (first use in this function) ./foreign.c:1087: error: 'ffi_cif' undeclared (first use in this function) ./foreign.c:1087: error: expected ';' before 'cif' ./foreign.c:1089: error: 'ffi_abi' undeclared (first use in this function) ./foreign.c:1089: error: expected ';' before 'abi' ./foreign.c:1092: error: 'abi' undeclared (first use in this function) ./foreign.c:1092: error: 'FFI_DEFAULT_ABI' undeclared (first use in this function) ./foreign.c:1107: error: expected expression before ')' token ./foreign.c:1114: error: expected expression before ')' token ./foreign.c:1128: error: 'FFI_TYPE_STRUCT' undeclared (first use in this function) ./foreign.c:1132: error: 'cif' undeclared (first use in this function) ./foreign.c:1132: error: 'ffi_type_void' undeclared (first use in this function) ./foreign.c:1132: error: 'FFI_OK' undeclared (first use in this function) ./foreign.c: In function 'SCHEME2C': ./foreign.c:1752: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:1752: error: expected expression before ')' token ./foreign.c: In function 'foreign_ctype_alignof': ./foreign.c:1792: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:1792: error: expected expression before ')' token ./foreign.c: In function 'foreign_malloc': ./foreign.c:1964: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:1964: error: expected expression before ')' token ./foreign.c: In function 'ffi_do_call': ./foreign.c:2494: error: 'ffi_cif' undeclared (first use in this function) ./foreign.c:2494: error: 'cif' undeclared (first use in this function) ./foreign.c:2494: error: expected expression before ')' token ./foreign.c:2549: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:2549: error: expected expression before ')' token ./foreign.c:2550: error: expected expression before ')' token ./foreign.c:2583: error: expected expression before ')' token ./foreign.c:2589: error: expected expression before ')' token ./foreign.c: In function 'free_fficall_data': ./foreign.c:2601: error: 'ffi_cif' undeclared (first use in this function) ./foreign.c:2601: error: expected expression before ')' token ./foreign.c: In function 'foreign_ffi_call': ./foreign.c:2614: error: 'ffi_abi' undeclared (first use in this function) ./foreign.c:2614: error: expected ';' before 'abi' ./foreign.c:2616: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:2616: error: 'rtype' undeclared (first use in this function) ./foreign.c:2616: error: 'atypes' undeclared (first use in this function) ./foreign.c:2617: error: 'ffi_cif' undeclared (first use in this function) ./foreign.c:2617: error: 'cif' undeclared (first use in this function) ./foreign.c:2633: error: expected expression before ')' token ./foreign.c:2634: error: 'abi' undeclared (first use in this function) ./foreign.c:2634: error: 'FFI_DEFAULT_ABI' undeclared (first use in this function) ./foreign.c:2651: error: expected expression before ')' token ./foreign.c:2657: error: expected expression before ')' token ./foreign.c:2660: error: 'FFI_OK' undeclared (first use in this function) ./foreign.c: At top level: ./foreign.c:2685: error: expected ')' before '*' token ./foreign.c:2706: error: expected ')' before '*' token ./foreign.c:2808: error: expected ')' before '*' token ./foreign.c:2854: error: expected specifier-qualifier-list before 'ffi_closure' ./foreign.c: In function 'foreign_ffi_callback': ./foreign.c:2903: error: 'ffi_abi' undeclared (first use in this function) ./foreign.c:2903: error: expected ';' before 'abi' ./foreign.c:2935: error: 'ffi_type' undeclared (first use in this function) ./foreign.c:2935: error: 'rtype' undeclared (first use in this function) ./foreign.c:2935: error: 'atypes' undeclared (first use in this function) ./foreign.c:2936: error: 'ffi_cif' undeclared (first use in this function) ./foreign.c:2936: error: 'cif' undeclared (first use in this function) ./foreign.c:2937: error: 'ffi_closure' undeclared (first use in this function) ./foreign.c:2937: error: 'cl' undeclared (first use in this function) ./foreign.c:2939: error: 'ffi_callback_t' undeclared (first use in this function) ./foreign.c:2939: error: expected ';' before 'do_callback' ./foreign.c:2952: error: expected expression before ')' token ./foreign.c:2953: error: 'abi' undeclared (first use in this function) ./foreign.c:2953: error: 'FFI_DEFAULT_ABI' undeclared (first use in this function) ./foreign.c:2976: error: 'do_callback' undeclared (first use in this function) ./foreign.c:2976: error: 'ffi_queue_callback' undeclared (first use in this function) ./foreign.c:2978: error: 'ffi_do_callback' undeclared (first use in this function) ./foreign.c:2980: error: expected expression before ')' token ./foreign.c:2981: error: 'closure_and_cif' has no member named 'closure' ./foreign.c:2982: error: 'closure_and_cif' has no member named 'cif' ./foreign.c:2983: error: expected expression before ')' token ./foreign.c:2989: error: expected expression before ')' token ./foreign.c:2991: error: 'FFI_OK' undeclared (first use in this function) ./foreign.c:3022: error: 'closure_and_cif' has no member named 'data' ./foreign.c:3023: error: 'closure_and_cif' has no member named 'data' ./foreign.c: In function 'scheme_init_foreign': ./foreign.c:3186: error: 'ffi_type_gcpointer' undeclared (first use in this function) ./foreign.c:3186: error: 'ffi_type_pointer' undeclared (first use in this function) ./foreign.c:3284: error: 'ffi_type_void' undeclared (first use in this function) ./foreign.c:3291: error: 'ffi_type_sint8' undeclared (first use in this function) ./foreign.c:3298: error: 'ffi_type_uint8' undeclared (first use in this function) ./foreign.c:3305: error: 'ffi_type_sint16' undeclared (first use in this function) ./foreign.c:3312: error: 'ffi_type_uint16' undeclared (first use in this function) ./foreign.c:3319: error: 'ffi_type_sint32' undeclared (first use in this function) ./foreign.c:3326: error: 'ffi_type_uint32' undeclared (first use in this function) ./foreign.c:3333: error: 'ffi_type_sint64' undeclared (first use in this function) ./foreign.c:3340: error: 'ffi_type_uint64' undeclared (first use in this function) ./foreign.c:3375: error: 'ffi_type_float' undeclared (first use in this function) ./foreign.c:3382: error: 'ffi_type_double' undeclared (first use in this function) ./foreign.c:3396: error: 'ffi_type_sint' undeclared (first use in this function) make[7]: *** [foreign.lo] Error 1 make[7]: Leaving directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/foreign' make[6]: *** [all] Error 2 make[6]: Leaving directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/foreign' make[5]: *** [foreign-stuff] Error 2 make[5]: Leaving directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' make[4]: *** [common] Error 2 make[4]: Leaving directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' make[3]: *** [cgc] Error 2 make[3]: Leaving directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' make[2]: *** [3m] Error 2 make[2]: Leaving directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src/racket' make[1]: *** [3m] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src' make: *** [all] Error 2 * ERROR: dev-scheme/racket-999 failed (compile phase): * emake failed * * If you need support, post the output of 'emerge --info =dev-scheme/racket-999', * the complete build log and the output of 'emerge -pqv =dev-scheme/racket-999'. * This ebuild is from an overlay: '/home/marijn/GENTOO/local/' * The complete build log is located at '/var/tmp/portage/dev-scheme/racket-999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-scheme/racket-999/temp/environment'. * S: '/var/tmp/portage/dev-scheme/racket-999/work/racket-999/src'