epsilon-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[epsilon-devel] bootstrap crash


From: Jose E. Marchesi
Subject: [epsilon-devel] bootstrap crash
Date: Sun, 31 Mar 2013 20:40:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Attached is a report on a crash I got while bootstrapping epsilon.
address@hidden:~/gnu/src/epsilon$ guile --version
guile (GNU Guile) 2.0.5-deb+1-3
Copyright (C) 2011 Free Software Foundation, Inc.

License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

address@hidden:~/gnu/src/epsilon$ autoreconf -i
configure.ac:155: installing `build-aux/compile'
configure.ac:49: installing `build-aux/config.guess'
configure.ac:49: installing `build-aux/config.sub'
configure.ac:53: installing `build-aux/install-sh'
configure.ac:53: installing `build-aux/missing'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `build-aux/depcomp'
Makefile.am:508: installing `build-aux/mdate-sh'
Makefile.am:508: installing `build-aux/texinfo.tex'
address@hidden:~/gnu/src/epsilon$ ./autogen.sh
bash: ./autogen.sh: No such file or directory
address@hidden:~/gnu/src/epsilon$ ls
aclocal.m4      autom4te.cache  BUGS       clean-stuff  configure.ac  driver    
 guile.m4           lib          movinggc     PLATFORMS         runtime      
TODO
assembly-tests  bin             build-aux  config.h.in  COPYING       emacs     
 image-interpreter  Makefile.am  NEWS         README            svm          
utility
AUTHORS         bootstrap       ChangeLog  configure    doc           epsilongc 
 INSTALL            Makefile.in  NO-WARRANTY  regenerate-stuff  TEST-NATIVE
address@hidden:~/gnu/src/epsilon$ ./configure 
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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... gawk
checking whether make sets $(MAKE)... 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 how to run the C preprocessor... gcc -E
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking size of void *... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking for inline... inline
checking whether gcc and cc understand -c and -o together... yes
checking for gcc option to accept ISO C99... -std=gnu99
checking whether char is unsigned... no
checking for preprocessor stringizing operator... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for ceil in -lm... yes
checking for pthread_mutex_lock in -lpthread... yes
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
checking for GC_malloc in -lgc... yes
checking for GC_allow_register_threads... no
configure: WARNING: Your GC library is old: trying to go on anyway
checking for ulc_fprintf in -lunistring... no
configure: WARNING: libunistring was not found; it will be needed in a future 
version.
checking unistr.h usability... no
checking unistr.h presence... no
checking for unistr.h... no
configure: WARNING: libunistring C headers were not found; they will be needed 
in a future version.
checking for guile... /usr/bin/guile
checking for guile-config... /usr/bin/guile-config
checking for guile-tools... /usr/bin/guile-tools
checking libguile compile flags... -pthread -I/usr/include/guile/2.0  
checking libguile link flags... -lguile-2.0 -lgc  
checking whether /usr/bin/guile works... yes, it seems to work
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... (cached) inline
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for working strnlen... yes
checking for memalign... yes
checking for posix_memalign... yes
checking for mmap... yes
checking for mmap64... yes
The host architecture "x86_64" is supported.  Good!
Enabling native code support.
configure: The option --enable-debug was given the value "yes".
configure: The option --enable-verbose-svm was given the value "no".
configure: The option --enable-Werror was given the value "no".
configure: The option --enable-svm-threading was given the value "yes".
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
address@hidden:~/gnu/src/epsilon$ make
./svm/generate-c-support
The other prototype w_wwww has 4 parameters
The other prototype w_wwww corresponds to the separate type arguments  w w w w w
The other prototype w_wwww has 4 parameters
The other prototype w_wwww corresponds to the separate type arguments  w w w w w
flex -Psvm_ -osvm/scanner.c -s svm/scanner.l
bison -y -p svm_ -o svm/parser.c -d svm/parser.y
svm/parser.y: warning: 1 nonterminal useless in grammar
svm/parser.y: warning: 1 rule useless in grammar
svm/parser.y:559.20-25: warning: nonterminal useless in grammar: global
svm/parser.y:624.9-31: warning: rule useless in grammar: global: identifier
make  all-recursive
make[1]: Entering directory `/home/jemarch/gnu/src/epsilon'
make[2]: Entering directory `/home/jemarch/gnu/src/epsilon'
test -f doc/.dirstamp || make  doc/.dirstamp
make[3]: Entering directory `/home/jemarch/gnu/src/epsilon'
make[3]: Leaving directory `/home/jemarch/gnu/src/epsilon'
Updating ./doc/version.texi
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/bash /home/jemarch/gnu/src/epsilon/build-aux/missing --run 
makeinfo --version) >/dev/null 2>&1; then \
          for f in doc/epsilon.info doc/epsilon.info-[0-9] 
