------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> chibi-scheme-0.8 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> chibi-scheme-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by chibi-scheme-0.8 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> chibi-scheme-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by chibi-scheme-0.8 for building => SHA256 Checksum OK for ashinn-chibi-scheme-0.8_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> chibi-scheme-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by chibi-scheme-0.8 for building ===> Extracting for chibi-scheme-0.8 => SHA256 Checksum OK for ashinn-chibi-scheme-0.8_GH0.tar.gz. Extracted Memory Use: 5.99M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for chibi-scheme-0.8 ===> Applying ports patches for chibi-scheme-0.8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> chibi-scheme-0.8 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> chibi-scheme-0.8 depends on executable: gmake - found ===> Configuring for chibi-scheme-0.8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for chibi-scheme-0.8 gmake[1]: Entering directory '/construction/lang/chibi-scheme/chibi-scheme-0.8' echo '#define sexp_so_extension "'.so'"' > include/chibi/install.h echo '#define sexp_default_module_path "'/usr/local/lib/chibi:/usr/local/lib/chibi'"' >> include/chibi/install.h echo '#define sexp_platform "'bsd'"' >> include/chibi/install.h echo '#define sexp_version "'0.8.0'"' >> include/chibi/install.h echo '#define sexp_release_name "'`cat RELEASE`'"' >> include/chibi/install.h cc -c -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o main.o main.c cc -c -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -fPIC -o gc.o gc.c cc -c -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -fPIC -o sexp.o sexp.c cc -c -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -fPIC -o bignum.o bignum.c cc -c -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -fPIC -o gc_heap.o gc_heap.c gc_heap.c: In function 'sexp_load_image': gc_heap.c:626:7: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(path, mod_path, end-mod_path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gc_heap.c:625:40: note: length computed here end = colon ? colon : mod_path + strlen(mod_path); ^~~~~~~~~~~~~~~~ cc -c -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -fPIC -o opcodes.o opcodes.c cc -c -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -fPIC -o vm.o vm.c cc -c -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -fPIC -o eval.o eval.c eval.c: In function 'sexp_load_standard_env': eval.c:2405:3: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] strncpy(init_file + len + 1, sexp_init_file_suffix, strlen(sexp_init_file_suffix)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eval.c:2403:3: warning: 'strncpy' output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation] strncpy(init_file, sexp_init_file, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -fPIC -o simplify.o simplify.c cc -fPIC -shared -Wl,-soname,libchibi-scheme.so.0 -o libchibi-scheme.so.0.8.0 gc.o sexp.o bignum.o gc_heap.o opcodes.o vm.o eval.o simplify.o -lm ln -sf libchibi-scheme.so.0.8.0 libchibi-scheme.so.0 ln -sf libchibi-scheme.so.0 libchibi-scheme.so cc -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o chibi-scheme main.o -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/chibi/filesystem.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/filesystem.so lib/chibi/filesystem.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/weak.so lib/chibi/weak.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/heap-stats.so lib/chibi/heap-stats.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/disasm.so lib/chibi/disasm.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/ast.so lib/chibi/ast.c -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/chibi/emscripten.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/emscripten.so lib/chibi/emscripten.c -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/chibi/process.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/process.so lib/chibi/process.c -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/chibi/time.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/time.so lib/chibi/time.c -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/chibi/system.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/system.so lib/chibi/system.c -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/chibi/stty.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/stty.so lib/chibi/stty.c -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/chibi/net.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/net.so lib/chibi/net.c -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/chibi/io/io.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/io/io.so lib/chibi/io/io.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/optimize/rest.so lib/chibi/optimize/rest.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/optimize/profile.so lib/chibi/optimize/profile.c -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/chibi/crypto/crypto.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/chibi/crypto/crypto.so lib/chibi/crypto/crypto.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/srfi/27/rand.so lib/srfi/27/rand.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/srfi/151/bit.so lib/srfi/151/bit.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/srfi/39/param.so lib/srfi/39/param.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/srfi/69/hash.so lib/srfi/69/hash.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/srfi/95/qsort.so lib/srfi/95/qsort.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/srfi/98/env.so lib/srfi/98/env.c -L. -lchibi-scheme LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme -q tools/chibi-ffi lib/srfi/144/math.stub cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/srfi/144/math.so lib/srfi/144/math.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/scheme/time.so lib/scheme/time.c -L. -lchibi-scheme cc -fPIC -shared -DSEXP_USE_NTPGETTIME -DSEXP_USE_INTTYPES -Iinclude -Wall -pipe -O2 -fno-strict-aliasing -o lib/srfi/18/threads.so lib/srfi/18/threads.c -L. -lchibi-scheme echo "# pkg-config" > chibi-scheme.pc echo "prefix=/usr/local" >> chibi-scheme.pc echo "exec_prefix=\${prefix}" >> chibi-scheme.pc echo "libdir=/usr/local/lib" >> chibi-scheme.pc echo "includedir=\${prefix}/include" >> chibi-scheme.pc echo "version=0.8.0" >> chibi-scheme.pc echo "" >> chibi-scheme.pc cat chibi-scheme.pc.in >> chibi-scheme.pc find lib/chibi/ -name \*.sld | \ LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme tools/generate-install-meta.scm 0.8.0 > lib/.chibi.meta find lib/srfi/ -name \*.sld | \ LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme tools/generate-install-meta.scm 0.8.0 > lib/.srfi.meta find lib/scheme/ -name \*.sld | \ LD_LIBRARY_PATH=".:" DYLD_LIBRARY_PATH=".:" CHIBI_MODULE_PATH=lib ./chibi-scheme tools/generate-install-meta.scm 0.8.0 > lib/.scheme.meta ar rcs libchibi-scheme.a gc.o sexp.o bignum.o gc_heap.o opcodes.o vm.o eval.o simplify.o gmake[1]: Leaving directory '/construction/lang/chibi-scheme/chibi-scheme-0.8' SUCCEEDED 00:00:38 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for chibi-scheme-0.8 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/lang/chibi-scheme/chibi-scheme-0.8' install -d /construction/lang/chibi-scheme/stage/usr/local/bin install -s -m 555 chibi-scheme /construction/lang/chibi-scheme/stage/usr/local/bin/ install -m 555 tools/chibi-ffi /construction/lang/chibi-scheme/stage/usr/local/bin/ install -m 555 tools/chibi-doc /construction/lang/chibi-scheme/stage/usr/local/bin/ install -m 555 tools/snow-chibi /construction/lang/chibi-scheme/stage/usr/local/bin/ install -m 555 tools/snow-chibi.scm /construction/lang/chibi-scheme/stage/usr/local/bin/ install -d /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/char-set /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/crypto /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/io /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/iset /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/loop /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/match /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/math /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/monad /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/net /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/optimize /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/parse /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/regexp /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/show /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/snow /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/term install -d /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/scheme/char install -d /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/scheme/time install -d /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/1 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/18 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/27 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/151 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/39 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/69 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/95 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/99 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/99/records /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/113 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/117 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/121 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/125 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/128 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/129 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/132 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/133 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/135 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/143 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/144 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/159 install -m 0644 lib/.chibi.meta lib/.srfi.meta lib/.scheme.meta /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/ install -m 0644 lib/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/ install -m 0644 lib/chibi/*.sld lib/chibi/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/ install -m 0644 lib/chibi/char-set/*.sld lib/chibi/char-set/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/char-set/ install -m 0644 lib/chibi/crypto/*.sld lib/chibi/crypto/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/crypto/ install -m 0644 lib/chibi/io/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/io/ install -m 0644 lib/chibi/iset/*.sld lib/chibi/iset/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/iset/ install -m 0644 lib/chibi/loop/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/loop/ install -m 0644 lib/chibi/match/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/match/ install -m 0644 lib/chibi/math/*.sld lib/chibi/math/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/math/ install -m 0644 lib/chibi/monad/*.sld lib/chibi/monad/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/monad/ install -m 0644 lib/chibi/net/*.sld lib/chibi/net/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/net/ install -m 0644 lib/chibi/optimize/*.sld lib/chibi/optimize/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/optimize/ install -m 0644 lib/chibi/parse/*.sld lib/chibi/parse/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/parse/ install -m 0644 lib/chibi/regexp/*.sld lib/chibi/regexp/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/regexp/ install -m 0644 lib/chibi/show/*.sld lib/chibi/show/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/show/ install -m 0644 lib/chibi/snow/*.sld lib/chibi/snow/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/snow/ install -m 0644 lib/chibi/term/*.sld lib/chibi/term/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/term/ install -m 0644 lib/scheme/*.sld lib/scheme/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/scheme/ install -m 0644 lib/scheme/char/*.sld lib/scheme/char/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/scheme/char/ install -m 0644 lib/scheme/time/*.sld /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/scheme/time/ install -m 0644 lib/srfi/*.sld lib/srfi/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/ install -m 0644 lib/srfi/1/*.sld /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/1/ install -m 0644 lib/srfi/1/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/1/ install -m 0644 lib/srfi/18/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/18/ install -m 0644 lib/srfi/27/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/27/ install -m 0644 lib/srfi/39/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/39/ install -m 0644 lib/srfi/69/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/69/ install -m 0644 lib/srfi/95/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/95/ install -m 0644 lib/srfi/99/*.sld /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/99/ install -m 0644 lib/srfi/99/records/*.sld lib/srfi/99/records/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/99/records/ install -m 0644 lib/srfi/113/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/113/ install -m 0644 lib/srfi/117/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/117/ install -m 0644 lib/srfi/121/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/121/ install -m 0644 lib/srfi/125/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/125/ install -m 0644 lib/srfi/128/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/128/ install -m 0644 lib/srfi/129/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/129/ install -m 0644 lib/srfi/132/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/132/ install -m 0644 lib/srfi/133/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/133/ install -m 0644 lib/srfi/135/*.sld lib/srfi/135/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/135/ install -m 0644 lib/srfi/143/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/143/ install -m 0644 lib/srfi/144/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/144/ install -m 0644 lib/srfi/151/*.scm /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/151/ install -m 0644 lib/srfi/159/*.sld /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/159/ install -d /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/crypto/ install -d /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/io/ install -d /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/optimize/ install -d /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/scheme/ install -d /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/18 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/27 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/151 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/39 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/69 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/95 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/98 /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/144 install -s -m 555 lib/chibi/filesystem.so lib/chibi/weak.so lib/chibi/heap-stats.so lib/chibi/disasm.so lib/chibi/ast.so lib/chibi/emscripten.so lib/chibi/process.so lib/chibi/time.so lib/chibi/system.so lib/chibi/stty.so lib/chibi/net.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/ install -s -m 555 lib/chibi/crypto/crypto.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/crypto/ install -s -m 555 lib/chibi/io/io.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/io/ install -s -m 555 lib/chibi/optimize/rest.so lib/chibi/optimize/profile.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/chibi/optimize/ install -s -m 0644 lib/scheme/time.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/scheme/ install -s -m 0644 lib/srfi/18/threads.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/18 install -s -m 0644 lib/srfi/27/rand.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/27 install -s -m 0644 lib/srfi/39/param.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/39 install -s -m 0644 lib/srfi/69/hash.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/69 install -s -m 0644 lib/srfi/95/qsort.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/95 install -s -m 0644 lib/srfi/98/env.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/98 install -s -m 0644 lib/srfi/144/math.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/144 install -s -m 0644 lib/srfi/151/bit.so /construction/lang/chibi-scheme/stage/usr/local/lib/chibi/srfi/151 install -d /construction/lang/chibi-scheme/stage/usr/local/include/chibi install -m 0644 include/chibi/sexp.h include/chibi/features.h include/chibi/install.h include/chibi/bignum.h include/chibi/eval.h include/chibi/gc_heap.h /construction/lang/chibi-scheme/stage/usr/local/include/chibi/ install -d /construction/lang/chibi-scheme/stage/usr/local/lib install -d /construction/lang/chibi-scheme/stage/usr/local/lib install -s -m 555 libchibi-scheme.so.0.8.0 /construction/lang/chibi-scheme/stage/usr/local/lib/ ln -sf libchibi-scheme.so.0.8.0 /construction/lang/chibi-scheme/stage/usr/local/lib/libchibi-scheme.so.0 ln -sf libchibi-scheme.so.0.8.0 /construction/lang/chibi-scheme/stage/usr/local/lib/libchibi-scheme.so if test -f libchibi-scheme.a; then install -m 0644 libchibi-scheme.a /construction/lang/chibi-scheme/stage/usr/local/lib/; fi install -d /construction/lang/chibi-scheme/stage/usr/local/libdata/pkgconfig install -m 0644 chibi-scheme.pc /construction/lang/chibi-scheme/stage/usr/local/libdata/pkgconfig install -d /construction/lang/chibi-scheme/stage/usr/local/man/man1 install -m 444 doc/chibi-scheme.1 /construction/lang/chibi-scheme/stage/usr/local/man/man1/ install -m 444 doc/chibi-ffi.1 /construction/lang/chibi-scheme/stage/usr/local/man/man1/ install -m 444 doc/chibi-doc.1 /construction/lang/chibi-scheme/stage/usr/local/man/man1/ if type true >/dev/null 2>/dev/null; then true; fi gmake[1]: Leaving directory '/construction/lang/chibi-scheme/chibi-scheme-0.8' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for chibi-scheme-0.8 file sizes/checksums [401]: 0% file sizes/checksums [401]: 24% file sizes/checksums [401]: 49% file sizes/checksums [401]: 74% file sizes/checksums [401]: 99% file sizes/checksums [401]: 100% packing files [401]: 0% packing files [401]: 24% packing files [401]: 49% packing files [401]: 74% packing files [401]: 99% packing files [401]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:04 TOTAL TIME 00:00:46