Hello,

I am having problems when compiling (the newest version of) Racket from source 
on an ARM machine (a Cubieboard).
The only change I made to the Makefile in the top-level directory is to set

CONFIGURE_ARGS_qq = --enable-shared --prefix ~/.local

I need to compile from source, as I need Racket as a shared library (therefore 
the change in the Makefile).
However, the build process (running make in the top-level directory) fails with 
the following error, for which I can not find anything helpful when browsing 
the web for it:

make[7]: Entering directory '/home/pi/git/racket/racket/src/build/racket/gc2'
env XFORM_PRECOMP=yes ../racketcgc -G /home/pi/git/racket/build/config -cqu 
../../../racket/gc2/xform.rkt --setup . --depends --cpp "gcc -E -I./.. 
-I../../../racket/gc2/../include -g -O2   -DUSE_SENORA_GC   -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB "  --keep-lines -o xsrc/precomp.h 
../../../racket/gc2/precomp.c
Copying tree...
Copying /home/pi/git/racket/racket/src/racket/gc2/./xform-mod.rkt to 
xform-collects/xform/xform-mod.rkt
lt-racketcgc: ../../../racket/src/unwind/libunwind.c:2711: 
_ULARM_dwarf_search_unwind_table: Assertion `ip >= di->start_ip && ip < 
di->end_ip' failed.
Aborted
Makefile:201: recipe for target 'xsrc/precomp.h' failed
make[7]: *** [xsrc/precomp.h] Error 134
make[7]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/gc2'

The full output is appended.
"uname -a" yields:
Linux black-pearl 4.1.12-hypriotos-v7+ #2 SMP PREEMPT Tue Nov 3 19:44:55 UTC 
2015 armv7l GNU/Linux

Does anyone have a solution at hand or can point me to one?
If any further information is needed, I am happy to provide it.

Best regards,
René Schöne

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
$ make
if [ "" = "" ] ; \
         then make plain-in-place PKGS="main-distribution 
main-distribution-test" ; \
         else make cpus-in-place CPUS="" PKGS="main-distribution 
main-distribution-test" ; fi
make[1]: Entering directory '/home/pi/git/racket'
make base
make[2]: Entering directory '/home/pi/git/racket'
mkdir -p build/config
echo '#hash((links-search-files . ()))' > build/config/config.rktd
mkdir -p racket/src/build
make racket/src/build/Makefile
make[3]: Entering directory '/home/pi/git/racket'
cd racket/src/build; ../configure --enable-shared --prefix ~/.local
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
=== Shared libraries enabled
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ar... yes
checking for cos in -lm... yes
checking for dlopen in -ldl... yes
checking for strip... strip
checking for strip -S... 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 poll... yes
checking for epoll... yes
checking for inotify... yes
checking for mmap and mprotect... yes
checking for large page size... no
checking for __builtin_popcount... yes
checking for __builtin_clz... yes
Large-file support: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of void *... 4
checking size of bool... 1
checking for intptr_t... yes
checking for uintptr_t... yes
checking for stack direction... down
checking whether byte ordering is bigendian... no
checking for powl for extflonums... yes
checking for libffi... no
Building own libffi
Configuring libtool
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
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/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/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++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
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... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
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/bin/ld) 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
appending configuration tag "F77" to libtool
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
=== configuring in foreign/libffi 
(/home/pi/git/racket/racket/src/build/foreign/libffi)
configure: running /bin/bash ../../../foreign/libffi/configure 
--disable-option-checking '--prefix=/home/pi/.local'  
'--enable-portable-binary' --cache-file=/dev/null 
--srcdir=../../../foreign/libffi
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert armv7l-unknown-linux-gnueabihf file names to 
armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain 
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) 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... yes
checking size of size_t... 4
checking for C compiler vendor... gnu
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -ffast-math... yes
checking for gcc architecture flag... 
checking for gcc architecture flag... unknown
checking whether C compiler accepts -O3 -fomit-frame-pointer -fstrict-aliasing 
-ffast-math... yes
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 8
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... yes
checking for _ prefix in compiled symbols... no
checking whether .eh_frame section should be read-only... no
checking for __attribute__((visibility("hidden")))... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: linking ../../../foreign/libffi/src/arm/ffitarget.h to 
include/ffitarget.h
config.status: executing buildir commands
config.status: skipping top_srcdir/Makefile - not created
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
>>> Installation targets:
 executables        : ${exec_prefix}/bin/...
 core docs          : ${datarootdir}/doc/${PACKAGE}/...
 C libraries        : ${exec_prefix}/lib/...
 C headers          : ${prefix}/include/${PACKAGE}/...
 platform libraries : ${exec_prefix}/lib/${PACKAGE}/...
 common libraries   : ${datarootdir}/${PACKAGE}/...
 base collections   : ${exec_prefix}/share/${PACKAGE}/collects/...
 configuration      : ${prefix}/etc/${PACKAGE}/...
 .desktop files     : ${exec_prefix}/share/applications/...
 man pages          : ${datarootdir}/man/...
     where prefix = /home/pi/.local
  and datarootdir = ${prefix}/share
  and exec_prefix = ${prefix}
  and PACKAGE = racket
make[3]: Leaving directory '/home/pi/git/racket'
cd racket/src/build; make reconfigure
make[3]: Entering directory '/home/pi/git/racket/racket/src/build'
make Makefile
make[4]: Entering directory '/home/pi/git/racket/racket/src/build'
make[4]: 'Makefile' is up to date.
make[4]: Leaving directory '/home/pi/git/racket/racket/src/build'
make[3]: Leaving directory '/home/pi/git/racket/racket/src/build'
cd racket/src/build; make SELF_RACKET_FLAGS="-G `cd ../../../build/config; pwd`"
make[3]: Entering directory '/home/pi/git/racket/racket/src/build'
make 3m
make[4]: Entering directory '/home/pi/git/racket/racket/src/build'
make no-local-racket
make[5]: Entering directory '/home/pi/git/racket/racket/src/build'
:
make[5]: Leaving directory '/home/pi/git/racket/racket/src/build'
cd racket; make 3m
make[5]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
make cgc
make[6]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
make cgc-core
make[7]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
make common
make[8]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
make g-c
make[9]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
cd sgc; make ../libmzgc.la 
make[10]: Entering directory '/home/pi/git/racket/racket/src/build/racket/sgc'
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -g -O2   -DUSE_SENORA_GC -DSGC_EXPORTS -I.. -c ../../../racket/sgc/sgc.c 
-o sgc.lo
mkdir .libs
 gcc -Wall -g -O2 -DUSE_SENORA_GC -DSGC_EXPORTS -I.. -c 
../../../racket/sgc/sgc.c  -fPIC -DPIC -o .libs/sgc.o
make gcobjects
make[11]: Entering directory '/home/pi/git/racket/racket/src/build/racket/sgc'
make[11]: Nothing to be done for 'gcobjects'.
make[11]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/sgc'
../../../racket/sgc/../../utils/nicear 
/home/pi/git/racket/racket/src/build/lt/libtool --mode=link --tag=CC gcc 
-release 6.6.0.3 -rpath /home/pi/.local/lib  -o  ../libmzgc.la sgc.lo
mkdir ../.libs
gcc -shared  .libs/sgc.o   -Wl,-soname -Wl,libmzgc-6.6.0.3.so -o 
../.libs/libmzgc-6.6.0.3.so
(cd ../.libs && rm -f libmzgc.so && ln -s libmzgc-6.6.0.3.so libmzgc.so)
creating ../libmzgc.la
(cd ../.libs && rm -f libmzgc.la && ln -s ../libmzgc.la libmzgc.la)
: ../libmzgc.la
make[10]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/sgc'
make[9]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make foreign-stuff
make[9]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
cd ../foreign; make all
make[10]: Entering directory '/home/pi/git/racket/racket/src/build/foreign'
make foreign.lo
make[11]: Entering directory '/home/pi/git/racket/racket/src/build/foreign'
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -g -O2   -DUSE_SENORA_GC  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DMZ_USES_SHARED_LIB -I./../racket -I../../foreign/../racket/include 
-I../../foreign/../racket/src -Ilibffi/include -c ../../foreign/foreign.c -o 
foreign.lo
mkdir .libs
 gcc -Wall -g -O2 -DUSE_SENORA_GC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DMZ_USES_SHARED_LIB -I./../racket -I../../foreign/../racket/include 
-I../../foreign/../racket/src -Ilibffi/include -c ../../foreign/foreign.c  
-fPIC -DPIC -o .libs/foreign.o
make[11]: Leaving directory '/home/pi/git/racket/racket/src/build/foreign'
make libffi_ON
make[11]: Entering directory '/home/pi/git/racket/racket/src/build/foreign'
make libffi/libffi_convenience.la
make[12]: Entering directory '/home/pi/git/racket/racket/src/build/foreign'
cd libffi; make libffi_convenience.la
make[13]: Entering directory 
'/home/pi/git/racket/racket/src/build/foreign/libffi'
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../foreign/libffi  -I. -I../../../foreign/libffi/include -Iinclude 
-I../../../foreign/libffi/src   -O3 -fomit-frame-pointer -fstrict-aliasing 
-ffast-math  -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c 
-o src/prep_cif.lo ../../../foreign/libffi/src/prep_cif.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c 
../../../foreign/libffi/src/prep_cif.c  -fPIC -DPIC -o src/.libs/prep_cif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c 
../../../foreign/libffi/src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../foreign/libffi  -I. -I../../../foreign/libffi/include -Iinclude 
-I../../../foreign/libffi/src   -O3 -fomit-frame-pointer -fstrict-aliasing 
-ffast-math  -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o 
src/types.lo ../../../foreign/libffi/src/types.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/types.lo -MD -MP -MF src/.deps/types.Tpo -c 
../../../foreign/libffi/src/types.c  -fPIC -DPIC -o src/.libs/types.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/types.lo -MD -MP -MF src/.deps/types.Tpo -c 
../../../foreign/libffi/src/types.c -o src/types.o >/dev/null 2>&1
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../foreign/libffi  -I. -I../../../foreign/libffi/include -Iinclude 
-I../../../foreign/libffi/src   -O3 -fomit-frame-pointer -fstrict-aliasing 
-ffast-math  -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c 
-o src/raw_api.lo ../../../foreign/libffi/src/raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c 
../../../foreign/libffi/src/raw_api.c  -fPIC -DPIC -o src/.libs/raw_api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c 
../../../foreign/libffi/src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../foreign/libffi  -I. -I../../../foreign/libffi/include -Iinclude 
-I../../../foreign/libffi/src   -O3 -fomit-frame-pointer -fstrict-aliasing 
-ffast-math  -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF 
$depbase.Tpo -c -o src/java_raw_api.lo 
../../../foreign/libffi/src/java_raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c 
../../../foreign/libffi/src/java_raw_api.c  -fPIC -DPIC -o 
src/.libs/java_raw_api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c 
../../../foreign/libffi/src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../foreign/libffi  -I. -I../../../foreign/libffi/include -Iinclude 
-I../../../foreign/libffi/src   -O3 -fomit-frame-pointer -fstrict-aliasing 
-ffast-math  -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c 
-o src/closures.lo ../../../foreign/libffi/src/closures.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c 
../../../foreign/libffi/src/closures.c  -fPIC -DPIC -o src/.libs/closures.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c 
../../../foreign/libffi/src/closures.c -o src/closures.o >/dev/null 2>&1
depbase=`echo src/arm/sysv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../foreign/libffi  -I. -I../../../foreign/libffi/include -Iinclude 
-I../../../foreign/libffi/src  -I. -I../../../foreign/libffi/include -Iinclude 
-I../../../foreign/libffi/src  -MT src/arm/sysv.lo -MD -MP -MF $depbase.Tpo -c 
-o src/arm/sysv.lo ../../../foreign/libffi/src/arm/sysv.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -MT 
src/arm/sysv.lo -MD -MP -MF src/arm/.deps/sysv.Tpo -c 
../../../foreign/libffi/src/arm/sysv.S  -fPIC -DPIC -o src/arm/.libs/sysv.o
../../../foreign/libffi/src/arm/sysv.S: Assembler messages:
../../../foreign/libffi/src/arm/sysv.S:399: Warning: conditional infixes are 
deprecated in unified syntax
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -MT 
src/arm/sysv.lo -MD -MP -MF src/arm/.deps/sysv.Tpo -c 
../../../foreign/libffi/src/arm/sysv.S -o src/arm/sysv.o >/dev/null 2>&1
depbase=`echo src/arm/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../foreign/libffi  -I. -I../../../foreign/libffi/include -Iinclude 
-I../../../foreign/libffi/src   -O3 -fomit-frame-pointer -fstrict-aliasing 
-ffast-math  -Wall -fexceptions -MT src/arm/ffi.lo -MD -MP -MF $depbase.Tpo -c 
-o src/arm/ffi.lo ../../../foreign/libffi/src/arm/ffi.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/arm/ffi.lo -MD -MP -MF src/arm/.deps/ffi.Tpo -c 
../../../foreign/libffi/src/arm/ffi.c  -fPIC -DPIC -o src/arm/.libs/ffi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../foreign/libffi -I. 
-I../../../foreign/libffi/include -Iinclude -I../../../foreign/libffi/src -O3 
-fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT 
src/arm/ffi.lo -MD -MP -MF src/arm/.deps/ffi.Tpo -c 
../../../foreign/libffi/src/arm/ffi.c -o src/arm/ffi.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math  -Wall -fexceptions   -o libffi_convenience.la  
src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo 
                        src/arm/sysv.lo src/arm/ffi.lo                
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o 
src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o 
src/.libs/closures.o src/arm/.libs/sysv.o src/arm/.libs/ffi.o 
libtool: link: ranlib .libs/libffi_convenience.a
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s 
"../libffi_convenience.la" "libffi_convenience.la" )
make[13]: Leaving directory 
'/home/pi/git/racket/racket/src/build/foreign/libffi'
make[12]: Leaving directory '/home/pi/git/racket/racket/src/build/foreign'
make[11]: Leaving directory '/home/pi/git/racket/racket/src/build/foreign'
make[10]: Leaving directory '/home/pi/git/racket/racket/src/build/foreign'
make[9]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make[8]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make dynlib
make[8]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
cd dynsrc; make dynlib 
make[9]: Entering directory '/home/pi/git/racket/racket/src/build/racket/dynsrc'
make ../mzdyn.o
make[10]: Entering directory 
'/home/pi/git/racket/racket/src/build/racket/dynsrc'
gcc -fPIC -Wall -g -O2  -I./.. -I../../../racket/dynsrc/../include 
-I../../../racket/dynsrc/../src  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DMZ_USES_SHARED_LIB -c ../../../racket/dynsrc/mzdyn.c -o ../mzdyn.o
make[10]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/dynsrc'
make ../starter
make[10]: Entering directory 
'/home/pi/git/racket/racket/src/build/racket/dynsrc'
gcc -Wall -g -O2  -I./.. -I../../../racket/dynsrc/../include 
-I../../../racket/dynsrc/../src  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DMZ_USES_SHARED_LIB -o ../starter ../../../racket/dynsrc/ustart.c
make[10]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/dynsrc'
make[9]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/dynsrc'
make[8]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make mzlibrary
make[8]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
cd src; make all 
make[9]: Entering directory '/home/pi/git/racket/racket/src/build/racket/src'
make mzobjects
make[10]: Entering directory '/home/pi/git/racket/racket/src/build/racket/src'
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/salloc.c -o salloc.lo
mkdir .libs
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/salloc.c  -fPIC -DPIC -o .libs/salloc.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/bignum.c -o bignum.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/bignum.c  -fPIC -DPIC -o .libs/bignum.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/bool.c -o bool.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/bool.c  -fPIC -DPIC -o .libs/bool.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/builtin.c -o builtin.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/builtin.c  -fPIC -DPIC -o .libs/builtin.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/char.c -o char.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/char.c  -fPIC -DPIC -o .libs/char.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/compenv.c -o compenv.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/compenv.c  -fPIC -DPIC -o .libs/compenv.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/compile.c -o compile.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/compile.c  -fPIC -DPIC -o .libs/compile.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/complex.c -o complex.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/complex.c  -fPIC -DPIC -o .libs/complex.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/dynext.c -o dynext.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/dynext.c  -fPIC -DPIC -o .libs/dynext.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/env.c -o env.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/env.c  -fPIC -DPIC -o .libs/env.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/error.c -o error.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/error.c  -fPIC -DPIC -o .libs/error.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/eval.c -o eval.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/eval.c  -fPIC -DPIC -o .libs/eval.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/file.c -o file.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/file.c  -fPIC -DPIC -o .libs/file.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/fun.c -o fun.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/fun.c  -fPIC -DPIC -o .libs/fun.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/future.c -o future.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/future.c  -fPIC -DPIC -o .libs/future.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/gmp/gmp.c -o gmp.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/gmp/gmp.c  -fPIC -DPIC -o .libs/gmp.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/hash.c -o hash.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/hash.c  -fPIC -DPIC -o .libs/hash.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jit.c -o jit.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jit.c  -fPIC -DPIC -o .libs/jit.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitalloc.c -o jitalloc.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitalloc.c  -fPIC -DPIC -o .libs/jitalloc.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitarith.c -o jitarith.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitarith.c  -fPIC -DPIC -o .libs/jitarith.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitcall.c -o jitcall.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitcall.c  -fPIC -DPIC -o .libs/jitcall.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitcommon.c -o jitcommon.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitcommon.c  -fPIC -DPIC -o .libs/jitcommon.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitinline.c -o jitinline.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitinline.c  -fPIC -DPIC -o .libs/jitinline.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitprep.c -o jitprep.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitprep.c  -fPIC -DPIC -o .libs/jitprep.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitstack.c -o jitstack.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitstack.c  -fPIC -DPIC -o .libs/jitstack.o
In file included from ../../../racket/src/jitstack.c:24:0:
../../../racket/src/jitstack.c: In function 'scheme_native_stack_trace':
../../../racket/src/unwind/libunwind.h:308:5: warning: right-hand operand of 
comma expression has no effect [-Wunused-value]
   }), 0)
     ^
../../../racket/src/unwind/libunwind.h:456:29: note: in expansion of macro 
'unw_tdep_getcontext'
 #define unw_getcontext(uc)  unw_tdep_getcontext(uc)
                             ^
../../../racket/src/jitstack.c:201:3: note: in expansion of macro 
'unw_getcontext'
   unw_getcontext(&cx);
   ^
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitstate.c -o jitstate.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/jitstate.c  -fPIC -DPIC -o .libs/jitstate.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/letrec_check.c -o letrec_check.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/letrec_check.c  -fPIC -DPIC -o .libs/letrec_check.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/list.c -o list.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/list.c  -fPIC -DPIC -o .libs/list.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/marshal.c -o marshal.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/marshal.c  -fPIC -DPIC -o .libs/marshal.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/module.c -o module.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/module.c  -fPIC -DPIC -o .libs/module.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/mzrt.c -o mzrt.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/mzrt.c  -fPIC -DPIC -o .libs/mzrt.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/network.c -o network.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/network.c  -fPIC -DPIC -o .libs/network.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/numarith.c -o numarith.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/numarith.c  -fPIC -DPIC -o .libs/numarith.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/number.c -o number.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/number.c  -fPIC -DPIC -o .libs/number.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/numcomp.c -o numcomp.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/numcomp.c  -fPIC -DPIC -o .libs/numcomp.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/numstr.c -o numstr.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/numstr.c  -fPIC -DPIC -o .libs/numstr.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/optimize.c -o optimize.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/optimize.c  -fPIC -DPIC -o .libs/optimize.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/place.c -o place.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/place.c  -fPIC -DPIC -o .libs/place.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/port.c -o port.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/port.c  -fPIC -DPIC -o .libs/port.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/portfun.c -o portfun.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/portfun.c  -fPIC -DPIC -o .libs/portfun.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/print.c -o print.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/print.c  -fPIC -DPIC -o .libs/print.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/rational.c -o rational.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/rational.c  -fPIC -DPIC -o .libs/rational.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/read.c -o read.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/read.c  -fPIC -DPIC -o .libs/read.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/regexp.c -o regexp.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/regexp.c  -fPIC -DPIC -o .libs/regexp.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/resolve.c -o resolve.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/resolve.c  -fPIC -DPIC -o .libs/resolve.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/sema.c -o sema.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/sema.c  -fPIC -DPIC -o .libs/sema.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/setjmpup.c -o setjmpup.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/setjmpup.c  -fPIC -DPIC -o .libs/setjmpup.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/sfs.c -o sfs.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/sfs.c  -fPIC -DPIC -o .libs/sfs.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/string.c -I. -o string.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/string.c -I.  -fPIC -DPIC -o .libs/string.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/struct.c -o struct.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/struct.c  -fPIC -DPIC -o .libs/struct.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/symbol.c -o symbol.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/symbol.c  -fPIC -DPIC -o .libs/symbol.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/syntax.c -o syntax.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/syntax.c  -fPIC -DPIC -o .libs/syntax.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/thread.c -o thread.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/thread.c  -fPIC -DPIC -o .libs/thread.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/type.c -o type.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/type.c  -fPIC -DPIC -o .libs/type.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/unwind/libunwind.c -o unwind.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/unwind/libunwind.c  -fPIC -DPIC -o .libs/unwind.o
../../../racket/src/unwind/libunwind.c: In function 'locate_debug_info.isra.24':
../../../racket/src/unwind/libunwind.c:2066:23: warning: 'mi.buf_end' may be 
used uninitialized in this function [-Wmaybe-uninitialized]
   struct map_iterator mi;
                       ^
../../../racket/src/unwind/libunwind.c:2066:23: warning: 'mi.buf' may be used 
uninitialized in this function [-Wmaybe-uninitialized]
In file included from ../../../racket/src/unwind/libunwind.c:38:0:
../../../racket/src/unwind/os-linux.h:292:27: warning: 'mi.buf_size' may be 
used uninitialized in this function [-Wmaybe-uninitialized]
       munmap (mi->buf_end - mi->buf_size, mi->buf_size);
                           ^
../../../racket/src/unwind/libunwind.c:2066:23: note: 'mi.buf_size' was 
declared here
   struct map_iterator mi;
                       ^
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/validate.c -o validate.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/validate.c  -fPIC -DPIC -o .libs/validate.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc 
-Wall  -I./.. -I../../../racket/src/../include -g -O2   -DUSE_SENORA_GC  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/vector.c -o vector.lo
 gcc -Wall -I./.. -I../../../racket/src/../include -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB -c 
../../../racket/src/vector.c  -fPIC -DPIC -o .libs/vector.o
make[10]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/src'
make[9]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/src'
make libracket.la
make[9]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
../../racket/../utils/nicear /home/pi/git/racket/racket/src/build/lt/libtool 
--mode=link --tag=CC gcc -release 6.6.0.3 -rpath /home/pi/.local/lib -ldl -lm  
-ldl -lm -rdynamic  -o  libracket.la src/*.lo ../foreign/foreign.lo 
../foreign/libffi/libffi_convenience.la  libmzgc.la
gcc -shared  src/.libs/bignum.o src/.libs/bool.o src/.libs/builtin.o 
src/.libs/char.o src/.libs/compenv.o src/.libs/compile.o src/.libs/complex.o 
src/.libs/dynext.o src/.libs/env.o src/.libs/error.o src/.libs/eval.o 
src/.libs/file.o src/.libs/fun.o src/.libs/future.o src/.libs/gmp.o 
src/.libs/hash.o src/.libs/jit.o src/.libs/jitalloc.o src/.libs/jitarith.o 
src/.libs/jitcall.o src/.libs/jitcommon.o src/.libs/jitinline.o 
src/.libs/jitprep.o src/.libs/jitstack.o src/.libs/jitstate.o 
src/.libs/letrec_check.o src/.libs/list.o src/.libs/marshal.o 
src/.libs/module.o src/.libs/mzrt.o src/.libs/network.o src/.libs/numarith.o 
src/.libs/number.o src/.libs/numcomp.o src/.libs/numstr.o src/.libs/optimize.o 
src/.libs/place.o src/.libs/port.o src/.libs/portfun.o src/.libs/print.o 
src/.libs/rational.o src/.libs/read.o src/.libs/regexp.o src/.libs/resolve.o 
src/.libs/salloc.o src/.libs/sema.o src/.libs/setjmpup.o src/.libs/sfs.o 
src/.libs/string.o src/.libs/struct.o src/.libs/symbol.o src/.libs/syntax.o 
src/.libs/thread.o src/.libs/type.o src/.libs/unwind.o src/.libs/validate.o 
src/.libs/vector.o ../foreign/.libs/foreign.o -Wl,--whole-archive 
../foreign/libffi/.libs/libffi_convenience.a -Wl,--no-whole-archive  
-Wl,--rpath -Wl,/home/pi/git/racket/racket/src/build/racket/.libs -Wl,--rpath 
-Wl,/home/pi/.local/lib -ldl -lm ./.libs/libmzgc.so  -Wl,-soname 
-Wl,libracket-6.6.0.3.so -o .libs/libracket-6.6.0.3.so
(cd .libs && rm -f libracket.so && ln -s libracket-6.6.0.3.so libracket.so)
creating libracket.la
(cd .libs && rm -f libracket.la && ln -s ../libracket.la libracket.la)
: libracket.la
make[9]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make[8]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make racketcgc
make[8]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
/home/pi/git/racket/racket/src/build/lt/libtool --mode=compile --tag=CC gcc -I. 
-I../../racket/include -Wall   -g -O2   -DUSE_SENORA_GC  -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB 
-DINITIAL_COLLECTS_DIRECTORY='"'"`cd ../../racket/../../collects; pwd`"'"' 
-DINITIAL_CONFIG_DIRECTORY='"'"`cd ../../racket/../..; pwd`/etc"'"' -c 
../../racket/main.c -o main.lo
 gcc -I. -I../../racket/include -Wall -g -O2 -DUSE_SENORA_GC 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB 
-DINITIAL_COLLECTS_DIRECTORY=\"/home/pi/git/racket/racket/collects\" 
-DINITIAL_CONFIG_DIRECTORY=\"/home/pi/git/racket/racket/etc\" -c 
../../racket/main.c  -fPIC -DPIC -o .libs/main.o
/home/pi/git/racket/racket/src/build/lt/libtool --mode=link --tag=CC gcc -rpath 
/home/pi/.local/lib -o racketcgc main.lo  libracket.la libmzgc.la  -ldl -lm  
-ldl -lm -rdynamic 
gcc -o .libs/racketcgc .libs/main.o -rdynamic  ./.libs/libracket.so 
/home/pi/git/racket/racket/src/build/racket/.libs/libmzgc.so ./.libs/libmzgc.so 
-ldl -lm  -Wl,--rpath -Wl,/home/pi/.local/lib
creating racketcgc
make[8]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make mzcomcgc
make[8]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
:
make[8]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make[7]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make sysinfercgc
make[7]: Entering directory '/home/pi/git/racket/racket/src/build/racket'
./racketcgc -cqu ../../racket/mksystem.rkt system.rktd "gcc -E -I. 
-I../../racket/include -I../../racket/src -g -O2   -DUSE_SENORA_GC   
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB  
../../racket/src/systype.c" "" "./racketcgc" "./racketcgc"
make[7]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
make[6]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
cd gc2; make all
make[6]: Entering directory '/home/pi/git/racket/racket/src/build/racket/gc2'
mkdir xsrc
make check-sdep
make[7]: Entering directory '/home/pi/git/racket/racket/src/build/racket/gc2'
../racketcgc -G /home/pi/git/racket/build/config -cqu 
../../../racket/gc2/check-sdep.rkt
make[7]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/gc2'
make xsrc/precomp.h
make[7]: Entering directory '/home/pi/git/racket/racket/src/build/racket/gc2'
env XFORM_PRECOMP=yes ../racketcgc -G /home/pi/git/racket/build/config -cqu 
../../../racket/gc2/xform.rkt --setup . --depends --cpp "gcc -E -I./.. 
-I../../../racket/gc2/../include -g -O2   -DUSE_SENORA_GC   -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB "  --keep-lines -o xsrc/precomp.h 
../../../racket/gc2/precomp.c
Copying tree...
Copying /home/pi/git/racket/racket/src/racket/gc2/./xform-mod.rkt to 
xform-collects/xform/xform-mod.rkt
lt-racketcgc: ../../../racket/src/unwind/libunwind.c:2711: 
_ULARM_dwarf_search_unwind_table: Assertion `ip >= di->start_ip && ip < 
di->end_ip' failed.
Aborted
Makefile:201: recipe for target 'xsrc/precomp.h' failed
make[7]: *** [xsrc/precomp.h] Error 134
make[7]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/gc2'
Makefile:172: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/pi/git/racket/racket/src/build/racket/gc2'
Makefile:102: recipe for target '3m' failed
make[5]: *** [3m] Error 2
make[5]: Leaving directory '/home/pi/git/racket/racket/src/build/racket'
Makefile:57: recipe for target '3m' failed
make[4]: *** [3m] Error 2
make[4]: Leaving directory '/home/pi/git/racket/racket/src/build'
Makefile:51: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/home/pi/git/racket/racket/src/build'
Makefile:154: recipe for target 'base' failed
make[2]: *** [base] Error 2
make[2]: Leaving directory '/home/pi/git/racket'
Makefile:67: recipe for target 'plain-in-place' failed
make[1]: *** [plain-in-place] Error 2
make[1]: Leaving directory '/home/pi/git/racket'
Makefile:48: recipe for target 'in-place' failed
make: *** [in-place] Error 2

Reply via email to