doc/epsilon.info-[0-9][0-9] doc/epsilon.i[0-9] doc/epsilon.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/bash /home/jemarch/gnu/src/epsilon/build-aux/missing --run 
makeinfo --no-split  -I doc -I ./doc \
         -o doc/epsilon.info ./doc/epsilon.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd .; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd . && \
          $restore $backupdir/* `echo "./doc/epsilon.info" | sed 's|[^/]*$||'`; 
\
        fi; \
        rm -rf $backupdir; exit $rc
./doc/epsilon.texi:213: warning: @iftex should only appear at a line beginning 
(possibly involving @epsilonsubscript)
./doc/epsilon.texi:263: warning: @iftex should only appear at a line beginning 
(possibly involving @epsilonsubscript)
depbase=`echo utility/utility.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT utility/utility.o -MD -MP -MF 
$depbase.Tpo -c -o utility/utility.o utility/utility.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo utility/malloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT utility/malloc.o -MD -MP -MF 
$depbase.Tpo -c -o utility/malloc.o utility/malloc.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo utility/fatal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT utility/fatal.o -MD -MP -MF 
$depbase.Tpo -c -o utility/fatal.o utility/fatal.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo utility/dynamic-array.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT utility/dynamic-array.o -MD -MP -MF 
$depbase.Tpo -c -o utility/dynamic-array.o utility/dynamic-array.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo utility/list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT utility/list.o -MD -MP -MF 
$depbase.Tpo -c -o utility/list.o utility/list.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo utility/unboxed-hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT utility/unboxed-hash.o -MD -MP -MF 
$depbase.Tpo -c -o utility/unboxed-hash.o utility/unboxed-hash.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo utility/string-hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT utility/string-hash.o -MD -MP -MF 
$depbase.Tpo -c -o utility/string-hash.o utility/string-hash.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo utility/stack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT utility/stack.o -MD -MP -MF 
$depbase.Tpo -c -o utility/stack.o utility/stack.c &&\
        mv -f $depbase.Tpo $depbase.Po
rm -f lib/libepsilonutility.a
ar cru lib/libepsilonutility.a utility/utility.o utility/malloc.o 
utility/fatal.o utility/dynamic-array.o utility/list.o utility/unboxed-hash.o 
utility/string-hash.o utility/stack.o 
ranlib lib/libepsilonutility.a
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_untagged_a-interface-with-c.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_untagged_a-interface-with-c.Tpo -c -o 
runtime/lib_libepsilonruntime_untagged_a-interface-with-c.o `test -f 
'runtime/interface-with-c.c' || echo './'`runtime/interface-with-c.c
mv -f runtime/.deps/lib_libepsilonruntime_untagged_a-interface-with-c.Tpo 
runtime/.deps/lib_libepsilonruntime_untagged_a-interface-with-c.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_untagged_a-data.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_untagged_a-data.Tpo -c -o 
runtime/lib_libepsilonruntime_untagged_a-data.o `test -f 'runtime/data.c' || 
echo './'`runtime/data.c
runtime/data.c: In function €˜epsilon_data_initialize€™:
runtime/data.c:103:4: warning: #warning GC_allow_register_threads is not 
available. Trying to go on without calling it. [-Wcpp]
mv -f runtime/.deps/lib_libepsilonruntime_untagged_a-data.Tpo 
runtime/.deps/lib_libepsilonruntime_untagged_a-data.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_untagged_a-marshal.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_untagged_a-marshal.Tpo -c -o 
runtime/lib_libepsilonruntime_untagged_a-marshal.o `test -f 'runtime/marshal.c' 
|| echo './'`runtime/marshal.c
mv -f runtime/.deps/lib_libepsilonruntime_untagged_a-marshal.Tpo 
runtime/.deps/lib_libepsilonruntime_untagged_a-marshal.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_untagged_a-c-primitives.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_untagged_a-c-primitives.Tpo -c -o 
runtime/lib_libepsilonruntime_untagged_a-c-primitives.o `test -f 
'runtime/c-primitives.c' || echo './'`runtime/c-primitives.c
runtime/c-primitives.c: In function €˜epsilon_primitive_whatever_eq_p€™:
runtime/c-primitives.c:108:12: warning: cast to pointer from integer of 
different size [-Wint-to-pointer-cast]
runtime/c-primitives.c: In function 
€˜epsilon_primitive_io_read_32bit_bigendian€™:
runtime/c-primitives.c:274:14: warning: cast to pointer from integer of 
different size [-Wint-to-pointer-cast]
mv -f runtime/.deps/lib_libepsilonruntime_untagged_a-c-primitives.Tpo 
runtime/.deps/lib_libepsilonruntime_untagged_a-c-primitives.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_untagged_a-epsilon0-interpreter.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_untagged_a-epsilon0-interpreter.Tpo -c -o 
runtime/lib_libepsilonruntime_untagged_a-epsilon0-interpreter.o `test -f 
'runtime/epsilon0-interpreter.c' || echo './'`runtime/epsilon0-interpreter.c
runtime/epsilon0-interpreter.c: In function €˜epsilon_e0_eval_with_stack€™:
runtime/epsilon0-interpreter.c:230:7: warning: format €˜%i€™ expects argument 
of type €˜int€™, but argument 2 has type €˜epsilon_int€™ [-Wformat]
runtime/epsilon0-interpreter.c:230:7: warning: format €˜%i€™ expects argument 
of type €˜int€™, but argument 3 has type €˜epsilon_int€™ [-Wformat]
mv -f runtime/.deps/lib_libepsilonruntime_untagged_a-epsilon0-interpreter.Tpo 
runtime/.deps/lib_libepsilonruntime_untagged_a-epsilon0-interpreter.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_untagged_a-thread-context.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_untagged_a-thread-context.Tpo -c -o 
runtime/lib_libepsilonruntime_untagged_a-thread-context.o `test -f 
'runtime/thread-context.c' || echo './'`runtime/thread-context.c
runtime/thread-context.c: In function €˜epsilon_make_thread_context€™:
runtime/thread-context.c:28:3: warning: implicit declaration of function 
€˜GC_malloc€™ [-Wimplicit-function-declaration]
runtime/thread-context.c:28:37: warning: initialization makes pointer from 
integer without a cast [enabled by default]
runtime/thread-context.c:29:17: warning: assignment makes pointer from integer 
without a cast [enabled by default]
mv -f runtime/.deps/lib_libepsilonruntime_untagged_a-thread-context.Tpo 
runtime/.deps/lib_libepsilonruntime_untagged_a-thread-context.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_untagged_a-runtime.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_untagged_a-runtime.Tpo -c -o 
runtime/lib_libepsilonruntime_untagged_a-runtime.o `test -f 'runtime/runtime.c' 
|| echo './'`runtime/runtime.c
mv -f runtime/.deps/lib_libepsilonruntime_untagged_a-runtime.Tpo 
runtime/.deps/lib_libepsilonruntime_untagged_a-runtime.Po
rm -f lib/libepsilonruntime-untagged.a
ar cru lib/libepsilonruntime-untagged.a 
runtime/lib_libepsilonruntime_untagged_a-interface-with-c.o 
runtime/lib_libepsilonruntime_untagged_a-data.o 
runtime/lib_libepsilonruntime_untagged_a-marshal.o 
runtime/lib_libepsilonruntime_untagged_a-c-primitives.o 
runtime/lib_libepsilonruntime_untagged_a-epsilon0-interpreter.o 
runtime/lib_libepsilonruntime_untagged_a-thread-context.o 
runtime/lib_libepsilonruntime_untagged_a-runtime.o 
ranlib lib/libepsilonruntime-untagged.a
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_TAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_tagged_a-interface-with-c.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_tagged_a-interface-with-c.Tpo -c -o 
runtime/lib_libepsilonruntime_tagged_a-interface-with-c.o `test -f 
'runtime/interface-with-c.c' || echo './'`runtime/interface-with-c.c
mv -f runtime/.deps/lib_libepsilonruntime_tagged_a-interface-with-c.Tpo 
runtime/.deps/lib_libepsilonruntime_tagged_a-interface-with-c.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_TAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_tagged_a-data.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_tagged_a-data.Tpo -c -o 
runtime/lib_libepsilonruntime_tagged_a-data.o `test -f 'runtime/data.c' || echo 
'./'`runtime/data.c
runtime/data.c: In function €˜epsilon_data_initialize€™:
runtime/data.c:103:4: warning: #warning GC_allow_register_threads is not 
available. Trying to go on without calling it. [-Wcpp]
mv -f runtime/.deps/lib_libepsilonruntime_tagged_a-data.Tpo 
runtime/.deps/lib_libepsilonruntime_tagged_a-data.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_TAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_tagged_a-marshal.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_tagged_a-marshal.Tpo -c -o 
runtime/lib_libepsilonruntime_tagged_a-marshal.o `test -f 'runtime/marshal.c' 
|| echo './'`runtime/marshal.c
mv -f runtime/.deps/lib_libepsilonruntime_tagged_a-marshal.Tpo 
runtime/.deps/lib_libepsilonruntime_tagged_a-marshal.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_TAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_tagged_a-c-primitives.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_tagged_a-c-primitives.Tpo -c -o 
runtime/lib_libepsilonruntime_tagged_a-c-primitives.o `test -f 
'runtime/c-primitives.c' || echo './'`runtime/c-primitives.c
mv -f runtime/.deps/lib_libepsilonruntime_tagged_a-c-primitives.Tpo 
runtime/.deps/lib_libepsilonruntime_tagged_a-c-primitives.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_TAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_tagged_a-epsilon0-interpreter.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_tagged_a-epsilon0-interpreter.Tpo -c -o 
runtime/lib_libepsilonruntime_tagged_a-epsilon0-interpreter.o `test -f 
'runtime/epsilon0-interpreter.c' || echo './'`runtime/epsilon0-interpreter.c
runtime/epsilon0-interpreter.c: In function €˜epsilon_e0_eval_with_stack€™:
runtime/epsilon0-interpreter.c:230:7: warning: format €˜%i€™ expects argument 
of type €˜int€™, but argument 2 has type €˜epsilon_int€™ [-Wformat]
runtime/epsilon0-interpreter.c:230:7: warning: format €˜%i€™ expects argument 
of type €˜int€™, but argument 3 has type €˜epsilon_int€™ [-Wformat]
mv -f runtime/.deps/lib_libepsilonruntime_tagged_a-epsilon0-interpreter.Tpo 
runtime/.deps/lib_libepsilonruntime_tagged_a-epsilon0-interpreter.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_TAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_tagged_a-thread-context.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_tagged_a-thread-context.Tpo -c -o 
runtime/lib_libepsilonruntime_tagged_a-thread-context.o `test -f 
'runtime/thread-context.c' || echo './'`runtime/thread-context.c
runtime/thread-context.c: In function €˜epsilon_make_thread_context€™:
runtime/thread-context.c:28:3: warning: implicit declaration of function 
€˜GC_malloc€™ [-Wimplicit-function-declaration]
runtime/thread-context.c:28:37: warning: initialization makes pointer from 
integer without a cast [enabled by default]
runtime/thread-context.c:29:17: warning: assignment makes pointer from integer 
without a cast [enabled by default]
mv -f runtime/.deps/lib_libepsilonruntime_tagged_a-thread-context.Tpo 
runtime/.deps/lib_libepsilonruntime_tagged_a-thread-context.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_TAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_tagged_a-runtime.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_tagged_a-runtime.Tpo -c -o 
runtime/lib_libepsilonruntime_tagged_a-runtime.o `test -f 'runtime/runtime.c' 
|| echo './'`runtime/runtime.c
mv -f runtime/.deps/lib_libepsilonruntime_tagged_a-runtime.Tpo 
runtime/.deps/lib_libepsilonruntime_tagged_a-runtime.Po
rm -f lib/libepsilonruntime-tagged.a
ar cru lib/libepsilonruntime-tagged.a 
runtime/lib_libepsilonruntime_tagged_a-interface-with-c.o 
runtime/lib_libepsilonruntime_tagged_a-data.o 
runtime/lib_libepsilonruntime_tagged_a-marshal.o 
runtime/lib_libepsilonruntime_tagged_a-c-primitives.o 
runtime/lib_libepsilonruntime_tagged_a-epsilon0-interpreter.o 
runtime/lib_libepsilonruntime_tagged_a-thread-context.o 
runtime/lib_libepsilonruntime_tagged_a-runtime.o 
ranlib lib/libepsilonruntime-tagged.a
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_SMOB  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_smob_a-interface-with-c.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_smob_a-interface-with-c.Tpo -c -o 
runtime/lib_libepsilonruntime_smob_a-interface-with-c.o `test -f 
'runtime/interface-with-c.c' || echo './'`runtime/interface-with-c.c
mv -f runtime/.deps/lib_libepsilonruntime_smob_a-interface-with-c.Tpo 
runtime/.deps/lib_libepsilonruntime_smob_a-interface-with-c.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_SMOB  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_smob_a-data.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_smob_a-data.Tpo -c -o 
runtime/lib_libepsilonruntime_smob_a-data.o `test -f 'runtime/data.c' || echo 
'./'`runtime/data.c
mv -f runtime/.deps/lib_libepsilonruntime_smob_a-data.Tpo 
runtime/.deps/lib_libepsilonruntime_smob_a-data.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_SMOB  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_smob_a-marshal.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_smob_a-marshal.Tpo -c -o 
runtime/lib_libepsilonruntime_smob_a-marshal.o `test -f 'runtime/marshal.c' || 
echo './'`runtime/marshal.c
mv -f runtime/.deps/lib_libepsilonruntime_smob_a-marshal.Tpo 
runtime/.deps/lib_libepsilonruntime_smob_a-marshal.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_SMOB  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_smob_a-c-primitives.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_smob_a-c-primitives.Tpo -c -o 
runtime/lib_libepsilonruntime_smob_a-c-primitives.o `test -f 
'runtime/c-primitives.c' || echo './'`runtime/c-primitives.c
mv -f runtime/.deps/lib_libepsilonruntime_smob_a-c-primitives.Tpo 
runtime/.deps/lib_libepsilonruntime_smob_a-c-primitives.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_SMOB  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_smob_a-epsilon0-interpreter.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_smob_a-epsilon0-interpreter.Tpo -c -o 
runtime/lib_libepsilonruntime_smob_a-epsilon0-interpreter.o `test -f 
'runtime/epsilon0-interpreter.c' || echo './'`runtime/epsilon0-interpreter.c
runtime/epsilon0-interpreter.c: In function €˜epsilon_e0_eval_with_stack€™:
runtime/epsilon0-interpreter.c:230:7: warning: format €˜%i€™ expects argument 
of type €˜int€™, but argument 2 has type €˜epsilon_int€™ [-Wformat]
runtime/epsilon0-interpreter.c:230:7: warning: format €˜%i€™ expects argument 
of type €˜int€™, but argument 3 has type €˜epsilon_int€™ [-Wformat]
mv -f runtime/.deps/lib_libepsilonruntime_smob_a-epsilon0-interpreter.Tpo 
runtime/.deps/lib_libepsilonruntime_smob_a-epsilon0-interpreter.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_SMOB  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_smob_a-thread-context.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_smob_a-thread-context.Tpo -c -o 
runtime/lib_libepsilonruntime_smob_a-thread-context.o `test -f 
'runtime/thread-context.c' || echo './'`runtime/thread-context.c
runtime/thread-context.c: In function €˜epsilon_make_thread_context€™:
runtime/thread-context.c:28:3: warning: implicit declaration of function 
€˜GC_malloc€™ [-Wimplicit-function-declaration]
runtime/thread-context.c:28:37: warning: initialization makes pointer from 
integer without a cast [enabled by default]
runtime/thread-context.c:29:17: warning: assignment makes pointer from integer 
without a cast [enabled by default]
mv -f runtime/.deps/lib_libepsilonruntime_smob_a-thread-context.Tpo 
runtime/.deps/lib_libepsilonruntime_smob_a-thread-context.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_SMOB  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/lib_libepsilonruntime_smob_a-runtime.o -MD -MP -MF 
runtime/.deps/lib_libepsilonruntime_smob_a-runtime.Tpo -c -o 
runtime/lib_libepsilonruntime_smob_a-runtime.o `test -f 'runtime/runtime.c' || 
echo './'`runtime/runtime.c
mv -f runtime/.deps/lib_libepsilonruntime_smob_a-runtime.Tpo 
runtime/.deps/lib_libepsilonruntime_smob_a-runtime.Po
rm -f lib/libepsilonruntime-smob.a
ar cru lib/libepsilonruntime-smob.a 
runtime/lib_libepsilonruntime_smob_a-interface-with-c.o 
runtime/lib_libepsilonruntime_smob_a-data.o 
runtime/lib_libepsilonruntime_smob_a-marshal.o 
runtime/lib_libepsilonruntime_smob_a-c-primitives.o 
runtime/lib_libepsilonruntime_smob_a-epsilon0-interpreter.o 
runtime/lib_libepsilonruntime_smob_a-thread-context.o 
runtime/lib_libepsilonruntime_smob_a-runtime.o 
ranlib lib/libepsilonruntime-smob.a
depbase=`echo runtime/backend-specific/c/backend-specific-c.o | sed 
's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/backend-specific/c/backend-specific-c.o -MD -MP -MF $depbase.Tpo -c -o 
runtime/backend-specific/c/backend-specific-c.o 
runtime/backend-specific/c/backend-specific-c.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo driver/driver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT driver/driver.o -MD -MP -MF 
$depbase.Tpo -c -o driver/driver.o driver/driver.c &&\
        mv -f $depbase.Tpo $depbase.Po
driver/driver.c: In function €˜main€™:
driver/driver.c:45:3: warning: implicit declaration of function 
€˜GC_add_roots€™ [-Wimplicit-function-declaration]
rm -f lib/libepsilondriver-c-untagged.a
ar cru lib/libepsilondriver-c-untagged.a 
runtime/backend-specific/c/backend-specific-c.o driver/driver.o 
lib/libepsilonruntime-smob.a lib/libepsilonutility.a
ranlib lib/libepsilondriver-c-untagged.a
depbase=`echo runtime/backend-specific/x86_64/backend-specific-c.o | sed 
's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/backend-specific/x86_64/backend-specific-c.o -MD -MP -MF $depbase.Tpo 
-c -o runtime/backend-specific/x86_64/backend-specific-c.o 
runtime/backend-specific/x86_64/backend-specific-c.c &&\
        mv -f $depbase.Tpo $depbase.Po
depbase=`echo runtime/backend-specific/x86_64/backend-specific-s.o | sed 
's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -DHAVE_CONFIG_H -I.     -g -O2 -MT 
runtime/backend-specific/x86_64/backend-specific-s.o -MD -MP -MF $depbase.Tpo 
-c -o runtime/backend-specific/x86_64/backend-specific-s.o 
runtime/backend-specific/x86_64/backend-specific-s.S &&\
        mv -f $depbase.Tpo $depbase.Po
rm -f lib/libepsilondriver-native-untagged.a
ar cru lib/libepsilondriver-native-untagged.a driver/driver.o 
runtime/backend-specific/x86_64/backend-specific-c.o 
runtime/backend-specific/x86_64/backend-specific-s.o  
ranlib lib/libepsilondriver-native-untagged.a
depbase=`echo utility/test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT utility/test.o -MD -MP -MF 
$depbase.Tpo -c -o utility/test.o utility/test.c &&\
        mv -f $depbase.Tpo $depbase.Po
gcc -std=gnu99 -Wall  -fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . 
-g -O2 -lguile-2.0 -lgc    -o bin/epsilon-test-utility utility/test.o 
lib/libepsilonutility.a -lgc -ldl -lpthread -lm 
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/bin_epsilon_svm-c-wrapper.o -MD -MP -MF 
runtime/.deps/bin_epsilon_svm-c-wrapper.Tpo -c -o 
runtime/bin_epsilon_svm-c-wrapper.o `test -f 'runtime/c-wrapper.c' || echo 
'./'`runtime/c-wrapper.c
mv -f runtime/.deps/bin_epsilon_svm-c-wrapper.Tpo 
runtime/.deps/bin_epsilon_svm-c-wrapper.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
svm/bin_epsilon_svm-instructions.o -MD -MP -MF 
svm/.deps/bin_epsilon_svm-instructions.Tpo -c -o 
svm/bin_epsilon_svm-instructions.o `test -f 'svm/instructions.c' || echo 
'./'`svm/instructions.c
mv -f svm/.deps/bin_epsilon_svm-instructions.Tpo 
svm/.deps/bin_epsilon_svm-instructions.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
svm/bin_epsilon_svm-interpreter.o -MD -MP -MF 
svm/.deps/bin_epsilon_svm-interpreter.Tpo -c -o 
svm/bin_epsilon_svm-interpreter.o `test -f 'svm/interpreter.c' || echo 
'./'`svm/interpreter.c
mv -f svm/.deps/bin_epsilon_svm-interpreter.Tpo 
svm/.deps/bin_epsilon_svm-interpreter.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
svm/bin_epsilon_svm-registers.o -MD -MP -MF 
svm/.deps/bin_epsilon_svm-registers.Tpo -c -o svm/bin_epsilon_svm-registers.o 
`test -f 'svm/registers.c' || echo './'`svm/registers.c
mv -f svm/.deps/bin_epsilon_svm-registers.Tpo 
svm/.deps/bin_epsilon_svm-registers.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
svm/bin_epsilon_svm-frontend.o -MD -MP -MF 
svm/.deps/bin_epsilon_svm-frontend.Tpo -c -o svm/bin_epsilon_svm-frontend.o 
`test -f 'svm/frontend.c' || echo './'`svm/frontend.c
mv -f svm/.deps/bin_epsilon_svm-frontend.Tpo 
svm/.deps/bin_epsilon_svm-frontend.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
svm/bin_epsilon_svm-scanner.o -MD -MP -MF svm/.deps/bin_epsilon_svm-scanner.Tpo 
-c -o svm/bin_epsilon_svm-scanner.o `test -f 'svm/scanner.c' || echo 
'./'`svm/scanner.c
mv -f svm/.deps/bin_epsilon_svm-scanner.Tpo svm/.deps/bin_epsilon_svm-scanner.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
svm/bin_epsilon_svm-parser.o -MD -MP -MF svm/.deps/bin_epsilon_svm-parser.Tpo 
-c -o svm/bin_epsilon_svm-parser.o `test -f 'svm/parser.c' || echo 
'./'`svm/parser.c
mv -f svm/.deps/bin_epsilon_svm-parser.Tpo svm/.deps/bin_epsilon_svm-parser.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
svm/bin_epsilon_svm-svm.o -MD -MP -MF svm/.deps/bin_epsilon_svm-svm.Tpo -c -o 
svm/bin_epsilon_svm-svm.o `test -f 'svm/svm.c' || echo './'`svm/svm.c
mv -f svm/.deps/bin_epsilon_svm-svm.Tpo svm/.deps/bin_epsilon_svm-svm.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
svm/bin_epsilon_svm-useful-primitives-in-c.o -MD -MP -MF 
svm/.deps/bin_epsilon_svm-useful-primitives-in-c.Tpo -c -o 
svm/bin_epsilon_svm-useful-primitives-in-c.o `test -f 
'svm/useful-primitives-in-c.c' || echo './'`svm/useful-primitives-in-c.c
mv -f svm/.deps/bin_epsilon_svm-useful-primitives-in-c.Tpo 
svm/.deps/bin_epsilon_svm-useful-primitives-in-c.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
runtime/backend-specific/svm/bin_epsilon_svm-backend-specific-c.o -MD -MP -MF 
runtime/backend-specific/svm/.deps/bin_epsilon_svm-backend-specific-c.Tpo -c -o 
runtime/backend-specific/svm/bin_epsilon_svm-backend-specific-c.o `test -f 
'runtime/backend-specific/svm/backend-specific-c.c' || echo 
'./'`runtime/backend-specific/svm/backend-specific-c.c
mv -f runtime/backend-specific/svm/.deps/bin_epsilon_svm-backend-specific-c.Tpo 
runtime/backend-specific/svm/.deps/bin_epsilon_svm-backend-specific-c.Po
gcc -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED   -g -O2 -MT 
runtime/backend-specific/svm/bin_epsilon_svm-backend-specific-s.o -MD -MP -MF 
runtime/backend-specific/svm/.deps/bin_epsilon_svm-backend-specific-s.Tpo -c -o 
runtime/backend-specific/svm/bin_epsilon_svm-backend-specific-s.o `test -f 
'runtime/backend-specific/svm/backend-specific-s.S' || echo 
'./'`runtime/backend-specific/svm/backend-specific-s.S
mv -f runtime/backend-specific/svm/.deps/bin_epsilon_svm-backend-specific-s.Tpo 
runtime/backend-specific/svm/.deps/bin_epsilon_svm-backend-specific-s.Po
gcc -std=gnu99 -Wall  -fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . 
-g -O2 -lguile-2.0 -lgc    -o bin/epsilon-svm 
runtime/bin_epsilon_svm-c-wrapper.o svm/bin_epsilon_svm-instructions.o 
svm/bin_epsilon_svm-interpreter.o svm/bin_epsilon_svm-registers.o 
svm/bin_epsilon_svm-frontend.o svm/bin_epsilon_svm-scanner.o 
svm/bin_epsilon_svm-parser.o svm/bin_epsilon_svm-svm.o 
svm/bin_epsilon_svm-useful-primitives-in-c.o 
runtime/backend-specific/svm/bin_epsilon_svm-backend-specific-c.o 
runtime/backend-specific/svm/bin_epsilon_svm-backend-specific-s.o 
lib/libepsilonruntime-smob.a lib/libepsilonutility.a -lgc -ldl -lpthread -lm 
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
svm/bin_epsilon_svm_config-svm-config.o -MD -MP -MF 
svm/.deps/bin_epsilon_svm_config-svm-config.Tpo -c -o 
svm/bin_epsilon_svm_config-svm-config.o `test -f 'svm/svm-config.c' || echo 
'./'`svm/svm-config.c
mv -f svm/.deps/bin_epsilon_svm_config-svm-config.Tpo 
svm/.deps/bin_epsilon_svm_config-svm-config.Po
gcc -std=gnu99 -Wall  -fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . 
-g -O2 -lguile-2.0 -lgc    -o bin/epsilon-svm-config 
svm/bin_epsilon_svm_config-svm-config.o  -lgc -ldl -lpthread -lm 
depbase=`echo bootstrap/guile+whatever/guile+whatever.o | sed 
's|[^/]*$|.deps/&|;s|\.o$||'`;\
        gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -Wall  -fverbose-asm  -pthread 
-I/usr/include/guile/2.0   -I . -g -O2 -MT 
bootstrap/guile+whatever/guile+whatever.o -MD -MP -MF $depbase.Tpo -c -o 
bootstrap/guile+whatever/guile+whatever.o 
bootstrap/guile+whatever/guile+whatever.c &&\
        mv -f $depbase.Tpo $depbase.Po
gcc -std=gnu99 -Wall  -fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . 
-g -O2 -lguile-2.0 -lgc    -o bin/guile+whatever 
bootstrap/guile+whatever/guile+whatever.o lib/libepsilonruntime-smob.a 
lib/libepsilonutility.a -lgc -ldl -lpthread -lm 
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
image-interpreter/bin_epsilon_image_interpreter_untagged-image-interpreter.o 
-MD -MP -MF 
image-interpreter/.deps/bin_epsilon_image_interpreter_untagged-image-interpreter.Tpo
 -c -o 
image-interpreter/bin_epsilon_image_interpreter_untagged-image-interpreter.o 
`test -f 'image-interpreter/image-interpreter.c' || echo 
'./'`image-interpreter/image-interpreter.c
mv -f 
image-interpreter/.deps/bin_epsilon_image_interpreter_untagged-image-interpreter.Tpo
 
image-interpreter/.deps/bin_epsilon_image_interpreter_untagged-image-interpreter.Po
gcc -std=gnu99 -Wall  -fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . 
-g -O2 -lguile-2.0 -lgc    -o bin/epsilon-image-interpreter-untagged 
image-interpreter/bin_epsilon_image_interpreter_untagged-image-interpreter.o 
lib/libepsilonruntime-untagged.a lib/libepsilonutility.a -lgc -ldl -lpthread 
-lm 
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_TAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
image-interpreter/bin_epsilon_image_interpreter_tagged-image-interpreter.o -MD 
-MP -MF 
image-interpreter/.deps/bin_epsilon_image_interpreter_tagged-image-interpreter.Tpo
 -c -o 
image-interpreter/bin_epsilon_image_interpreter_tagged-image-interpreter.o 
`test -f 'image-interpreter/image-interpreter.c' || echo 
'./'`image-interpreter/image-interpreter.c
mv -f 
image-interpreter/.deps/bin_epsilon_image_interpreter_tagged-image-interpreter.Tpo
 
image-interpreter/.deps/bin_epsilon_image_interpreter_tagged-image-interpreter.Po
gcc -std=gnu99 -Wall  -fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . 
-g -O2 -lguile-2.0 -lgc    -o bin/epsilon-image-interpreter-tagged 
image-interpreter/bin_epsilon_image_interpreter_tagged-image-interpreter.o 
lib/libepsilonruntime-tagged.a lib/libepsilonutility.a -lgc -ldl -lpthread -lm 
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_SMOB  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
image-interpreter/bin_epsilon_image_interpreter_smob-image-interpreter.o -MD 
-MP -MF 
image-interpreter/.deps/bin_epsilon_image_interpreter_smob-image-interpreter.Tpo
 -c -o image-interpreter/bin_epsilon_image_interpreter_smob-image-interpreter.o 
`test -f 'image-interpreter/image-interpreter.c' || echo 
'./'`image-interpreter/image-interpreter.c
mv -f 
image-interpreter/.deps/bin_epsilon_image_interpreter_smob-image-interpreter.Tpo
 image-interpreter/.deps/bin_epsilon_image_interpreter_smob-image-interpreter.Po
gcc -std=gnu99 -Wall  -fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . 
-g -O2 -lguile-2.0 -lgc    -o bin/epsilon-image-interpreter-smob 
image-interpreter/bin_epsilon_image_interpreter_smob-image-interpreter.o 
lib/libepsilonruntime-smob.a lib/libepsilonutility.a -lgc -ldl -lpthread -lm 
echo "#include \"../../../runtime/runtime.h\"" > 
bootstrap/scheme/temporary-c-driver/w.c
echo "void f(epsilon_value *stack){}" >> bootstrap/scheme/temporary-c-driver/w.c
echo "epsilon_word global_data_beginning __attribute__(( aligned(sizeof(void*)) 
));" >> bootstrap/scheme/temporary-c-driver/w.c
echo "epsilon_word global_data_end __attribute__(( aligned(sizeof(void*)) ));" 
>> bootstrap/scheme/temporary-c-driver/w.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DEPSILON_RUNTIME_UNTAGGED  -Wall  
-fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . -g -O2 -MT 
bootstrap/scheme/temporary-c-driver/bin_epsilon_c_test_untagged-w.o -MD -MP -MF 
bootstrap/scheme/temporary-c-driver/.deps/bin_epsilon_c_test_untagged-w.Tpo -c 
-o bootstrap/scheme/temporary-c-driver/bin_epsilon_c_test_untagged-w.o `test -f 
'bootstrap/scheme/temporary-c-driver/w.c' || echo 
'./'`bootstrap/scheme/temporary-c-driver/w.c
mv -f 
bootstrap/scheme/temporary-c-driver/.deps/bin_epsilon_c_test_untagged-w.Tpo 
bootstrap/scheme/temporary-c-driver/.deps/bin_epsilon_c_test_untagged-w.Po
gcc -std=gnu99 -Wall  -fverbose-asm  -pthread -I/usr/include/guile/2.0   -I . 
-g -O2 -lguile-2.0 -lgc    -o bin/epsilon-c-test-untagged 
bootstrap/scheme/temporary-c-driver/bin_epsilon_c_test_untagged-w.o 
lib/libepsilondriver-c-untagged.a lib/libepsilonruntime-untagged.a 
lib/libepsilonutility.a -lgc -ldl -lpthread -lm 
make[2]: Leaving directory `/home/jemarch/gnu/src/epsilon'
make[1]: Leaving directory `/home/jemarch/gnu/src/epsilon'
address@hidden:~/gnu/src/epsilon$ ls
aclocal.m4      bin        ChangeLog    config.log     COPYING  epsilongc       
   lib          movinggc     README            svm
assembly-tests  bootstrap  clean-stuff  config.status  doc      guile.m4        
   Makefile     NEWS         regenerate-stuff  TEST-NATIVE
AUTHORS         BUGS       config.h     configure      driver   
image-interpreter  Makefile.am  NO-WARRANTY  runtime           TODO
autom4te.cache  build-aux  config.h.in  configure.ac   emacs    INSTALL         
   Makefile.in  PLATFORMS    stamp-h1          utility
address@hidden:~/gnu/src/epsilon$ cd bootstrap/
address@hidden:~/gnu/src/epsilon/bootstrap$ ls
COMPRESS-WHITESPACE  guile+whatever  README  scheme
address@hidden:~/gnu/src/epsilon/bootstrap$ ls
COMPRESS-WHITESPACE  guile+whatever  README  scheme
address@hidden:~/gnu/src/epsilon/bootstrap$ cd scheme/
address@hidden:~/gnu/src/epsilon/bootstrap/scheme$ ls
bootstrap.scm   core.e        debugging-stuff-for-guile.scm  
export-toplevel-forms-to-guile.scm  parallel-test.e  temporary-c-driver
compiler.e      cps-repl.scm  epsilon0-in-scheme.scm         
fill-reflective-structures.scm      quick-start.scm  toplevel-in-scheme.scm
conversion.scm  cps.scm       epsilon1.scm                   
generate-sum-type-from-scheme.scm   scratch.scm      unexec.e
address@hidden:~/gnu/src/epsilon/bootstrap/scheme$ ../../bin/guile+whatever 
GNU Guile 2.0.5-deb+1-3
Copyright (C) 1995-2012 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> (load "bootstrap.scm")
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/jemarch/gnu/src/epsilon/bootstrap/scheme/bootstrap.scm
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/bootstrap.scm:38:0: warning: 
possibly unbound variable `e1:toplevel'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/bootstrap.scm:38:13: 
warning: possibly unbound variable `marshal:marshal'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/bootstrap.scm:38:30: 
warning: possibly unbound variable `e0:value'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/bootstrap.scm:38:13: 
warning: possibly unbound variable `symbol:table'
;;; compiled 
/home/jemarch/.cache/guile/ccache/2.0-LE-8-2.0/home/jemarch/gnu/src/epsilon/bootstrap/scheme/bootstrap.scm.go
;;; compiling 
/home/jemarch/gnu/src/epsilon/bootstrap/scheme/epsilon0-in-scheme.scm
;;; WARNING: compilation of 
/home/jemarch/gnu/src/epsilon/bootstrap/scheme/epsilon0-in-scheme.scm failed:
;;; ERROR: Unbound variable: associate-value-to
;;; compiling /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:36:2: 
warning: possibly unbound variable `symbol:intern'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:58:35: 
warning: possibly unbound variable `symbol:interned?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:59:4: 
warning: possibly unbound variable `symbol:intern-uninterned!'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:60:21: 
warning: possibly unbound variable `symbol:symbol->string'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:61:33: 
warning: possibly unbound variable `whatever:zero?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:65:12: 
warning: possibly unbound variable `list:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:67:35: 
warning: possibly unbound variable `list:tail'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:68:41: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:77:2: 
warning: possibly unbound variable `list:reverse'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:79:2: 
warning: possibly unbound variable `list:nil'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:85:37: 
warning: possibly unbound variable `list:cons'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:89:2: 
warning: possibly unbound variable `sexpression:nil'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:92:9: 
warning: possibly unbound variable `sexpression:make'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:92:9: 
warning: possibly unbound variable `sexpression:boolean-tag'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:94:9: 
warning: possibly unbound variable `sexpression:make'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:94:9: 
warning: possibly unbound variable `sexpression:fixnum-tag'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:96:9: 
warning: possibly unbound variable `sexpression:make'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:96:9: 
warning: possibly unbound variable `sexpression:character-tag'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:98:9: 
warning: possibly unbound variable `sexpression:make'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:98:9: 
warning: possibly unbound variable `sexpression:symbol-tag'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:100:9: 
warning: possibly unbound variable `sexpression:make'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:100:9: 
warning: possibly unbound variable `sexpression:string-tag'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:102:9: 
warning: possibly unbound variable `sexpression:make'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:102:9: 
warning: possibly unbound variable `sexpression:cons-tag'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:102:48: 
warning: possibly unbound variable `cons:make'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:109:34: 
warning: possibly unbound variable `sexpression:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:111:34: 
warning: possibly unbound variable `sexpression:boolean?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:112:34: 
warning: possibly unbound variable `sexpression:eject-boolean'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:113:34: 
warning: possibly unbound variable `sexpression:fixnum?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:114:33: 
warning: possibly unbound variable `sexpression:eject-fixnum'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:115:34: 
warning: possibly unbound variable `sexpression:character?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:116:48: 
warning: possibly unbound variable `sexpression:eject-character'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:117:34: 
warning: possibly unbound variable `sexpression:symbol?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:118:31: 
warning: possibly unbound variable `sexpression:eject-symbol'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:119:34: 
warning: possibly unbound variable `sexpression:string?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:120:31: 
warning: possibly unbound variable `sexpression:eject-string'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:121:34: 
warning: possibly unbound variable `sexpression:cons?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:122:47: 
warning: possibly unbound variable `sexpression:car'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:123:47: 
warning: possibly unbound variable `sexpression:cdr'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:124:34: 
warning: possibly unbound variable `sexpression:expression?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:134:26: 
warning: possibly unbound variable `list:tail'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:134:37: 
warning: possibly unbound variable `vector:vector->list'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:134:58: 
warning: possibly unbound variable `box:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:136:25: 
warning: possibly unbound variable `map-reversed'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:136:25: 
warning: possibly unbound variable `list:length'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:137:44: 
warning: possibly unbound variable `hash:bucket-no'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:138:16: 
warning: possibly unbound variable `map-reversed'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:139:24: 
warning: possibly unbound variable `filter-reversed'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:141:45: 
warning: possibly unbound variable `hash:element-no'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:152:25: 
warning: possibly unbound variable `filter-reversed'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:161:2: 
warning: possibly unbound variable `character:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:161:19: 
warning: possibly unbound variable `fixnum:+'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:163:35: 
warning: possibly unbound variable `fixnum:zero?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:164:28: 
warning: possibly unbound variable `fixnum:/'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:166:17: 
warning: possibly unbound variable `fixnum:%'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:168:34: 
warning: possibly unbound variable `fixnum:<'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:169:9: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:170:28: 
warning: possibly unbound variable `fixnum:-'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:171:34: 
warning: possibly unbound variable `fixnum:zero?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:179:34: 
warning: possibly unbound variable `e0:expression-variable?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:180:31: 
warning: possibly unbound variable `e0:expression-variable-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:184:34: 
warning: possibly unbound variable `e0:expression-value?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:185:34: 
warning: possibly unbound variable `e0:expression-value-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:189:34: 
warning: possibly unbound variable `e0:expression-bundle?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:190:32: 
warning: possibly unbound variable `e0:expression-bundle-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:192:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:194:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:196:34: 
warning: possibly unbound variable `e0:expression-primitive?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:197:39: 
warning: possibly unbound variable `e0:expression-primitive-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:199:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:200:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:200:27: 
warning: possibly unbound variable `symbol:symbol->string'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:201:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:203:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:205:34: 
warning: possibly unbound variable `e0:expression-let?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:206:64: 
warning: possibly unbound variable `e0:expression-let-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:208:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:210:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:212:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:214:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:216:34: 
warning: possibly unbound variable `e0:expression-call?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:217:39: 
warning: possibly unbound variable `e0:expression-call-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:219:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:220:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:220:27: 
warning: possibly unbound variable `symbol:symbol->string'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:221:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:223:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:225:34: 
warning: possibly unbound variable `e0:expression-call-indirect?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:226:55: 
warning: possibly unbound variable `e0:expression-call-indirect-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:228:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:229:32: 
warning: possibly unbound variable `list:cons'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:230:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:232:34: 
warning: possibly unbound variable `e0:expression-if-in?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:233:70: 
warning: possibly unbound variable `e0:expression-if-in-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:235:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:237:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:238:13: 
warning: possibly unbound variable `character:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:239:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:242:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:244:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:246:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:248:34: 
warning: possibly unbound variable `e0:expression-fork?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:249:39: 
warning: possibly unbound variable `e0:expression-fork-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:251:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:252:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:252:27: 
warning: possibly unbound variable `symbol:symbol->string'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:253:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:255:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:257:34: 
warning: possibly unbound variable `e0:expression-join?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:258:33: 
warning: possibly unbound variable `e0:expression-join-explode'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:260:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:262:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:265:34: 
warning: possibly unbound variable `whatever:eq?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:265:48: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:266:50: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:266:78: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:266:106: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:268:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:270:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:272:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:274:34: 
warning: possibly unbound variable `whatever:eq?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:274:48: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:275:64: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:275:92: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:275:120: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:277:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:279:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:281:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:283:34: 
warning: possibly unbound variable `whatever:eq?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:283:48: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:284:60: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:284:88: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:284:116: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:286:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:288:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:290:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:292:34: 
warning: possibly unbound variable `whatever:eq?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:292:48: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:293:42: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:293:70: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:295:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:297:13: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:301:23: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:302:28: 
warning: possibly unbound variable `buffer:get'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:304:15: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:306:15: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:310:34: 
warning: possibly unbound variable `list:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:312:34: 
warning: possibly unbound variable `list:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:312:46: 
warning: possibly unbound variable `list:tail'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:313:27: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:315:27: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:316:9: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:317:28: 
warning: possibly unbound variable `list:tail'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:319:2: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:321:2: 
warning: possibly unbound variable `symbol:intern-when-uninterned!'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:322:2: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:322:16: 
warning: possibly unbound variable `symbol:symbol->string'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:324:34: 
warning: possibly unbound variable `list:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:326:34: 
warning: possibly unbound variable `list:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:326:46: 
warning: possibly unbound variable `list:tail'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:327:23: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:329:23: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:330:9: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:331:24: 
warning: possibly unbound variable `list:tail'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:336:34: 
warning: possibly unbound variable `list:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:338:34: 
warning: possibly unbound variable `list:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:338:46: 
warning: possibly unbound variable `list:tail'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:339:22: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:341:22: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:342:9: 
warning: possibly unbound variable `string:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:343:23: 
warning: possibly unbound variable `list:tail'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:346:2: 
warning: possibly unbound variable `character:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:346:2: 
warning: possibly unbound variable `character:newline'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:357:34: 
warning: possibly unbound variable `list:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:359:34: 
warning: possibly unbound variable `list:null?'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:359:46: 
warning: possibly unbound variable `list:tail'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:360:23: 
warning: possibly unbound variable `cons:car'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:360:33: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:362:9: 
warning: possibly unbound variable `character:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:364:22: 
warning: possibly unbound variable `cons:cdr'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:364:32: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:366:23: 
warning: possibly unbound variable `cons:car'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:366:33: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:368:9: 
warning: possibly unbound variable `character:write'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:370:22: 
warning: possibly unbound variable `cons:cdr'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:370:32: 
warning: possibly unbound variable `list:head'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm:372:37: 
warning: possibly unbound variable `list:tail'
;;; compiled 
/home/jemarch/.cache/guile/ccache/2.0-LE-8-2.0/home/jemarch/gnu/src/epsilon/bootstrap/scheme/conversion.scm.go
scheme-to-epsilon0.scm: STILL ALIVE AT THE END
;;; compiling /home/jemarch/gnu/src/epsilon/bootstrap/scheme/core.e
;;; WARNING: compilation of 
/home/jemarch/gnu/src/epsilon/bootstrap/scheme/core.e failed:
;;; ERROR: In procedure #<procedure guile-symbol->symbol (s)>: Unbound 
variable: symbol:intern
Defining the procedure whatever:zero?
Defining the procedure whatever:eq?
Defining the procedure whatever:neq?
Defining the procedure whatever:identity
Defining the global empty-list:empty-list
Defining the procedure boolean:not
Defining the procedure boolean:canonicalize
Defining the procedure boolean:and2
Defining the procedure boolean:or2
Defining the procedure fixnum:zero?
Defining the procedure fixnum:1+
Defining the procedure fixnum:1-
Defining the procedure fixnum:+
Defining the procedure fixnum:negate
Defining the procedure fixnum:-
Defining the procedure fixnum:*
Defining the procedure fixnum:/
Defining the procedure fixnum:%
Defining the procedure fixnum:=
Defining the procedure fixnum:<>
Defining the procedure fixnum:<
Defining the procedure fixnum:<=
Defining the procedure fixnum:>
Defining the procedure fixnum:>=
Defining the procedure fixnum:bitwise-not
Defining the procedure fixnum:bitwise-and
Defining the procedure fixnum:bitwise-or
Defining the procedure fixnum:bitwise-xor
Defining the procedure fixnum:left-shift
Defining the procedure fixnum:right-shift
Defining the procedure fixnum:min
Defining the procedure fixnum:max
Defining the procedure fixnum:square
Defining the procedure fixnum:half
Defining the procedure fixnum:odd?
Defining the procedure fixnum:even?
Defining the procedure fixnum:**
Defining the procedure fixnum:mod
Defining the procedure fixnum:log10
Defining the procedure fixnum:log10-helper
Defining the procedure buffer:make
Defining the procedure buffer:destroy
Defining the procedure buffer:get
Defining the procedure buffer:set!
Defining the procedure buffer:initialize!
Defining the global boxedness:minimum-pointer-value
Defining the procedure boxedness:potentially-boxed?
Defining the procedure boxedness:definitely-unboxed?
Defining the procedure cons:make
Defining the procedure cons:get-car
Defining the procedure cons:get-cdr
Defining the procedure cons:set-car!
Defining the procedure cons:set-cdr!
Defining the procedure cons:cons
Defining the procedure cons:car
Defining the procedure cons:cdr
Defining the global list:nil
Defining the procedure list:cons
Defining the procedure list:head
Defining the procedure list:tail
Defining the procedure list:null?
Defining the procedure list:set-head!
Defining the procedure list:set-tail!
Defining the procedure list:length
Defining the procedure list:length-acc
Defining the procedure list:list1
Defining the procedure list:list2
Defining the procedure list:list3
Defining the procedure list:singleton
Defining the procedure list:append-reversed
Defining the procedure list:reverse
Defining the procedure list:append2
Defining the procedure list:flatten
Defining the procedure list:flatten-acc
Defining the procedure list:memq
Defining the procedure list:nth
Defining the procedure list:set-nth-head!
Defining the procedure list:set-nth-tail!
Defining the procedure list:first-elements
Defining the procedure list:first-elements-acc
Defining the procedure list:without
Defining the procedure list:without-acc
Defining the procedure list:without-list
Defining the procedure list:index-of
Defining the procedure list:index-of-starting-from
Defining the procedure list:last-index-of
Defining the procedure list:has?
Defining the procedure list:range
Defining the procedure list:range-acc
Defining the procedure list:iota
Defining the procedure list:n-times
Defining the procedure list:n-times-acc
Defining the global alist:nil
Defining the procedure alist:bind
Defining the procedure alist:bind-lists
Defining the procedure alist:bind-lists-unsafe
Defining the procedure alist:bind-unique
Defining the procedure alist:has?
Defining the procedure alist:unbind-one
Defining the procedure alist:unbind-all
Defining the procedure alist:lookup
Defining the procedure alist:keys
Defining the procedure alist:keys-acc
Defining the procedure vector:make
Defining the procedure vector:make-initialized
Defining the procedure vector:fill-from-header!
Defining the procedure vector:destroy
Defining the procedure vector:length
Defining the procedure vector:get-from-header
Defining the procedure vector:set-from-header!
Defining the procedure vector:get
Defining the procedure vector:set!
Defining the procedure vector:equal-unboxed-elements?
Defining the procedure vector:equal-unboxed-elements-same-size?
Defining the procedure vector:copy
Defining the procedure vector:copy-from!
Defining the procedure vector:append2
Defining the procedure vector:blit-from-header
Defining the procedure vector:blit
Defining the procedure vector:vector->list
Defining the procedure vector:vector->list-acc
Defining the procedure vector:list->vector
Defining the procedure vector:list->vector-acc
Defining the global vector:empty
Defining the global character:newline
Defining the procedure character:write
Defining the procedure character:read
Defining the global character:0-as-character
Defining the procedure character:fixnum->character
Defining the procedure character:character->fixnum
Defining the procedure string:write
Defining the procedure string:length
Defining the procedure string:equal?
Defining the procedure string:append2
Defining the procedure string:append3
Defining the procedure string:get
Defining the procedure string:set!
Defining the global string:empty
Defining the procedure string:character->string
Defining the procedure string:fixnum->string
Defining the procedure string:positive-fixnum->string
Defining the procedure string:fill-with-positive-fixnum-digits!
Defining the procedure fixnum:write
Defining the procedure fixnum:print
Defining the procedure boolean:write
Defining the procedure io:standard-input
Defining the procedure io:standard-output
Defining the procedure io:standard-error
Defining the global io:read-mode
Defining the global io:write-mode
Defining the procedure io:open-file
Defining the procedure io:close-file
Defining the procedure io:eof?
Defining the procedure io:read-character
Defining the procedure io:write-character
Defining the procedure io:write-32-bit-big-endian
Defining the procedure io:read-32-bit-big-endian
Defining the procedure io:write-string
Defining the procedure io:write-string-from
Defining the procedure io:read-line
Defining the procedure io:read-line-acc
Defining the procedure io:write-symbol
Defining the procedure io:write-fixnum
Defining the procedure io:write-boolean
Defining the procedure gc:disable!
Defining the procedure gc:reenable!
Defining the procedure salist:bind
Defining the procedure salist:has?
Defining the procedure salist:lookup
Defining the procedure salist:unbind-one
Defining the procedure box:make-uninitialized
Defining the procedure box:make-initialized
Defining the procedure box:make
Defining the procedure box:make-0-initialized
Defining the procedure box:set!
Defining the procedure box:get
Defining the procedure box:get-and-bump!
Defining the procedure box:bump-and-get!
Defining the procedure box:bump!
Defining the global hash:default-bucket-no
Defining the procedure string-hash:make-given-bucket-no
Defining the procedure unboxed-hash:make-given-bucket-no
Defining the procedure string-hash:make
Defining the procedure unboxed-hash:make
Defining the procedure hash:make-bucket-vector
Defining the procedure hash:make-given-bucket-no
Defining the procedure hash:make
Defining the procedure hash:bucket-no
Defining the procedure hash:element-no
Defining the procedure unboxed-hash:element-no
Defining the procedure string-hash:element-no
Defining the procedure hash:fix-bucket-index
Defining the procedure hash:get-bucket
Defining the procedure hash:set-bucket!
Defining the procedure unboxed-hash:hash
Defining the procedure string-hash:hash
Defining the global string-hash:bit-no
Defining the global string-hash:bitmask
Defining the procedure string-hash:cut
Defining the procedure string-hash:hash-acc
Defining the procedure unboxed-hash:has?
Defining the procedure unboxed-hash:get
Defining the procedure unboxed-hash:set-without-resizing!
Defining the procedure unboxed-hash:unset!
Defining the procedure string-hash:has?
Defining the procedure string-hash:get
Defining the procedure string-hash:set-without-resizing!
Defining the procedure string-hash:unset!
Defining the procedure unboxed-hash:unboxed-hash->alist
Defining the procedure string-hash:string-hash->salist
Defining the procedure hash:hash->list
Defining the procedure hash:add-from-index
Defining the procedure hash:add-bucket-keys
Defining the global hash:max-fill-factor-numerator
Defining the global hash:max-fill-factor-denominator
Defining the procedure hash:overfull?
Defining the procedure unboxed-hash:set!
Defining the procedure string-hash:set!
Defining the procedure unboxed-hash:add-alist!
Defining the procedure string-hash:add-salist!
Defining the procedure hash:bucket-no-after-enlargement
Defining the procedure unboxed-hash:enlarge!
Defining the procedure string-hash:enlarge!
Defining the procedure unboxed-hash:resize!
Defining the procedure string-hash:resize!
Defining the procedure hash:clear!
Defining the procedure string-hash:clear!
Defining the procedure unboxed-hash:clear!
Defining the procedure unboxed-hash:invert-into-unboxed-hash
Defining the procedure unboxed-hash:invert-into-string-hash
Defining the procedure string-hash:invert-into-unboxed-hash
Defining the procedure string-hash:invert-into-string-hash
Defining the procedure hash:invert-into-unboxed-hash
Defining the procedure hash:invert-into-unboxed-hash-index!
Defining the procedure hash:invert-bucket-into-unboxed-hash!
Defining the procedure hash:invert-into-string-hash
Defining the procedure hash:invert-into-string-hash-index!
Defining the procedure hash:invert-bucket-into-string-hash!
Defining the procedure symbol:make-uninterned
Defining the procedure symbol:fresh
Defining the global symbol:gensym-box
Defining the global symbol:fresh-prefix-as-string
Defining the procedure symbol:intern-uninterned!
Defining the procedure symbol:intern-when-uninterned!
Defining the procedure symbol:symbol->string
Defining the procedure symbol:interned?
Defining the procedure symbol:global-name?
Defining the procedure symbol:procedure-name?
Defining the global symbol:table
Defining the procedure symbol:interned-symbol-name?
Defining the procedure symbol:intern-without-checking!
Defining the procedure symbol:intern
Defining the procedure symbol:string->symbol
Defining the procedure symbol:fresh-symbols
Defining the procedure symbol:fresh-symbols-acc
Defining the procedure symbol:write
Defining the global fixedpoint:fractional-bit-no
Defining the global fixedpoint:fractional-bitmask
Defining the procedure fixedpoint:make
Defining the procedure fixedpoint:fixnum->fixedpoint
Defining the procedure fixedpoint:+
Defining the procedure fixedpoint:negate
Defining the procedure fixedpoint:-
Defining the procedure fixedpoint:*
Defining the procedure fixedpoint:/
Defining the procedure fixedpoint:mod
Defining the procedure fixedpoint:get-integer-part
Defining the procedure fixedpoint:get-fractional-part
Defining the global fixedpoint:0
Defining the global fixedpoint:1
Defining the global fixedpoint:-1
Defining the global fixedpoint:2
Defining the global fixedpoint:3
Defining the global fixedpoint:1:2
Defining the global fixedpoint:1:4
Defining the global fixedpoint:10
Defining the global e0:expression-variable-tag
Defining the procedure e0:expression-variable?
Defining the procedure e0:expression-variable
Defining the procedure e0:expression-variable-get-handle
Defining the procedure e0:expression-variable-set-handle!
Defining the procedure e0:expression-variable-get-name
Defining the procedure e0:expression-variable-set-name!
Defining the procedure e0:expression-variable-explode
Defining the global e0:expression-value-tag
Defining the procedure e0:expression-value?
Defining the procedure e0:expression-value
Defining the procedure e0:expression-value-get-handle
Defining the procedure e0:expression-value-set-handle!
Defining the procedure e0:expression-value-get-content
Defining the procedure e0:expression-value-set-content!
Defining the procedure e0:expression-value-explode
Defining the global e0:expression-bundle-tag
Defining the procedure e0:expression-bundle?
Defining the procedure e0:expression-bundle
Defining the procedure e0:expression-bundle-get-handle
Defining the procedure e0:expression-bundle-set-handle!
Defining the procedure e0:expression-bundle-get-items
Defining the procedure e0:expression-bundle-set-items!
Defining the procedure e0:expression-bundle-explode
Defining the global e0:expression-primitive-tag
Defining the procedure e0:expression-primitive?
Defining the procedure e0:expression-primitive
Defining the procedure e0:expression-primitive-get-handle
Defining the procedure e0:expression-primitive-set-handle!
Defining the procedure e0:expression-primitive-get-name
Defining the procedure e0:expression-primitive-set-name!
Defining the procedure e0:expression-primitive-get-actuals
Defining the procedure e0:expression-primitive-set-actuals!
Defining the procedure e0:expression-primitive-explode
Defining the global e0:expression-let-tag
Defining the procedure e0:expression-let?
Defining the procedure e0:expression-let
Defining the procedure e0:expression-let-get-handle
Defining the procedure e0:expression-let-set-handle!
Defining the procedure e0:expression-let-get-bound-variables
Defining the procedure e0:expression-let-set-bound-variables!
Defining the procedure e0:expression-let-get-bound-expression
Defining the procedure e0:expression-let-set-bound-expression!
Defining the procedure e0:expression-let-get-body
Defining the procedure e0:expression-let-set-body!
Defining the procedure e0:expression-let-explode
Defining the global e0:expression-call-tag
Defining the procedure e0:expression-call?
Defining the procedure e0:expression-call
Defining the procedure e0:expression-call-get-handle
Defining the procedure e0:expression-call-set-handle!
Defining the procedure e0:expression-call-get-procedure-name
Defining the procedure e0:expression-call-set-procedure-name!
Defining the procedure e0:expression-call-get-actuals
Defining the procedure e0:expression-call-set-actuals!
Defining the procedure e0:expression-call-explode
Defining the global e0:expression-call-indirect-tag
Defining the procedure e0:expression-call-indirect?
Defining the procedure e0:expression-call-indirect
Defining the procedure e0:expression-call-indirect-get-handle
Defining the procedure e0:expression-call-indirect-set-handle!
Defining the procedure e0:expression-call-indirect-get-procedure-expression
Defining the procedure e0:expression-call-indirect-set-procedure-expression!
Defining the procedure e0:expression-call-indirect-get-actuals
Defining the procedure e0:expression-call-indirect-set-actuals!
Defining the procedure e0:expression-call-indirect-explode
Defining the global e0:expression-if-in-tag
Defining the procedure e0:expression-if-in?
Defining the procedure e0:expression-if-in
Defining the procedure e0:expression-if-in-get-handle
Defining the procedure e0:expression-if-in-set-handle!
Defining the procedure e0:expression-if-in-get-discriminand
Defining the procedure e0:expression-if-in-set-discriminand!
Defining the procedure e0:expression-if-in-get-values
Defining the procedure e0:expression-if-in-set-values!
Defining the procedure e0:expression-if-in-get-then-branch
Defining the procedure e0:expression-if-in-set-then-branch!
Defining the procedure e0:expression-if-in-get-else-branch
Defining the procedure e0:expression-if-in-set-else-branch!
Defining the procedure e0:expression-if-in-explode
Defining the global e0:expression-fork-tag
Defining the procedure e0:expression-fork?
Defining the procedure e0:expression-fork
Defining the procedure e0:expression-fork-get-handle
Defining the procedure e0:expression-fork-set-handle!
Defining the procedure e0:expression-fork-get-procedure-name
Defining the procedure e0:expression-fork-set-procedure-name!
Defining the procedure e0:expression-fork-get-actuals
Defining the procedure e0:expression-fork-set-actuals!
Defining the procedure e0:expression-fork-explode
Defining the global e0:expression-join-tag
Defining the procedure e0:expression-join?
Defining the procedure e0:expression-join
Defining the procedure e0:expression-join-get-handle
Defining the procedure e0:expression-join-set-handle!
Defining the procedure e0:expression-join-get-future
Defining the procedure e0:expression-join-set-future!
Defining the procedure e0:expression-join-explode
Defining the global e0:handle-generator-box
Defining the procedure e0:fresh-handle
Defining the procedure e0:variable*
Defining the procedure e0:value*
Defining the procedure e0:bundle*
Defining the procedure e0:primitive*
Defining the procedure e0:let*
Defining the procedure e0:call*
Defining the procedure e0:call-indirect*
Defining the procedure e0:if-in*
Defining the procedure e0:fork*
Defining the procedure e0:join*
Defining the procedure state:global?
Defining the procedure state:global-names
Defining the procedure state:add-globally-bound-symbols
Defining the procedure state:global-get-unsafe
Defining the procedure state:global-get
Defining the procedure state:global-set!
Defining the procedure state:global-unset!
Defining the procedure state:procedure?
Defining the procedure state:procedure-names
Defining the procedure state:add-procedure-symbols
Defining the procedure state:procedure-get-formals
Defining the procedure state:procedure-get-body
Defining the procedure state:procedure-get-in-dimension
Defining the procedure state:procedure-get
Defining the procedure state:procedure-set!
Defining the procedure state:procedure-unset!
Defining the procedure state:bytecode-procedure-get
Defining the procedure state:bytecode-procedure-set!
Defining the procedure state:bytecode-procedure-unset!
Defining the procedure state:native-procedure-get
Defining the procedure state:native-procedure-set!
Defining the procedure state:native-procedure-unset!
Defining the procedure state:primitive-set!
Defining the procedure state:primitive-get
Defining the procedure state:primitive-get-in-dimension
Defining the procedure state:primitive-get-out-dimension
Defining the procedure state:primitive-get-side-effecting
Defining the procedure state:primitive-get-reflective
Defining the procedure state:primitive-get-index
Defining the procedure state:primitive-side-effecting?
Defining the procedure state:primitive-reflective?
Defining the procedure state:primitive-names
Defining the procedure state:add-primitive-symbols
Defining the procedure state:primitive?
Defining the procedure state:generate-apply!
Defining the procedure state:generate-apply-primitive!
Defining the procedure state:generate-applier!
Defining the procedure state:applier-body*
Defining the procedure state:extract-arguments*
Defining the procedure state:extract-arguments-acc*
Defining the procedure list:nth*
Defining the procedure list:nth*-acc
Defining the procedure state:state-list-from-variables*
Defining the procedure state:eval-given-primitive-into-list*
Defining the procedure state:eval-any-primitive-into-list*
Defining the procedure state:generate-eval-primitive!
Defining the procedure e0:eval
Defining the procedure e0:unbundle
Defining the procedure e0:eval-ee
Defining the procedure e0:eval-expressions
Defining the procedure e0:eval-variable
Defining the procedure e0:eval-value
Defining the procedure e0:eval-bundle
Defining the procedure e0:eval-primitive
Defining the procedure e0:eval-let
Defining the procedure e0:eval-with-let-bindings
Defining the procedure e0:eval-call
Defining the procedure e0:eval-non-eval-call
Defining the procedure e0:eval-eval-call
Defining the procedure e0:eval-call-indirect
Defining the procedure e0:eval-if-in
Defining the procedure e0:eval-fork
Defining the procedure e0:eval-from-new-thread
Defining the procedure e0:eval-join
Defining the global sexpression:tag-generator-box
Defining the procedure sexpression:make-tag
Defining the global sexpression:type-table
Defining the global sexpression:name-to-type-table
Defining the procedure sexpression:define-base-type
Defining the procedure sexpression:type-tag->type-descriptor
Defining the procedure sexpression:type-tag->name-as-string
Defining the procedure sexpression:type-tag->regexp
Defining the procedure sexpression:type-tag->printer-procedure-name
Defining the procedure sexpression:type-tag->quoter-procedure-name
Defining the procedure sexpression:type-tag->quasiquoter-procedure-name
Defining the procedure sexpression:type-tag->expression-expander-procedure-name
Defining the procedure sexpression:type-tag->alist
Defining the procedure sexpression:type-tag->user-defined-field
Defining the global sexpression:empty-list-tag
Defining the global sexpression:boolean-tag
Defining the global sexpression:fixnum-tag
Defining the global sexpression:cons-tag
Defining the global sexpression:character-tag
Defining the global sexpression:string-tag
Defining the global sexpression:symbol-tag
Defining the global sexpression:fixed-point-tag
Defining the global sexpression:expression-tag
Defining the procedure sexpression:literal-expression-expander
Defining the procedure sexpression:variable-expression-expander
Defining the procedure sexpression:cons-expression-expander
Defining the procedure sexpression:expression-expression-expander
Defining the procedure sexpression:make
Defining the procedure sexpression:get-tag
Defining the procedure sexpression:eject
Defining the procedure sexpression:has-tag?
Defining the procedure sexpression:null?
Defining the procedure sexpression:boolean?
Defining the procedure sexpression:character?
Defining the procedure sexpression:fixnum?
Defining the procedure sexpression:string?
Defining the procedure sexpression:symbol?
Defining the procedure sexpression:cons?
Defining the procedure sexpression:expression?
Defining the global sexpression:nil
Defining the procedure sexpression:car
Defining the procedure sexpression:cdr
Defining the procedure sexpression:cons
Defining the procedure sexpression:singleton
Defining the procedure sexpression:eject-empty-list
Defining the procedure sexpression:eject-boolean
Defining the procedure sexpression:eject-fixnum
Defining the procedure sexpression:eject-character
Defining the procedure sexpression:eject-symbol
Defining the procedure sexpression:eject-string
Defining the procedure sexpression:eject-cons
Defining the procedure sexpression:eject-expression
Defining the procedure sexpression:inject-empty-list
Defining the procedure sexpression:inject-boolean
Defining the procedure sexpression:inject-fixnum
Defining the procedure sexpression:inject-character
Defining the procedure sexpression:inject-symbol
Defining the procedure sexpression:inject-string
Defining the procedure sexpression:inject-cons
Defining the procedure sexpression:inject-expression
Defining the procedure sexpression:inject-symbols
Defining the procedure sexpression:fresh-symbol
Defining the procedure sexpression:fresh-symbols
Defining the procedure sexpression:fresh-symbols-acc
Defining the procedure sexpression:inject-expressions
Defining the procedure sexpression:caar
Defining the procedure sexpression:cadr
Defining the procedure sexpression:cdar
Defining the procedure sexpression:cddr
Defining the procedure sexpression:caaar
Defining the procedure sexpression:caadr
Defining the procedure sexpression:cadar
Defining the procedure sexpression:caddr
Defining the procedure sexpression:cdaar
Defining the procedure sexpression:cdadr
Defining the procedure sexpression:cddar
Defining the procedure sexpression:cdddr
Defining the procedure sexpression:caaaar
Defining the procedure sexpression:caaadr
Defining the procedure sexpression:caadar
Defining the procedure sexpression:caaddr
Defining the procedure sexpression:cadaar
Defining the procedure sexpression:cadadr
Defining the procedure sexpression:caddar
Defining the procedure sexpression:cadddr
Defining the procedure sexpression:cdaaar
Defining the procedure sexpression:cdaadr
Defining the procedure sexpression:cdadar
Defining the procedure sexpression:cdaddr
Defining the procedure sexpression:cddaar
Defining the procedure sexpression:cddadr
Defining the procedure sexpression:cdddar
Defining the procedure sexpression:cddddr
Defining the procedure sexpression:list1
Defining the procedure sexpression:list2
Defining the procedure sexpression:list3
Defining the procedure sexpression:list4
Defining the procedure sexpression:singleton
Defining the procedure sexpression:reverse
Defining the procedure sexpression:append-reversed
Defining the procedure sexpression:append2
Defining the procedure sexpression:append3
Defining the procedure sexpression:append4
Defining the procedure sexpression:length
Defining the procedure sexpression:length-acc
Defining the procedure sexpression:flatten
Defining the procedure sexpression:flatten-acc
Defining the procedure sexpression:list?
Defining the procedure sexpression:n-times
Defining the procedure sexpression:n-times-acc
Defining the procedure sexpression:zero?
Defining the procedure sexpression:1+
Defining the procedure sexpression:1-
Defining the procedure sexpression:+
Defining the procedure sexpression:-
Defining the procedure sexpression:eject-list
Defining the procedure sexpression:eject-symbols
Defining the procedure sexpression:eject-whatevers
Defining the procedure sexpression:inject-sexpressions
Defining the global sexpression:true
Defining the global sexpression:false
Defining the procedure state:macro-set!
Defining the procedure state:macro-get-body
Defining the global state:arguments-list
Defining the procedure state:macro-get-macro-procedure-name-ignoring-cache
Defining the procedure state:macro-get-macro-procedure-name
Defining the procedure state:macro?
Defining the procedure state:macro-names
Defining the procedure state:add-macro-symbols
Defining the procedure state:invalidate-macro-procedure-name-cache!
Defining the procedure state:invalidate-macro-procedure-name-cache-of!
Defining the procedure 
state:invalidate-macro-procedure-name-cache-of-macro-names!
Defining the procedure e1:macroexpand-1-macro-call
Defining the procedure e1:macroexpand-macro-call
Defining the procedure e1:macroexpand
Defining the procedure e1:macroexpand-sexpressions
Defining the procedure e1:macroexpand-sexpressions-acc
Defining the global transform:expression-transforms
Defining the global transform:procedure-transforms
Defining the global transform:global-transforms
Defining the procedure transform:transform-retroactively!
Defining the procedure transform:prepend-expression-transform!
Defining the procedure transform:append-expression-transform!
Defining the procedure transform:prepend-procedure-transform!
Defining the procedure transform:append-procedure-transform!
Defining the procedure transform:transform-expression
Defining the procedure transform:apply-expression-transforms
Defining the procedure transform:transform-global
Defining the procedure transform:apply-global-transforms
Defining the procedure transform:transform-procedure
Defining the procedure transform:apply-procedure-transforms
Defining the procedure transform:triple
Defining the procedure transform:compute-transformed-procedures
Defining the procedure transform:compute-transformed-procedures-acc
Defining the procedure transform:compute-transformed-globals
Defining the procedure transform:compute-transformed-globals-acc
Defining the procedure repl:macroexpand-and-transform
Defining the procedure repl:macroexpand-transform-and-execute
Defining the procedure repl:repl
Defining the procedure repl:loop
Defining the procedure repl:write-results
Defining the procedure e1:fail
Defining the procedure e1:error
Defining the procedure e1:errors
Defining the procedure e0:fast-eval
Defining the procedure e0:eval
;;; compiling /home/jemarch/gnu/src/epsilon/bootstrap/scheme/unexec.e
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/unexec.e:141:13: warning: 
possibly unbound variable `marshal:atom-tag'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/unexec.e:144:13: warning: 
possibly unbound variable `marshal:pointer-tag'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/unexec.e:243:25: warning: 
possibly unbound variable `marshal:pointer-tag'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/unexec.e:309:2: warning: 
possibly unbound variable `unexec:default-file'
;;; /home/jemarch/gnu/src/epsilon/bootstrap/scheme/unexec.e:324:2: warning: 
possibly unbound variable `unexec:default-file'
;;; compiled 
/home/jemarch/.cache/guile/ccache/2.0-LE-8-2.0/home/jemarch/gnu/src/epsilon/bootstrap/scheme/unexec.e.go
Defining the global marshal:atom-tag
Defining the global marshal:pointer-tag
Defining the procedure marshal:marshal
Defining the procedure marshal:marshal-to-open-file
Defining the procedure whatever:atom?
Defining the procedure whatever:buffer?
Defining the procedure whatever:thread?
Defining the procedure buffer:length
Defining the procedure marshal:add-buffer-elements-to-worklist
Defining the procedure marshal:add-buffer-elements-to-worklist-aux
Defining the procedure marshal:fill-pointer-map!
Defining the procedure marshal:fill-pointer-map-acc!
Defining the procedure marshal:marshal-object!
Defining the procedure marshal:marshal-atom!
Defining the procedure marshal:marshal-pointer!
Defining the procedure marshal:marshal-buffer-definition!
Defining the procedure marshal:marshal-buffer-content!
Defining the procedure marshal:marshal-buffer-definitions!
Defining the procedure marshal:unmarshal
Defining the procedure marshal:unmarshal-from-open-file
Defining the procedure marshal:fill-identifier-and-tag-buffers!
Defining the procedure marshal:set-buffer-definition!
Defining the procedure marshal:resolve-pointers!
Defining the procedure marshal:resolve-pointers-in-buffer!
Defining the procedure marshal:destroy-tag-buffer
Defining the procedure marshal:marshal-to-open-file
Defining the procedure marshal:unmarshal-from-open-file
Defining the procedure marshal:marshal
Defining the procedure marshal:unmarshal
Defining the global unexec:default-file
Defining the procedure unexec:unexec-procedure
Defining the procedure unexec:quick-unexec-procedure
Defining the procedure unexec:exec
Defining the procedure unexec:quick-exec
;;; compiling 
/home/jemarch/gnu/src/epsilon/bootstrap/scheme/fill-reflective-structures.scm
;;; compiled 
/home/jemarch/.cache/guile/ccache/2.0-LE-8-2.0/home/jemarch/gnu/src/epsilon/bootstrap/scheme/fill-reflective-structures.scm.go
Adding global metadata...
Adding metadata for the global unexec:default-file...
Adding metadata for the global marshal:pointer-tag...
Adding metadata for the global marshal:atom-tag...
Adding metadata for the global transform:global-transforms...
Adding metadata for the global transform:procedure-transforms...
Adding metadata for the global transform:expression-transforms...
Adding metadata for the global state:arguments-list...
Adding metadata for the global sexpression:false...
Adding metadata for the global sexpression:true...
Adding metadata for the global sexpression:nil...
Adding metadata for the global sexpression:expression-tag...
Adding metadata for the global sexpression:fixed-point-tag...
Adding metadata for the global sexpression:symbol-tag...
Adding metadata for the global sexpression:string-tag...
Adding metadata for the global sexpression:character-tag...
Adding metadata for the global sexpression:cons-tag...
Adding metadata for the global sexpression:fixnum-tag...
Adding metadata for the global sexpression:boolean-tag...
Adding metadata for the global sexpression:empty-list-tag...
Adding metadata for the global sexpression:name-to-type-table...
Adding metadata for the global sexpression:type-table...
Adding metadata for the global sexpression:tag-generator-box...
Adding metadata for the global e0:handle-generator-box...
Adding metadata for the global e0:expression-join-tag...
Adding metadata for the global e0:expression-fork-tag...
Adding metadata for the global e0:expression-if-in-tag...
Adding metadata for the global e0:expression-call-indirect-tag...
Adding metadata for the global e0:expression-call-tag...
Adding metadata for the global e0:expression-let-tag...
Adding metadata for the global e0:expression-primitive-tag...
Adding metadata for the global e0:expression-bundle-tag...
Adding metadata for the global e0:expression-value-tag...
Adding metadata for the global e0:expression-variable-tag...
Adding metadata for the global fixedpoint:10...
Adding metadata for the global fixedpoint:1:4...
Adding metadata for the global fixedpoint:1:2...
Adding metadata for the global fixedpoint:3...
Adding metadata for the global fixedpoint:2...
Adding metadata for the global fixedpoint:-1...
Adding metadata for the global fixedpoint:1...
Adding metadata for the global fixedpoint:0...
Adding metadata for the global fixedpoint:fractional-bitmask...
Adding metadata for the global fixedpoint:fractional-bit-no...
Adding metadata for the global symbol:table...
Adding metadata for the global symbol:fresh-prefix-as-string...
Adding metadata for the global symbol:gensym-box...
Adding metadata for the global hash:max-fill-factor-denominator...
Adding metadata for the global hash:max-fill-factor-numerator...
Adding metadata for the global string-hash:bitmask...
Adding metadata for the global string-hash:bit-no...
Adding metadata for the global hash:default-bucket-no...
Adding metadata for the global io:write-mode...
Adding metadata for the global io:read-mode...
Adding metadata for the global string:empty...
Adding metadata for the global character:0-as-character...
Adding metadata for the global character:newline...
Adding metadata for the global vector:empty...
Adding metadata for the global alist:nil...
Adding metadata for the global list:nil...
Adding metadata for the global boxedness:minimum-pointer-value...
Adding metadata for the global empty-list:empty-list...
Adding procedure metadata...
Adding metadata for the procedure whatever:zero? (589 to go)...
Adding metadata for the procedure whatever:eq? (588 to go)...
Adding metadata for the procedure whatever:neq? (587 to go)...
Adding metadata for the procedure whatever:identity (586 to go)...
Adding metadata for the procedure boolean:not (585 to go)...
Adding metadata for the procedure boolean:canonicalize (584 to go)...
Adding metadata for the procedure boolean:and2 (583 to go)...
Adding metadata for the procedure boolean:or2 (582 to go)...
Adding metadata for the procedure fixnum:zero? (581 to go)...
Adding metadata for the procedure fixnum:1+ (580 to go)...
Adding metadata for the procedure fixnum:1- (579 to go)...
Adding metadata for the procedure fixnum:+ (578 to go)...
Adding metadata for the procedure fixnum:negate (577 to go)...
Adding metadata for the procedure fixnum:- (576 to go)...
Adding metadata for the procedure fixnum:* (575 to go)...
Adding metadata for the procedure fixnum:/ (574 to go)...
Adding metadata for the procedure fixnum:% (573 to go)...
Adding metadata for the procedure fixnum:= (572 to go)...
Adding metadata for the procedure fixnum:<> (571 to go)...
Adding metadata for the procedure fixnum:< (570 to go)...
Adding metadata for the procedure fixnum:<= (569 to go)...
Adding metadata for the procedure fixnum:> (568 to go)...
Adding metadata for the procedure fixnum:>= (567 to go)...
Adding metadata for the procedure fixnum:bitwise-not (566 to go)...
Adding metadata for the procedure fixnum:bitwise-and (565 to go)...
Adding metadata for the procedure fixnum:bitwise-or (564 to go)...
Adding metadata for the procedure fixnum:bitwise-xor (563 to go)...
Adding metadata for the procedure fixnum:left-shift (562 to go)...
Adding metadata for the procedure fixnum:right-shift (561 to go)...
Adding metadata for the procedure fixnum:min (560 to go)...
Adding metadata for the procedure fixnum:max (559 to go)...
Adding metadata for the procedure fixnum:square (558 to go)...
Adding metadata for the procedure fixnum:half (557 to go)...
Adding metadata for the procedure fixnum:odd? (556 to go)...
Adding metadata for the procedure fixnum:even? (555 to go)...
Adding metadata for the procedure fixnum:** (554 to go)...
Adding metadata for the procedure fixnum:mod (553 to go)...
Adding metadata for the procedure fixnum:log10 (552 to go)...
Adding metadata for the procedure fixnum:log10-helper (551 to go)...
Adding metadata for the procedure buffer:make (550 to go)...
Adding metadata for the procedure buffer:destroy (549 to go)...
Adding metadata for the procedure buffer:get (548 to go)...
Adding metadata for the procedure buffer:set! (547 to go)...
Adding metadata for the procedure buffer:initialize! (546 to go)...
Adding metadata for the procedure boxedness:potentially-boxed? (545 to go)...
Adding metadata for the procedure boxedness:definitely-unboxed? (544 to go)...
Adding metadata for the procedure cons:make (543 to go)...
Adding metadata for the procedure cons:get-car (542 to go)...
Adding metadata for the procedure cons:get-cdr (541 to go)...
Adding metadata f


reply via email to

[Prev in Thread] Current Thread [Next in Thread]