===> Building for ecl-12.99.0nb20130609 cd build; /usr/pkg/bin/gmake gmake[1]: Entering directory `/scratch/wip/ecl/work/ecl/build' cp /scratch/wip/ecl/work/ecl/src/util/gdbinit .gdbinit if (echo c | grep gmp); then \ cd gmp && /usr/pkg/bin/gmake install && \ cd .. && mv include/gmp.h ecl/ && rmdir include && \ mv ./libgmp.a ./libeclgmp.a; \ fi if (echo c | grep atomic); then \ cd atomic && /usr/pkg/bin/gmake && /usr/pkg/bin/gmake install && cd .. && \ rm -f -rf share ecl/atomic_ops_stack.h ecl/atomic_ops_malloc.h *atomic*gpl* && \ mv libatomic_ops.a libeclatomic.a; \ fi test -d ecl/gc || mkdir ecl/gc test -d ecl/gc/private || mkdir ecl/gc/private if (echo c | grep gc); then \ cd gc && /usr/pkg/bin/gmake install && cd .. && \ cp -rf /scratch/wip/ecl/work/ecl/src/gc-unstable/include/private/*.h ecl/gc/private/ && \ mv libgc.a libeclgc.a; \ fi if (echo c | grep libffi); then \ cd libffi && /usr/pkg/bin/gmake install && cd .. && \ sed -e 's, ecl/foo.h && \ rm ecl/ffi.h && mv ecl/foo.h ecl/ffi.h && \ mv libffi.a libeclffi.a; \ fi sed -e 's,@ecldir\\@,/usr/pkg/lib/ecl-12.99.0/,g' < lsp/config.pre > lsp/config.lsp sed -e 's,@ecldir\\@,"/usr/pkg/lib/ecl-12.99.0/",g' \ -e 's,@libdir\\@,"/usr/pkg/lib/",g' \ -e 's,@includedir\\@,"/usr/pkg/include/",g' < cmp/cmpdefs.pre > cmp/cmpdefs.lsp test -d c/ecl || mkdir c/ecl sed 's,__declspec(dllimport),,g' /scratch/wip/ecl/work/ecl/src/h/external.h > c/ecl/external.h cp -rf /scratch/wip/ecl/work/ecl/src/h/*.h /scratch/wip/ecl/work/ecl/src/h/impl ecl/ cd c; /usr/pkg/bin/gmake gmake[2]: Entering directory `/scratch/wip/ecl/work/ecl/build/c' cat /scratch/wip/ecl/work/ecl/src/c/symbols_list.h | \ sed -e 's%{\([A-Z ]*.*".*"\),[^,]*,[ ]*NULL,.*}%{\1,NULL}%g' \ -e 's%{\([A-Z ]*.*".*"\),[^,]*,[ ]*\([^,]*\),.*}%{\1,"\2"}%g' \ -e 's%{NULL.*%{NULL,NULL}};%' | \ sed -e 's%"\(IF_[A-Z0-9]*\)(\([^)]*\))"%\1("\2")%g' > tmp.h mv tmp.h /scratch/wip/ecl/work/ecl/src/c/symbols_list2.h if test -f ../CROSS-DPP; then touch dpp; else \ gcc -I/scratch/wip/ecl/work/ecl/src/c -I/scratch/wip/ecl/work/ecl/build -I./ /scratch/wip/ecl/work/ecl/src/c/dpp.c -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -o dpp ; \ fi if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/main.d main.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/main.d main.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/main.d -> main.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o main.o main.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/symbol.d symbol.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/symbol.d symbol.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/symbol.d -> symbol.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o symbol.o symbol.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/package.d package.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/package.d package.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/package.d -> package.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o package.o package.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/cons.d cons.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/cons.d cons.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/cons.d -> cons.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o cons.o cons.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/list.d list.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/list.d list.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/list.d -> list.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o list.o list.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/apply.d apply.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/apply.d apply.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/apply.d -> apply.c gcc -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c apply.c -o apply.o if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/eval.d eval.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/eval.d eval.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/eval.d -> eval.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o eval.o eval.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/interpreter.d interpreter.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/interpreter.d interpreter.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/interpreter.d -> interpreter.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o interpreter.o interpreter.o.c /scratch/wip/ecl/work/ecl/src/c/interpreter.d: In function 'ecl_interpret': /scratch/wip/ecl/work/ecl/src/c/interpreter.d:284:2: warning: initialization discards qualifiers from pointer target type if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/compiler.d compiler.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/compiler.d compiler.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/compiler.d -> compiler.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o compiler.o compiler.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/disassembler.d disassembler.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/disassembler.d disassembler.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/disassembler.d -> disassembler.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o disassembler.o disassembler.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/instance.d instance.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/instance.d instance.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/instance.d -> instance.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o instance.o instance.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/gfun.d gfun.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/gfun.d gfun.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/gfun.d -> gfun.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o gfun.o gfun.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/clos/cache.d clos/cache.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/clos/cache.d clos/cache.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/clos/cache.d -> clos/cache.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o clos/cache.o clos/cache.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/clos/accessor.d clos/accessor.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/clos/accessor.d clos/accessor.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/clos/accessor.d -> clos/accessor.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o clos/accessor.o clos/accessor.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/reference.d reference.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/reference.d reference.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/reference.d -> reference.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o reference.o reference.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/character.d character.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/character.d character.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/character.d -> character.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o character.o character.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/file.d file.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/file.d file.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/file.d -> file.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o file.o file.o.c /scratch/wip/ecl/work/ecl/src/c/file.d: In function 'ecl_off_t_to_integer': /scratch/wip/ecl/work/ecl/src/c/file.d:5341:4: warning: right shift count >= width of type /scratch/wip/ecl/work/ecl/src/c/file.d: In function 'ecl_integer_to_off_t': /scratch/wip/ecl/work/ecl/src/c/file.d:5368:8: warning: left shift count >= width of type /scratch/wip/ecl/work/ecl/src/c/file.d: In function 'not_a_file_stream': /scratch/wip/ecl/work/ecl/src/c/file.d:5412:2: warning: function declared 'noreturn' has a 'return' statement if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/read.d read.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/read.d read.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/read.d -> read.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o read.o read.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/print.d print.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/print.d print.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/print.d -> print.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o print.o print.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/error.d error.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/error.d error.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/error.d -> error.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o error.o error.o.c /scratch/wip/ecl/work/ecl/src/c/error.d: In function 'si_signal_type_error': /scratch/wip/ecl/work/ecl/src/c/error.d:250:2: warning: function declared 'noreturn' has a 'return' statement /scratch/wip/ecl/work/ecl/src/c/error.d: In function 'cl_error': /scratch/wip/ecl/work/ecl/src/c/error.d:535:23: warning: function declared 'noreturn' has a 'return' statement if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/string.d string.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/string.d string.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/string.d -> string.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o string.o string.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/cfun.d cfun.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/cfun.d cfun.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/cfun.d -> cfun.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o cfun.o cfun.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/reader/parse_integer.d reader/parse_integer.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/reader/parse_integer.d reader/parse_integer.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/reader/parse_integer.d -> reader/parse_integer.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o reader/parse_integer.o reader/parse_integer.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/reader/parse_number.d reader/parse_number.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/reader/parse_number.d reader/parse_number.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/reader/parse_number.d -> reader/parse_number.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o reader/parse_number.o reader/parse_number.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/float_to_digits.d printer/float_to_digits.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/float_to_digits.d printer/float_to_digits.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/float_to_digits.d -> printer/float_to_digits.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/float_to_digits.o printer/float_to_digits.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/float_to_string.d printer/float_to_string.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/float_to_string.d printer/float_to_string.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/float_to_string.d -> printer/float_to_string.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/float_to_string.o printer/float_to_string.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/integer_to_string.d printer/integer_to_string.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/integer_to_string.d printer/integer_to_string.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/integer_to_string.d -> printer/integer_to_string.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/integer_to_string.o printer/integer_to_string.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/write_ugly.d printer/write_ugly.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/write_ugly.d printer/write_ugly.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/write_ugly.d -> printer/write_ugly.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/write_ugly.o printer/write_ugly.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/write_object.d printer/write_object.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/write_object.d printer/write_object.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/write_object.d -> printer/write_object.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/write_object.o printer/write_object.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/write_symbol.d printer/write_symbol.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/write_symbol.d printer/write_symbol.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/write_symbol.d -> printer/write_symbol.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/write_symbol.o printer/write_symbol.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/write_array.d printer/write_array.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/write_array.d printer/write_array.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/write_array.d -> printer/write_array.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/write_array.o printer/write_array.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/write_list.d printer/write_list.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/write_list.d printer/write_list.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/write_list.d -> printer/write_list.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/write_list.o printer/write_list.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/write_code.d printer/write_code.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/write_code.d printer/write_code.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/write_code.d -> printer/write_code.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/write_code.o printer/write_code.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/write_sse.d printer/write_sse.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/write_sse.d printer/write_sse.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/write_sse.d -> printer/write_sse.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/write_sse.o printer/write_sse.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/printer/print_unreadable.d printer/print_unreadable.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/printer/print_unreadable.d printer/print_unreadable.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/printer/print_unreadable.d -> printer/print_unreadable.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o printer/print_unreadable.o printer/print_unreadable.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/ffi/libraries.d ffi/libraries.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/ffi/libraries.d ffi/libraries.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/ffi/libraries.d -> ffi/libraries.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o ffi/libraries.o ffi/libraries.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/ffi/backtrace.d ffi/backtrace.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/ffi/backtrace.d ffi/backtrace.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/ffi/backtrace.d -> ffi/backtrace.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o ffi/backtrace.o ffi/backtrace.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/ffi/mmap.d ffi/mmap.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/ffi/mmap.d ffi/mmap.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/ffi/mmap.d -> ffi/mmap.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o ffi/mmap.o ffi/mmap.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/ffi/cdata.d ffi/cdata.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/ffi/cdata.d ffi/cdata.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/ffi/cdata.d -> ffi/cdata.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o ffi/cdata.o ffi/cdata.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/cos.d numbers/cos.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/cos.d numbers/cos.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/cos.d -> numbers/cos.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/cos.o numbers/cos.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/sin.d numbers/sin.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/sin.d numbers/sin.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/sin.d -> numbers/sin.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/sin.o numbers/sin.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/tan.d numbers/tan.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/tan.d numbers/tan.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/tan.d -> numbers/tan.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/tan.o numbers/tan.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/atan.d numbers/atan.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/atan.d numbers/atan.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/atan.d -> numbers/atan.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/atan.o numbers/atan.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/cosh.d numbers/cosh.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/cosh.d numbers/cosh.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/cosh.d -> numbers/cosh.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/cosh.o numbers/cosh.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/sinh.d numbers/sinh.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/sinh.d numbers/sinh.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/sinh.d -> numbers/sinh.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/sinh.o numbers/sinh.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/tanh.d numbers/tanh.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/tanh.d numbers/tanh.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/tanh.d -> numbers/tanh.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/tanh.o numbers/tanh.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/exp.d numbers/exp.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/exp.d numbers/exp.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/exp.d -> numbers/exp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/exp.o numbers/exp.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/expt.d numbers/expt.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/expt.d numbers/expt.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/expt.d -> numbers/expt.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/expt.o numbers/expt.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/log.d numbers/log.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/log.d numbers/log.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/log.d -> numbers/log.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/log.o numbers/log.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/sqrt.d numbers/sqrt.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/sqrt.d numbers/sqrt.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/sqrt.d -> numbers/sqrt.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/sqrt.o numbers/sqrt.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/abs.d numbers/abs.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/abs.d numbers/abs.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/abs.d -> numbers/abs.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/abs.o numbers/abs.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/zerop.d numbers/zerop.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/zerop.d numbers/zerop.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/zerop.d -> numbers/zerop.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/zerop.o numbers/zerop.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/plusp.d numbers/plusp.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/plusp.d numbers/plusp.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/plusp.d -> numbers/plusp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/plusp.o numbers/plusp.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/minusp.d numbers/minusp.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/minusp.d numbers/minusp.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/minusp.d -> numbers/minusp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/minusp.o numbers/minusp.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/negate.d numbers/negate.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/negate.d numbers/negate.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/negate.d -> numbers/negate.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/negate.o numbers/negate.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/conjugate.d numbers/conjugate.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/conjugate.d numbers/conjugate.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/conjugate.d -> numbers/conjugate.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/conjugate.o numbers/conjugate.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/one_plus.d numbers/one_plus.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/one_plus.d numbers/one_plus.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/one_plus.d -> numbers/one_plus.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/one_plus.o numbers/one_plus.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/one_minus.d numbers/one_minus.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/one_minus.d numbers/one_minus.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/one_minus.d -> numbers/one_minus.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/one_minus.o numbers/one_minus.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/plus.d numbers/plus.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/plus.d numbers/plus.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/plus.d -> numbers/plus.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/plus.o numbers/plus.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/minus.d numbers/minus.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/minus.d numbers/minus.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/minus.d -> numbers/minus.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/minus.o numbers/minus.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/times.d numbers/times.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/times.d numbers/times.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/times.d -> numbers/times.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/times.o numbers/times.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/divide.d numbers/divide.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/divide.d numbers/divide.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/divide.d -> numbers/divide.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/divide.o numbers/divide.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/number_compare.d numbers/number_compare.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/number_compare.d numbers/number_compare.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/number_compare.d -> numbers/number_compare.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/number_compare.o numbers/number_compare.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/number_equalp.d numbers/number_equalp.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/number_equalp.d numbers/number_equalp.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/number_equalp.d -> numbers/number_equalp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/number_equalp.o numbers/number_equalp.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/minmax.d numbers/minmax.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/minmax.d numbers/minmax.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/minmax.d -> numbers/minmax.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/minmax.o numbers/minmax.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/floor.d numbers/floor.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/floor.d numbers/floor.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/floor.d -> numbers/floor.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/floor.o numbers/floor.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/ceiling.d numbers/ceiling.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/ceiling.d numbers/ceiling.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/ceiling.d -> numbers/ceiling.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/ceiling.o numbers/ceiling.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/round.d numbers/round.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/round.d numbers/round.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/round.d -> numbers/round.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/round.o numbers/round.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/numbers/truncate.d numbers/truncate.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/numbers/truncate.d numbers/truncate.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/numbers/truncate.d -> numbers/truncate.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o numbers/truncate.o numbers/truncate.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/typespec.d typespec.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/typespec.d typespec.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/typespec.d -> typespec.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o typespec.o typespec.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/assignment.d assignment.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/assignment.d assignment.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/assignment.d -> assignment.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o assignment.o assignment.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/predicate.d predicate.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/predicate.d predicate.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/predicate.d -> predicate.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o predicate.o predicate.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/number.d number.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/number.d number.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/number.d -> number.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o number.o number.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/num_pred.d num_pred.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/num_pred.d num_pred.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/num_pred.d -> num_pred.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o num_pred.o num_pred.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/num_arith.d num_arith.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/num_arith.d num_arith.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/num_arith.d -> num_arith.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o num_arith.o num_arith.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/num_co.d num_co.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/num_co.d num_co.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/num_co.d -> num_co.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o num_co.o num_co.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/num_log.d num_log.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/num_log.d num_log.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/num_log.d -> num_log.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o num_log.o num_log.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/num_rand.d num_rand.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/num_rand.d num_rand.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/num_rand.d -> num_rand.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o num_rand.o num_rand.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/array.d array.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/array.d array.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/array.d -> array.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o array.o array.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/vector_push.d vector_push.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/vector_push.d vector_push.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/vector_push.d -> vector_push.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o vector_push.o vector_push.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/sequence.d sequence.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/sequence.d sequence.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/sequence.d -> sequence.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o sequence.o sequence.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/cmpaux.d cmpaux.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/cmpaux.d cmpaux.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/cmpaux.d -> cmpaux.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o cmpaux.o cmpaux.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/macros.d macros.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/macros.d macros.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/macros.d -> macros.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o macros.o macros.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/backq.d backq.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/backq.d backq.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/backq.d -> backq.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o backq.o backq.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/stacks.d stacks.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/stacks.d stacks.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/stacks.d -> stacks.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o stacks.o stacks.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/time.d time.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/time.d time.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/time.d -> time.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o time.o time.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/unixint.d unixint.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/unixint.d unixint.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/unixint.d -> unixint.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unixint.o unixint.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/mapfun.d mapfun.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/mapfun.d mapfun.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/mapfun.d -> mapfun.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o mapfun.o mapfun.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/multival.d multival.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/multival.d multival.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/multival.d -> multival.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o multival.o multival.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/hash.d hash.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/hash.d hash.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/hash.d -> hash.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o hash.o hash.o.c /scratch/wip/ecl/work/ecl/src/c/hash.d: In function 'copy_entry': /scratch/wip/ecl/work/ecl/src/c/hash.d:507:11: warning: passing argument 1 of 'GC_call_with_alloc_lock' from incompatible pointer type /scratch/wip/ecl/work/.buildlink/include/gc/gc.h:1032:23: note: expected 'GC_fn_type' but argument is of type 'void * (*)(struct ecl_hashtable_entry *)' /scratch/wip/ecl/work/ecl/src/c/hash.d:513:11: warning: passing argument 1 of 'GC_call_with_alloc_lock' from incompatible pointer type /scratch/wip/ecl/work/.buildlink/include/gc/gc.h:1032:23: note: expected 'GC_fn_type' but argument is of type 'void * (*)(struct ecl_hashtable_entry *)' /scratch/wip/ecl/work/ecl/src/c/hash.d:519:11: warning: passing argument 1 of 'GC_call_with_alloc_lock' from incompatible pointer type /scratch/wip/ecl/work/.buildlink/include/gc/gc.h:1032:23: note: expected 'GC_fn_type' but argument is of type 'void * (*)(struct ecl_hashtable_entry *)' if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/format.d format.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/format.d format.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/format.d -> format.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o format.o format.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/pathname.d pathname.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/pathname.d pathname.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/pathname.d -> pathname.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o pathname.o pathname.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/structure.d structure.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/structure.d structure.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/structure.d -> structure.o.c Unknown symbol: si::structure-include gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o structure.o structure.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/load.d load.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/load.d load.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/load.d -> load.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o load.o load.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/unixfsys.d unixfsys.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/unixfsys.d unixfsys.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/unixfsys.d -> unixfsys.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unixfsys.o unixfsys.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/unixsys.d unixsys.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/unixsys.d unixsys.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/unixsys.d -> unixsys.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unixsys.o unixsys.o.c /scratch/wip/ecl/work/ecl/src/c/unixsys.d: In function 'si_run_program': /scratch/wip/ecl/work/ecl/src/c/unixsys.d:762:25: warning: passing argument 2 of 'execve' from incompatible pointer type /usr/include/unistd.h:109:6: note: expected 'char * const*' but argument is of type 'void **' /scratch/wip/ecl/work/ecl/src/c/unixsys.d:764:25: warning: passing argument 2 of 'execvp' from incompatible pointer type /usr/include/unistd.h:110:6: note: expected 'char * const*' but argument is of type 'void **' if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/serialize.d serialize.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/serialize.d serialize.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/serialize.d -> serialize.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o serialize.o serialize.o.c /scratch/wip/ecl/work/ecl/src/c/serialize.d: In function 'serialize_one': /scratch/wip/ecl/work/ecl/src/c/serialize.d:313:26: warning: assignment makes pointer from integer without a cast if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/ffi.d ffi.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/ffi.d ffi.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/ffi.d -> ffi.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o ffi.o ffi.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/sse2.d sse2.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/sse2.d sse2.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/sse2.d -> sse2.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o sse2.o sse2.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/big.d big.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/big.d big.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/big.d -> big.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o big.o big.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/alloc_2.d alloc_2.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/alloc_2.d alloc_2.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/alloc_2.d -> alloc_2.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o alloc_2.o alloc_2.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/tcp.d tcp.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/tcp.d tcp.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/tcp.d -> tcp.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o tcp.o tcp.o.c /scratch/wip/ecl/work/ecl/src/c/tcp.d: In function 'si_lookup_host_entry': /scratch/wip/ecl/work/ecl/src/c/tcp.d:391:3: warning: passing argument 1 of 'gethostbyaddr' from incompatible pointer type /usr/include/netdb.h:317:17: note: expected 'const char *' but argument is of type 'char (*)[4]' gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd-0000.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd-0000.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd-0016.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd-0016.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd-0032.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd-0032.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd-0048.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd-0048.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd-0064.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd-0064.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd-0080.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd-0080.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd-0096.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd-0096.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd_names_char.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd_names_char.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd_names_codes.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd_names_codes.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd_names_pair.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd_names_pair.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o unicode/ucd_names_str.o /scratch/wip/ecl/work/ecl/src/c/unicode/ucd_names_str.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/threads/atomic.d threads/atomic.o.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/threads/atomic.d threads/atomic.o.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/threads/atomic.d -> threads/atomic.o.c gcc -DECLDIR="\"/usr/pkg/lib/ecl-12.99.0\"" -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -o threads/atomic.o threads/atomic.o.c if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/all_symbols.d all_symbols.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/all_symbols.d all_symbols.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/all_symbols.d -> all_symbols.c gcc -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -I./ all_symbols.c -o all_symbols.o gcc -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -DECL_FINAL -I./ all_symbols.c -o all_symbols2.o rm -f ../libeclmin.a ar cr ../libeclmin.a main.o symbol.o package.o cons.o list.o apply.o eval.o interpreter.o compiler.o disassembler.o instance.o gfun.o clos/cache.o clos/accessor.o reference.o character.o file.o read.o print.o error.o string.o cfun.o reader/parse_integer.o reader/parse_number.o printer/float_to_digits.o printer/float_to_string.o printer/integer_to_string.o printer/write_ugly.o printer/write_object.o printer/write_symbol.o printer/write_array.o printer/write_list.o printer/write_code.o printer/write_sse.o printer/print_unreadable.o ffi/libraries.o ffi/backtrace.o ffi/mmap.o ffi/cdata.o numbers/cos.o numbers/sin.o numbers/tan.o numbers/atan.o numbers/cosh.o numbers/sinh.o numbers/tanh.o numbers/exp.o numbers/expt.o numbers/log.o numbers/sqrt.o numbers/abs.o numbers/zerop.o numbers/plusp.o numbers/minusp.o numbers/negate.o numbers/conjugate.o numbers/one_plus.o numbers/one_minus.o numbers/plus.o numbers/minus.o numbers/times.o numbers/divide.o numbers/number_compare.o numbers/number_equalp.o numbers/minmax.o numbers/floor.o numbers/ceiling.o numbers/round.o numbers/truncate.o typespec.o assignment.o predicate.o number.o num_pred.o num_arith.o num_co.o num_log.o num_rand.o array.o vector_push.o sequence.o cmpaux.o macros.o backq.o stacks.o time.o unixint.o mapfun.o multival.o hash.o format.o pathname.o structure.o load.o unixfsys.o unixsys.o serialize.o ffi.o sse2.o big.o alloc_2.o tcp.o unicode/ucd.o unicode/ucd-0000.o unicode/ucd-0016.o unicode/ucd-0032.o unicode/ucd-0048.o unicode/ucd-0064.o unicode/ucd-0080.o unicode/ucd-0096.o unicode/ucd_names_char.o unicode/ucd_names_codes.o unicode/ucd_names_pair.o unicode/ucd_names_str.o threads/atomic.o ranlib ../libeclmin.a if test -f ../CROSS-DPP ; then ../CROSS-DPP /scratch/wip/ecl/work/ecl/src/c/cinit.d cinit.c ; else ./dpp /scratch/wip/ecl/work/ecl/src/c/cinit.d cinit.c ; fi dpp: /scratch/wip/ecl/work/ecl/src/c/cinit.d -> cinit.c gcc -I. -I/scratch/wip/ecl/work/ecl/build -I/scratch/wip/ecl/work/ecl/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -I/usr/pkg/include -fPIC -Dnetbsd -c -I./ cinit.c -o ../cinit.o gmake[2]: Leaving directory `/scratch/wip/ecl/work/ecl/build/c' if [ -f CROSS-COMPILER ]; then \ touch ecl_min; \ else \ gcc -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o ecl_min cinit.o c/all_symbols.o -L./ libeclmin.a -lgmp -lgc -lffi -lm ;\ fi sed -e 's,@ecldir\\@,/usr/pkg/lib/ecl-12.99.0/,g' \ -e 's,@libdir\\@,/usr/pkg/lib/,g' < compile.pre > compile.lsp echo "#" `uname -a` > build-stamp head -8 config.log | tail -6 >> build-stamp if [ -f CROSS-COMPILER ]; then \ ./CROSS-COMPILER compile; \ else \ ECLDIR=`pwd`/ ./ecl_min compile; \ fi ;*** Lisp core booted **** ECL (Embeddable Common Lisp) ;;; ;;; Welcome to bare.lsp. Let's bring this instance up! ;;; ;;; ;;; About to load lsp/load.lsp ;;; ;;; Loading src:lsp;export.lsp ;;; Loading src:lsp;defmacro.lsp ;;; Loading src:lsp;helpfile.lsp ;;; Loading src:lsp;evalmacros.lsp ;;; Loading src:lsp;cmuutil.lsp ;;; Loading src:lsp;setf.lsp ;;; Loading src:lsp;predlib.lsp ;;; Loading src:lsp;seq.lsp ;;; Loading src:lsp;arraylib.lsp ;;; Loading src:lsp;assert.lsp ;;; Loading src:lsp;defstruct.lsp ;;; Loading src:lsp;iolib.lsp ;;; Loading src:lsp;listlib.lsp ;;; Loading src:lsp;mislib.lsp ;;; Loading src:lsp;numlib.lsp ;;; Loading src:lsp;packlib.lsp ;;; Loading src:lsp;seqlib.lsp ;;; Loading src:lsp;trace.lsp ;;; Loading src:lsp;loop2.lsp ;;; Loading src:lsp;format.lsp ;;; Loading src:lsp;defpackage.lsp ;;; Loading src:lsp;ffi.lsp ;;; Loading src:lsp;mp.lsp ;;; Loading build:lsp;config.lsp ;;; Loading src:lsp;module.lsp ;;; Loading src:lsp;cmdline.lsp ;;; Loading src:lsp;autoload.lsp ;;; Loading src:lsp;cdr-5.lsp ;;; Loading clos/load.lsp ;;; Loading src:clos;package.lsp ;;; Loading src:clos;cpl.lsp ;;; Loading src:clos;std-slot-value.lsp ;;; Loading src:clos;slot.lsp ;;; Loading src:clos;boot.lsp ;;; Loading src:clos;kernel.lsp ;;; Loading src:clos;method.lsp ;;; Loading src:clos;combin.lsp ;;; Loading src:clos;std-accessors.lsp ;;; Loading src:clos;defclass.lsp ;;; Loading src:clos;slotvalue.lsp ;;; Loading src:clos;standard.lsp ;;; Loading src:clos;builtin.lsp ;;; Loading src:clos;change.lsp ;;; Loading src:clos;stdmethod.lsp ;;; Loading src:clos;generic.lsp ;;; Loading src:clos;fixup.lsp ;;; Loading src:clos;conditions.lsp ;;; Loading src:clos;print.lsp ;;; Loading src:clos;streams.lsp ;;; Loading src:lsp;pprint.lsp ;;; Loading src:lsp;describe.lsp ;;; Loading src:clos;inspect.lsp ;;; Loading src:lsp;top.lsp ;;; Loading src:lsp;process.lsp ;;; Loading src:lsp;unicode.lsp ;;; Loading ext:bytecmp;bytecmp.lsp ;;; Loading ext:ecl-cdb;ecl-cdb.lisp ;;; Loading ext:ecl-cdb;ecl-help.lisp ;;; Loading lsp/format.lsp ;;; About to load cmp/load.lsp ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmppackage.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmptypes.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmpglobals.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/build/cmp/cmpdefs.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmpmac.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmpform.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmptables.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmpinline.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmputil.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmptype-arith.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmptype-prop.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmptype.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmptype-assert.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmpenv-api.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmpenv-fun.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmpenv-declare.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmpenv-proclaim.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/cmpenv-declaim.lsp" ;;; Loading "/scratch/wip/ecl/work/ecl/src/cmp/sysfun.lsp" Condition of type: UNBOUND-VARIABLE The variable C::+DEFAULT-MACHINE+ is unbound. No restarts available. Top level. > sed -e 's,@libdir\\@,/usr/pkg/lib/,' \ -e 's,@includedir\\@,/usr/pkg/include/,' \ -e 's,~A,/usr/pkg/lib/,' bin/ecl-config.pre > bin/ecl-config if test "x" != "x"; then \ srcfiles=`find /scratch/wip/ecl/work/ecl/src/c /scratch/wip/ecl/work/ecl/src/h -name '*.[chd]'` && \ --language=c -o TAGS $srcfiles && \ --language=none -o TAGS --append \ --regex='/@\([-:*a-zA-z]+\)/\1/' \ --regex='/@(defun \([-:*a-zA-z]+\)/\1/' \ $srcfiles; \ fi touch TAGS gmake[1]: Leaving directory `/scratch/wip/ecl/work/ecl/build' => Unwrapping files-to-be-installed. INFO: [subst.mk:unwrap] Nothing changed in ./build/bin/ecl-config. INFO: [subst.mk:unwrap] Nothing changed in ./src/gc/bdw-gc.pc. INFO: [subst.mk:unwrap] Nothing changed in ./src/util/ecl-config.