>>> Unpacking source... >>> Unpacking stklos-0.98.tar.gz to /var/tmp/portage/dev-scheme/stklos-0.98/work >>> Source unpacked in /var/tmp/portage/dev-scheme/stklos-0.98/work >>> Compiling source in /var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98 ... * econf: updating stklos-0.98/config.sub with /usr/share/gnuconfig/config.sub * econf: updating stklos-0.98/gc/config.sub with /usr/share/gnuconfig/config.sub * econf: updating stklos-0.98/gc/libatomic_ops-1.2/config.sub with /usr/share/gnuconfig/config.sub * econf: updating stklos-0.98/gc/libatomic_ops-1.2/config.guess with /usr/share/gnuconfig/config.guess * econf: updating stklos-0.98/gc/config.guess with /usr/share/gnuconfig/config.guess * econf: updating stklos-0.98/config.guess with /usr/share/gnuconfig/config.guess * econf: updating stklos-0.98/pcre/config.sub with /usr/share/gnuconfig/config.sub * econf: updating stklos-0.98/pcre/config.guess with /usr/share/gnuconfig/config.guess * econf: updating stklos-0.98/ffi/config.sub with /usr/share/gnuconfig/config.sub * econf: updating stklos-0.98/ffi/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-threads --disable-ldap --disable-gtk --disable-gnome --without-gmp-light --without-provided-gc --without-provided-regexp --disable-ffi configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for dlopen... no checking for dlopen in -ldl... yes checking for pthread_create in -lpthread... yes checking for mpz_init_set in -lgmp... no checking for __gmpz_init_set in -lgmp... yes checking for GC_malloc in -lgc... yes checking for pcre_fullinfo in -lpcre... yes checking for gtk-config... /usr/bin/gtk-config checking for gnome-config... no checking for inline... inline checking whether byte ordering is bigendian... no checking for long... yes checking size of long... 4 checking for working memcmp... yes checking for getcwd... yes checking for getwd... yes checking for putenv... yes checking for rmdir... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for uname... yes checking for glob... yes Using the system GMP library Using the system Boehm-Demers-Weiser library Using the system PCRE library Disabling FFI support configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/extraconf.h config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating gtklos/Makefile config.status: creating gtklos/gtklosconf.h config.status: creating utils/Makefile config.status: creating lib/boot-callcc.stk config.status: creating utils/stklos-config config.status: creating utils/stklos-script config.status: creating extensions/Makefile config.status: creating examples/Makefile config.status: creating examples/images/Makefile config.status: creating lib/Match.d/Makefile config.status: creating lib/SILex.d/Makefile config.status: creating lib/Lalr.d/Makefile config.status: creating lib/Lurc.d/Makefile config.status: creating lib/ScmPkg.d/Makefile config.status: creating tests/Makefile config.status: creating extensions/extconf.h config.status: creating doc/stklos.1 config.status: creating doc/stklos-config.1 config.status: creating doc/stklos-compile.1 config.status: creating doc/stklos-genlex.1 config.status: creating doc/stklos-install.1 config.status: creating doc/stklos-pkg.1 config.status: creating doc/skb/stklos-version.stk config.status: creating pkgman/Makefile config.status: creating src/stklosconf.h config.status: executing depfiles commands SUMMARY ******* System: Linux-2.6.32-rc8 OS type: unix Install prefix : /usr C compiler: i686-pc-linux-gnu-gcc Compilation flags: -O2 -pipe Bignum library: use the system library Regexp library: use the system library GC library: use the system library LDAP support: no GTK+ support: no GNOME support: no FFI support: no Thread support: none If this is correct, you can just type 'make' now at your shell prompt. Otherwise, re-run 'configure' with correct options. make -j14 Making all in src make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' make all-am make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT boolean.o -MD -MP -MF .deps/boolean.Tpo -c -o boolean.o boolean.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT boot.o -MD -MP -MF .deps/boot.Tpo -c -o boot.o boot.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT box.o -MD -MP -MF .deps/box.Tpo -c -o box.o box.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT char.o -MD -MP -MF .deps/char.Tpo -c -o char.o char.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT cond.o -MD -MP -MF .deps/cond.Tpo -c -o cond.o cond.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT cpointer.o -MD -MP -MF .deps/cpointer.Tpo -c -o cpointer.o cpointer.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT dynload.o -MD -MP -MF .deps/dynload.Tpo -c -o dynload.o dynload.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT env.o -MD -MP -MF .deps/env.Tpo -c -o env.o env.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o extend.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT ffi.o -MD -MP -MF .deps/ffi.Tpo -c -o ffi.o ffi.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT fixnum.o -MD -MP -MF .deps/fixnum.Tpo -c -o fixnum.o fixnum.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT fport.o -MD -MP -MF .deps/fport.Tpo -c -o fport.o fport.c mv -f .deps/dynload.Tpo .deps/dynload.Po mv -f .deps/cpointer.Tpo .deps/cpointer.Po mv -f .deps/extend.Tpo .deps/extend.Po mv -f .deps/fixnum.Tpo .deps/fixnum.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT gnu-getopt.o -MD -MP -MF .deps/gnu-getopt.Tpo -c -o gnu-getopt.o gnu-getopt.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT gnu-glob.o -MD -MP -MF .deps/gnu-glob.Tpo -c -o gnu-glob.o gnu-glob.c mv -f .deps/box.Tpo .deps/box.Po mv -f .deps/boolean.Tpo .deps/boolean.Po mv -f .deps/base64.Tpo .deps/base64.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c mv -f .deps/ffi.Tpo .deps/ffi.Po mv -f .deps/error.Tpo .deps/error.Po mv -f .deps/boot.Tpo .deps/boot.Po mv -f .deps/gnu-glob.Tpo .deps/gnu-glob.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT keyword.o -MD -MP -MF .deps/keyword.Tpo -c -o keyword.o keyword.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT lib.o -MD -MP -MF .deps/lib.Tpo -c -o lib.o lib.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT number.o -MD -MP -MF .deps/number.Tpo -c -o number.o number.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT object.o -MD -MP -MF .deps/object.Tpo -c -o object.o object.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT parameter.o -MD -MP -MF .deps/parameter.Tpo -c -o parameter.o parameter.c mv -f .deps/env.Tpo .deps/env.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT path.o -MD -MP -MF .deps/path.Tpo -c -o path.o path.c mv -f .deps/lib.Tpo .deps/lib.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT port.o -MD -MP -MF .deps/port.Tpo -c -o port.o port.c mv -f .deps/char.Tpo .deps/char.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT print.o -MD -MP -MF .deps/print.Tpo -c -o print.o print.c mv -f .deps/fport.Tpo .deps/fport.Po mv -f .deps/cond.Tpo .deps/cond.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT proc.o -MD -MP -MF .deps/proc.Tpo -c -o proc.o proc.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT process.o -MD -MP -MF .deps/process.Tpo -c -o process.o process.c mv -f .deps/gnu-getopt.Tpo .deps/gnu-getopt.Po mv -f .deps/parameter.Tpo .deps/parameter.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT promise.o -MD -MP -MF .deps/promise.Tpo -c -o promise.o promise.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o read.c path.c: In function 'absolute': path.c:96: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result mv -f .deps/path.Tpo .deps/path.Po mv -f .deps/keyword.Tpo .deps/keyword.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT regexp.o -MD -MP -MF .deps/regexp.Tpo -c -o regexp.o regexp.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT signal.o -MD -MP -MF .deps/signal.Tpo -c -o signal.o signal.c mv -f .deps/md5.Tpo .deps/md5.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT sio.o -MD -MP -MF .deps/sio.Tpo -c -o sio.o sio.c mv -f .deps/misc.Tpo .deps/misc.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c mv -f .deps/promise.Tpo .deps/promise.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT sport.o -MD -MP -MF .deps/sport.Tpo -c -o sport.o sport.c mv -f .deps/print.Tpo .deps/print.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT stklos.o -MD -MP -MF .deps/stklos.Tpo -c -o stklos.o stklos.c mv -f .deps/hash.Tpo .deps/hash.Po mv -f .deps/list.Tpo .deps/list.Po mv -f .deps/signal.Tpo .deps/signal.Po mv -f .deps/proc.Tpo .deps/proc.Po mv -f .deps/regexp.Tpo .deps/regexp.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT str.o -MD -MP -MF .deps/str.Tpo -c -o str.o str.c mv -f .deps/process.Tpo .deps/process.Po mv -f .deps/sio.Tpo .deps/sio.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT struct.o -MD -MP -MF .deps/struct.Tpo -c -o struct.o struct.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT symbol.o -MD -MP -MF .deps/symbol.Tpo -c -o symbol.o symbol.c mv -f .deps/stklos.Tpo .deps/stklos.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT system.o -MD -MP -MF .deps/system.Tpo -c -o system.o system.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT uvector.o -MD -MP -MF .deps/uvector.Tpo -c -o uvector.o uvector.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT vector.o -MD -MP -MF .deps/vector.Tpo -c -o vector.o vector.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT vm.o -MD -MP -MF .deps/vm.Tpo -c -o vm.o vm.c mv -f .deps/read.Tpo .deps/read.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT vport.o -MD -MP -MF .deps/vport.Tpo -c -o vport.o vport.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT thread-none.o -MD -MP -MF .deps/thread-none.Tpo -c -o thread-none.o thread-none.c mv -f .deps/symbol.Tpo .deps/symbol.Po mv -f .deps/object.Tpo .deps/object.Po mv -f .deps/socket.Tpo .deps/socket.Po mv -f .deps/sport.Tpo .deps/sport.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT mutex-none.o -MD -MP -MF .deps/mutex-none.Tpo -c -o mutex-none.o mutex-none.c mv -f .deps/port.Tpo .deps/port.Po mv -f .deps/struct.Tpo .deps/struct.Po mv -f .deps/thread-none.Tpo .deps/thread-none.Po mv -f .deps/mutex-none.Tpo .deps/mutex-none.Po mv -f .deps/vector.Tpo .deps/vector.Po mv -f .deps/uvector.Tpo .deps/uvector.Po mv -f .deps/vport.Tpo .deps/vport.Po mv -f .deps/str.Tpo .deps/str.Po mv -f .deps/system.Tpo .deps/system.Po mv -f .deps/number.Tpo .deps/number.Po mv -f .deps/vm.Tpo .deps/vm.Po i686-pc-linux-gnu-gcc -O2 -pipe -rdynamic -Wl,-O1 -o stklos base64.o boolean.o boot.o box.o char.o cond.o cpointer.o dynload.o env.o error.o extend.o ffi.o fixnum.o fport.o gnu-getopt.o gnu-glob.o hash.o keyword.o lib.o list.o misc.o md5.o number.o object.o parameter.o path.o port.o print.o proc.o process.o promise.o read.o regexp.o signal.o sio.o socket.o sport.o stklos.o str.o struct.o symbol.o system.o uvector.o vector.o vm.o vport.o thread-none.o mutex-none.o -lgmp -lpcre -lpcreposix -lgc -lm -ldl make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' Making all in utils make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/utils' ./tmpcomp stklos-compile.stk stklos-compile ./tmpcomp stklos-genlex.stk stklos-genlex make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/utils' Making all in lib make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' ../utils/tmpcomp getopt.stk getopt.ostk *** Boot 0 ../utils/tmpcomp compfile.stk compfile.ostk Compilation time 650.0 *** Boot 1 Compilation time 660.0 *** Boot 2 Compilation time 650.0 *** Boot 3 Compilation time 650.0 *** New boot file created *** Create new boot.c *** Recompile STklos make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT boot.o -MD -MP -MF .deps/boot.Tpo -c -o boot.o boot.c mv -f .deps/boot.Tpo .deps/boot.Po i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -MT vm.o -MD -MP -MF .deps/vm.Tpo -c -o vm.o vm.c mv -f .deps/vm.Tpo .deps/vm.Po i686-pc-linux-gnu-gcc -O2 -pipe -rdynamic -Wl,-O1 -o stklos base64.o boolean.o boot.o box.o char.o cond.o cpointer.o dynload.o env.o error.o extend.o ffi.o fixnum.o fport.o gnu-getopt.o gnu-glob.o hash.o keyword.o lib.o list.o misc.o md5.o number.o object.o parameter.o path.o port.o print.o proc.o process.o promise.o read.o regexp.o signal.o sio.o socket.o sport.o stklos.o str.o struct.o symbol.o system.o uvector.o vector.o vm.o vport.o thread-none.o mutex-none.o -lgmp -lpcre -lpcreposix -lgc -lm -ldl make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' *** Cleaning useless images Making all in Match.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Match.d' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Match.d' Making all in SILex.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/SILex.d' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/SILex.d' Making all in Lalr.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Lalr.d' (cd ..; ../utils/tmpcomp Lalr.d/lalr.stk Lalr.d/lalr.ostk) echo "#!/bin/sh" > calc echo "../../src/stklos -b ../../src/boot.img -f calc.stk" >> calc chmod a+x calc make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Lalr.d' Making all in ScmPkg.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/ScmPkg.d' (cd ..; ../utils/tmpcomp ScmPkg.d/scmpkg-support.stk scmpkg-support.ostk) make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/ScmPkg.d' make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' ../utils/tmpcomp bigmatch.stk bigmatch.ostk ../utils/tmpcomp full-syntax.stk full-syntax.ostk ../utils/tmpcomp full-conditions.stk full-conditions.ostk ../utils/tmpcomp describe.stk describe.ostk ../utils/tmpcomp env.stk env.ostk ../utils/tmpcomp http.stk http.ostk ../utils/tmpcomp lex-rt.stk lex-rt.ostk ../utils/tmpcomp pp.stk pp.ostk ../utils/tmpcomp slib.stk slib.ostk ../utils/tmpcomp srfi-1.stk srfi-1.ostk ../utils/tmpcomp srfi-2.stk srfi-2.ostk ../utils/tmpcomp srfi-4.stk srfi-4.ostk ../utils/tmpcomp srfi-7.stk srfi-7.ostk ../utils/tmpcomp srfi-9.stk srfi-9.ostk ../utils/tmpcomp srfi-11.stk srfi-11.ostk ../utils/tmpcomp srfi-14.stk srfi-14.ostk ../utils/tmpcomp srfi-17.stk srfi-17.ostk ../utils/tmpcomp srfi-26.stk srfi-26.ostk ../utils/tmpcomp srfi-27.stk srfi-27.ostk ../utils/tmpcomp srfi-31.stk srfi-31.ostk ../utils/tmpcomp srfi-34.stk srfi-34.ostk ../utils/tmpcomp srfi-35.stk srfi-35.ostk ../utils/tmpcomp srfi-36.stk srfi-36.ostk ../utils/tmpcomp srfi-45.stk srfi-45.ostk ../utils/tmpcomp srfi-48.stk srfi-48.ostk ../utils/tmpcomp srfi-59.stk srfi-59.ostk ../utils/tmpcomp srfi-60.stk srfi-60.ostk ../utils/tmpcomp srfi-66.stk srfi-66.ostk ../utils/tmpcomp srfi-69.stk srfi-69.ostk ../utils/tmpcomp srfi-70.stk srfi-70.ostk ../utils/tmpcomp srfi-89.stk srfi-89.ostk ../utils/tmpcomp tar.stk tar.ostk ../utils/tmpcomp trace.stk trace.ostk ../utils/tmpcomp ffi.stk ffi.ostk warning: reference to undefined symbol software-type ../utils/tmpcomp recette.stk recette.ostk ../utils/tmpcomp srfi-13.stk srfi-13.ostk make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' Making all in pkgman make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/pkgman' ../utils/tmpcomp main.stk stklos-pkg make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/pkgman' Making all in extensions make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/extensions' i686-pc-linux-gnu-gcc -O2 -pipe -fpic -I../src -c -o ldap.o ldap.c ../utils/tmpcomp ldap.stk ldap.ostk ldap.stk:179: warning: reference to undefined symbol %ldap-modify ldap.stk:121: warning: reference to undefined symbol %ldap-add ldap.stk:53: warning: reference to undefined symbol %ldap-search ldap.stk:38: warning: reference to undefined symbol %ldap-connect ld -shared -o ldap.so ldap.o if test -f a.out ;then mv a.out ldap.so; fi make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/extensions' Making all in tests make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/tests' Use "make test" for testing STklos. make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/tests' Making all in doc make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/doc' (cd ../src; make doc) (cd ../lib; make doc) make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' ../src/stklos -q -c -b ../src/boot.img -f ../doc/extract-doc \ STklos.init bigloo-support.stk bigmatch.stk compfile.stk describe.stk env.stk expand.ss ffi.stk full-syntax.stk full-conditions.stk getopt.stk http.stk lex-rt.stk make-C-boot.stk pp.stk recette.stk slib.stk srfi-1.stk srfi-2.stk srfi-4.stk srfi-7.stk srfi-9.stk srfi-11.stk srfi-13.stk srfi-14.stk srfi-17.stk srfi-26.stk srfi-27.stk srfi-31.stk srfi-34.stk srfi-35.stk srfi-36.stk srfi-45.stk srfi-48.stk srfi-59.stk srfi-60.stk srfi-66.stk srfi-69.stk srfi-70.stk srfi-89.stk tar.stk trace.stk assembler.stk bb.stk bonus.stk boot.stk boot-callcc.stk callcc.stk compiler.stk computils.stk date.stk expand.pp load.stk mbe.stk module.stk object.stk obsolete.stk peephole.stk process.stk r5rs.stk regexp.stk repl.stk runtime.stk srfi-0.stk struct.stk thread.stk > DOCDB make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' ./stklos -b boot.img -c -q -f ../doc/extract-doc base64.c boolean.c boot.c box.c char.c cond.c cpointer.c dynload.c env.c error.c extend.c ffi.c fixnum.c fport.c gnu-getopt.c gnu-glob.c hash.c keyword.c lib.c list.c misc.c md5.c number.c object.c parameter.c path.c port.c print.c proc.c process.c promise.c read.c regexp.c signal.c sio.c socket.c sport.c stklos.c str.c struct.c symbol.c system.c uvector.c vector.c vm.c vport.c thread-none.c mutex-none.c > DOCDB Extracting documentation from STklos.init Extracting documentation from bigloo-support.stk Extracting documentation from bigmatch.stk Extracting documentation from compfile.stk Extracting documentation from describe.stk Extracting documentation from env.stk Extracting documentation from expand.ss Extracting documentation from ffi.stk Extracting documentation from full-syntax.stk Extracting documentation from full-conditions.stk Extracting documentation from getopt.stk Extracting documentation from http.stk Extracting documentation from lex-rt.stk Extracting documentation from make-C-boot.stk Extracting documentation from pp.stk Extracting documentation from recette.stk Extracting documentation from slib.stk Extracting documentation from srfi-1.stk Extracting documentation from srfi-2.stk Extracting documentation from srfi-4.stk Extracting documentation from srfi-7.stk Extracting documentation from srfi-9.stk Extracting documentation from srfi-11.stk Extracting documentation from srfi-13.stk Extracting documentation from srfi-14.stk Extracting documentation from srfi-17.stk Extracting documentation from srfi-26.stk Extracting documentation from srfi-27.stk Extracting documentation from srfi-31.stk Extracting documentation from srfi-34.stk Extracting documentation from srfi-35.stk Extracting documentation from srfi-36.stk Extracting documentation from srfi-45.stk Extracting documentation from srfi-48.stk Extracting documentation from srfi-59.stk Extracting documentation from srfi-60.stk Extracting documentation from srfi-66.stk Extracting documentation from srfi-69.stk Extracting documentation from srfi-70.stk Extracting documentation from srfi-89.stk Extracting documentation from tar.stk Extracting documentation from trace.stk Extracting documentation from assembler.stk Extracting documentation from bb.stk Extracting documentation from bonus.stk Extracting documentation from boot.stk Extracting documentation from boot-callcc.stk Extracting documentation from callcc.stk Extracting documentation from compiler.stk Extracting documentation from base64.c Extracting documentation from boolean.c Extracting documentation from computils.stk Extracting documentation from date.stk Extracting documentation from boot.c Extracting documentation from expand.pp Extracting documentation from load.stk Extracting documentation from mbe.stk Extracting documentation from module.stk Extracting documentation from object.stk Extracting documentation from obsolete.stk Extracting documentation from peephole.stk Extracting documentation from process.stk Extracting documentation from r5rs.stk Extracting documentation from regexp.stk Extracting documentation from repl.stk Extracting documentation from runtime.stk Extracting documentation from srfi-0.stk Extracting documentation from struct.stk Extracting documentation from thread.stk make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' Extracting documentation from box.c Extracting documentation from char.c Extracting documentation from cond.c Extracting documentation from cpointer.c Extracting documentation from dynload.c Extracting documentation from env.c Extracting documentation from error.c Extracting documentation from extend.c Extracting documentation from ffi.c Extracting documentation from fixnum.c Extracting documentation from fport.c Extracting documentation from gnu-getopt.c Extracting documentation from gnu-glob.c Extracting documentation from hash.c Extracting documentation from keyword.c Extracting documentation from lib.c Extracting documentation from list.c Extracting documentation from misc.c Extracting documentation from md5.c Extracting documentation from number.c Extracting documentation from object.c Extracting documentation from parameter.c Extracting documentation from path.c Extracting documentation from port.c Extracting documentation from print.c Extracting documentation from proc.c Extracting documentation from process.c Extracting documentation from promise.c Extracting documentation from read.c Extracting documentation from regexp.c Extracting documentation from signal.c Extracting documentation from sio.c Extracting documentation from socket.c Extracting documentation from sport.c Extracting documentation from stklos.c Extracting documentation from str.c Extracting documentation from struct.c Extracting documentation from symbol.c Extracting documentation from system.c Extracting documentation from uvector.c Extracting documentation from vector.c Extracting documentation from vm.c Extracting documentation from vport.c Extracting documentation from thread-none.c Extracting documentation from mutex-none.c make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' cat ../src/DOCDB ../lib/DOCDB > DOCDB make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/doc' make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98' >>> Source compiled. >>> Test phase [check]: dev-scheme/stklos-0.98 make -j14 -j1 check Making check in src make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' Making check in utils make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/utils' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/utils' Making check in lib make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' Making check in Match.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Match.d' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Match.d' Making check in SILex.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/SILex.d' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/SILex.d' Making check in Lalr.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Lalr.d' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Lalr.d' Making check in ScmPkg.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/ScmPkg.d' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/ScmPkg.d' make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' Making check in pkgman make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/pkgman' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/pkgman' Making check in extensions make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/extensions' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/extensions' Making check in tests make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/tests' ==== Testing Numbers ... passed ==== Testing Keywords ... passed ==== Testing call/cc & dynamic-wind ... make[1]: *** [test] Segmentation fault make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/tests' make: *** [check-recursive] Error 1 * ERROR: dev-scheme/stklos-0.98 failed: * Make check failed. See above for details. * * Call stack: * ebuild.sh, line 55: Called src_test * environment, line 2481: Called _eapi0_src_test * ebuild.sh, line 608: Called die * The specific snippet of code: * hasq test $FEATURES && die "Make check failed. See above for details." * * If you need support, post the output of 'emerge --info =dev-scheme/stklos-0.98', * the complete build log and the output of 'emerge -pqv =dev-scheme/stklos-0.98'. * The complete build log is located at '/var/log/portage/build/dev-scheme/stklos-0.98:20091123-143628.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-scheme/stklos-0.98/temp/environment'. * S: '/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98' >>> Install stklos-0.98 into /var/tmp/portage/dev-scheme/stklos-0.98/image/ category dev-scheme make -j14 DESTDIR=/var/tmp/portage/dev-scheme/stklos-0.98/image/ install Making install in src make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin" test -z "/usr/include/stklos" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/include/stklos" /usr/bin/install -c -m 644 'stklos.h' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/include/stklos/stklos.h' /usr/bin/install -c 'stklos' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin/stklos' /usr/bin/install -c -m 644 'extraconf.h' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/include/stklos/extraconf.h' /usr/bin/install -c -m 644 'stklosconf.h' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/include/stklos/stklosconf.h' /usr/bin/install -c -m 644 'socket.h' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/include/stklos/socket.h' /usr/bin/install -c -m 644 'fport.h' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/include/stklos/fport.h' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/src' Making install in utils make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/utils' make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/utils' test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin" make[2]: Nothing to be done for `install-data-am'. /usr/bin/install -c 'stklos-config' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin/stklos-config' /usr/bin/install -c 'stklos-ext-install' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin/stklos-ext-install' /usr/bin/install -c 'stklos-script' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin/stklos-script' /usr/bin/install -c 'stklos-install' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin/stklos-install' /usr/bin/install -c 'stklos-compile' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin/stklos-compile' /usr/bin/install -c 'stklos-genlex' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin/stklos-genlex' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/utils' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/utils' Making install in lib make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' Making install in Match.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Match.d' make[3]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Match.d' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/stklos/0.98/Match.d" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/Match.d" /usr/bin/install -c -m 644 'descr.scm' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/Match.d/descr.scm' /usr/bin/install -c -m 644 'compiler.scm' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/Match.d/compiler.scm' /usr/bin/install -c -m 644 'mexpand.scm' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/Match.d/mexpand.scm' /usr/bin/install -c -m 644 'normalize.scm' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/Match.d/normalize.scm' /usr/bin/install -c -m 644 's2cfun.scm' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/Match.d/s2cfun.scm' make[3]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Match.d' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Match.d' Making install in SILex.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/SILex.d' make[3]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/SILex.d' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/stklos/0.98" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98" /usr/bin/install -c -m 644 'silex.scm' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/silex.scm' /usr/bin/install -c -m 644 'multilex.scm' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/multilex.scm' make[3]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/SILex.d' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/SILex.d' Making install in Lalr.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Lalr.d' make[3]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Lalr.d' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/stklos/0.98" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98" /usr/bin/install -c -m 644 'lalr.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/lalr.stk' /usr/bin/install -c -m 644 'lalr.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/lalr.ostk' make[3]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Lalr.d' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/Lalr.d' Making install in ScmPkg.d make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/ScmPkg.d' make[3]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/ScmPkg.d' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/stklos/0.98" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98" test -z "/usr/share/stklos/0.98/ScmPkg.d" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/ScmPkg.d" /usr/bin/install -c -m 644 'scmpkg-interface.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/ScmPkg.d/scmpkg-interface.stk' /usr/bin/install -c -m 644 'scmpkg-support.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/scmpkg-support.stk' /usr/bin/install -c -m 644 'scmpkg-languages.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/ScmPkg.d/scmpkg-languages.stk' /usr/bin/install -c -m 644 '../scmpkg-support.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/scmpkg-support.ostk' make[3]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/ScmPkg.d' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib/ScmPkg.d' make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' make[3]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/stklos/0.98" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98" /usr/bin/install -c -m 644 'STklos.init' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/STklos.init' /usr/bin/install -c -m 644 'bigloo-support.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/bigloo-support.stk' /usr/bin/install -c -m 644 'bigmatch.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/bigmatch.stk' /usr/bin/install -c -m 644 'compfile.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/compfile.stk' /usr/bin/install -c -m 644 'describe.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/describe.stk' /usr/bin/install -c -m 644 'env.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/env.stk' /usr/bin/install -c -m 644 'expand.ss' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/expand.ss' /usr/bin/install -c -m 644 'ffi.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/ffi.stk' /usr/bin/install -c -m 644 'full-syntax.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/full-syntax.stk' /usr/bin/install -c -m 644 'full-conditions.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/full-conditions.stk' /usr/bin/install -c -m 644 'getopt.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/getopt.stk' /usr/bin/install -c -m 644 'http.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/http.stk' /usr/bin/install -c -m 644 'lex-rt.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/lex-rt.stk' /usr/bin/install -c -m 644 'make-C-boot.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/make-C-boot.stk' /usr/bin/install -c -m 644 'pp.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/pp.stk' /usr/bin/install -c -m 644 'recette.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/recette.stk' /usr/bin/install -c -m 644 'slib.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/slib.stk' /usr/bin/install -c -m 644 'srfi-1.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-1.stk' /usr/bin/install -c -m 644 'srfi-2.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-2.stk' /usr/bin/install -c -m 644 'srfi-4.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-4.stk' /usr/bin/install -c -m 644 'srfi-7.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-7.stk' /usr/bin/install -c -m 644 'srfi-9.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-9.stk' /usr/bin/install -c -m 644 'srfi-11.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-11.stk' /usr/bin/install -c -m 644 'srfi-13.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-13.stk' /usr/bin/install -c -m 644 'srfi-14.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-14.stk' /usr/bin/install -c -m 644 'srfi-17.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-17.stk' /usr/bin/install -c -m 644 'srfi-26.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-26.stk' /usr/bin/install -c -m 644 'srfi-27.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-27.stk' /usr/bin/install -c -m 644 'srfi-31.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-31.stk' /usr/bin/install -c -m 644 'srfi-34.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-34.stk' /usr/bin/install -c -m 644 'srfi-35.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-35.stk' /usr/bin/install -c -m 644 'srfi-36.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-36.stk' /usr/bin/install -c -m 644 'srfi-45.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-45.stk' /usr/bin/install -c -m 644 'srfi-48.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-48.stk' /usr/bin/install -c -m 644 'srfi-59.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-59.stk' /usr/bin/install -c -m 644 'srfi-60.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-60.stk' /usr/bin/install -c -m 644 'srfi-66.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-66.stk' /usr/bin/install -c -m 644 'srfi-69.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-69.stk' /usr/bin/install -c -m 644 'srfi-70.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-70.stk' /usr/bin/install -c -m 644 'srfi-89.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-89.stk' /usr/bin/install -c -m 644 'tar.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/tar.stk' /usr/bin/install -c -m 644 'trace.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/trace.stk' /usr/bin/install -c -m 644 'compfile.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/compfile.ostk' /usr/bin/install -c -m 644 'bigmatch.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/bigmatch.ostk' /usr/bin/install -c -m 644 'ffi.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/ffi.ostk' /usr/bin/install -c -m 644 'full-syntax.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/full-syntax.ostk' /usr/bin/install -c -m 644 'full-conditions.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/full-conditions.ostk' /usr/bin/install -c -m 644 'describe.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/describe.ostk' /usr/bin/install -c -m 644 'env.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/env.ostk' /usr/bin/install -c -m 644 'getopt.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/getopt.ostk' /usr/bin/install -c -m 644 'http.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/http.ostk' /usr/bin/install -c -m 644 'lex-rt.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/lex-rt.ostk' /usr/bin/install -c -m 644 'pp.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/pp.ostk' /usr/bin/install -c -m 644 'recette.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/recette.ostk' /usr/bin/install -c -m 644 'slib.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/slib.ostk' /usr/bin/install -c -m 644 'srfi-1.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-1.ostk' /usr/bin/install -c -m 644 'srfi-2.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-2.ostk' /usr/bin/install -c -m 644 'srfi-4.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-4.ostk' /usr/bin/install -c -m 644 'srfi-7.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-7.ostk' /usr/bin/install -c -m 644 'srfi-9.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-9.ostk' /usr/bin/install -c -m 644 'srfi-11.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-11.ostk' /usr/bin/install -c -m 644 'srfi-13.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-13.ostk' /usr/bin/install -c -m 644 'srfi-14.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-14.ostk' /usr/bin/install -c -m 644 'srfi-17.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-17.ostk' /usr/bin/install -c -m 644 'srfi-26.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-26.ostk' /usr/bin/install -c -m 644 'srfi-27.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-27.ostk' /usr/bin/install -c -m 644 'srfi-31.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-31.ostk' /usr/bin/install -c -m 644 'srfi-34.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-34.ostk' /usr/bin/install -c -m 644 'srfi-35.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-35.ostk' /usr/bin/install -c -m 644 'srfi-36.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-36.ostk' /usr/bin/install -c -m 644 'srfi-45.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-45.ostk' /usr/bin/install -c -m 644 'srfi-48.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-48.ostk' /usr/bin/install -c -m 644 'srfi-59.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-59.ostk' /usr/bin/install -c -m 644 'srfi-60.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-60.ostk' /usr/bin/install -c -m 644 'srfi-66.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-66.ostk' /usr/bin/install -c -m 644 'srfi-69.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-69.ostk' /usr/bin/install -c -m 644 'srfi-70.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-70.ostk' /usr/bin/install -c -m 644 'srfi-89.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-89.ostk' /usr/bin/install -c -m 644 'tar.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/tar.ostk' /usr/bin/install -c -m 644 'trace.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/trace.ostk' /usr/bin/install -c -m 644 'assembler.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/assembler.stk' /usr/bin/install -c -m 644 'bb.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/bb.stk' /usr/bin/install -c -m 644 'bonus.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/bonus.stk' /usr/bin/install -c -m 644 'boot.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/boot.stk' /usr/bin/install -c -m 644 'boot-callcc.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/boot-callcc.stk' /usr/bin/install -c -m 644 'callcc.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/callcc.stk' /usr/bin/install -c -m 644 'compiler.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/compiler.stk' /usr/bin/install -c -m 644 'computils.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/computils.stk' /usr/bin/install -c -m 644 'date.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/date.stk' /usr/bin/install -c -m 644 'expand.pp' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/expand.pp' /usr/bin/install -c -m 644 'load.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/load.stk' /usr/bin/install -c -m 644 'mbe.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/mbe.stk' /usr/bin/install -c -m 644 'module.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/module.stk' /usr/bin/install -c -m 644 'object.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/object.stk' /usr/bin/install -c -m 644 'obsolete.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/obsolete.stk' /usr/bin/install -c -m 644 'peephole.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/peephole.stk' /usr/bin/install -c -m 644 'process.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/process.stk' /usr/bin/install -c -m 644 'r5rs.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/r5rs.stk' /usr/bin/install -c -m 644 'regexp.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/regexp.stk' /usr/bin/install -c -m 644 'repl.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/repl.stk' /usr/bin/install -c -m 644 'runtime.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/runtime.stk' /usr/bin/install -c -m 644 'srfi-0.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/srfi-0.stk' /usr/bin/install -c -m 644 'struct.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/struct.stk' /usr/bin/install -c -m 644 'thread.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/thread.stk' make[3]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/lib' Making install in pkgman make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/pkgman' make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/pkgman' test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin" test -z "/usr/etc/stklos" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/etc/stklos" /usr/bin/install -c 'stklos-pkg' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/bin/stklos-pkg' /usr/bin/install -c -m 644 'etc/Makefile-scmpkg.tmpl' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/etc/stklos/Makefile-scmpkg.tmpl' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/pkgman' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/pkgman' Making install in extensions make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/extensions' make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/extensions' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/stklos/0.98" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98" test -z "/usr/lib/stklos/0.98" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/lib/stklos/0.98" /usr/bin/install -c -m 644 'ldap.stk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/ldap.stk' /usr/bin/install -c 'ldap.so' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/lib/stklos/0.98/ldap.so' /usr/bin/install -c -m 644 'ldap.ostk' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/ldap.ostk' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/extensions' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/extensions' Making install in tests make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/tests' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/tests' Making install in doc make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/doc' make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/doc/stklos-0.98/html" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html" test -z "/usr/share/doc/stklos-0.98/html/images" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/images" test -z "/usr/share/doc/stklos-0.98/pdf" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/pdf" test -z "/usr/share/man/man1" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/man/man1" test -z "/usr/share/stklos/0.98" || /bin/mkdir -p "/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98" /usr/bin/install -c -m 644 'html/stklos-ref-1.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-1.html' /usr/bin/install -c -m 644 'html/images/hierarchy.jpg' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/images/hierarchy.jpg' /usr/bin/install -c -m 644 'pdf/stklos-ref.pdf' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/pdf/stklos-ref.pdf' /usr/bin/install -c -m 644 'DOCDB' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/stklos/0.98/DOCDB' /usr/bin/install -c -m 644 'html/stklos-ref-10.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-10.html' /usr/bin/install -c -m 644 './stklos.1' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/man/man1/stklos.1' /usr/bin/install -c -m 644 'html/stklos-ref-11.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-11.html' /usr/bin/install -c -m 644 'html/stklos-ref-12.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-12.html' /usr/bin/install -c -m 644 'html/stklos-ref-13.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-13.html' /usr/bin/install -c -m 644 './stklos-config.1' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/man/man1/stklos-config.1' /usr/bin/install -c -m 644 'html/stklos-ref-14.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-14.html' /usr/bin/install -c -m 644 'html/stklos-ref-15.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-15.html' /usr/bin/install -c -m 644 './stklos-compile.1' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/man/man1/stklos-compile.1' /usr/bin/install -c -m 644 'html/stklos-ref-16.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-16.html' /usr/bin/install -c -m 644 'html/stklos-ref-2.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-2.html' /usr/bin/install -c -m 644 './stklos-genlex.1' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/man/man1/stklos-genlex.1' /usr/bin/install -c -m 644 'html/stklos-ref-3.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-3.html' /usr/bin/install -c -m 644 'html/stklos-ref-4.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-4.html' /usr/bin/install -c -m 644 './stklos-install.1' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/man/man1/stklos-install.1' /usr/bin/install -c -m 644 'html/stklos-ref-5.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-5.html' /usr/bin/install -c -m 644 'html/stklos-ref-6.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-6.html' /usr/bin/install -c -m 644 'html/stklos-ref-7.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-7.html' /usr/bin/install -c -m 644 'html/stklos-ref-8.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-8.html' /usr/bin/install -c -m 644 'html/stklos-ref-9.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref-9.html' /usr/bin/install -c -m 644 'html/stklos-ref.html' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/stklos-ref.html' /usr/bin/install -c -m 644 'html/doc-style.css' '/var/tmp/portage/dev-scheme/stklos-0.98/image//usr/share/doc/stklos-0.98/html/doc-style.css' make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/doc' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98/doc' make[1]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98' make[2]: Entering directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98' make[1]: Leaving directory `/var/tmp/portage/dev-scheme/stklos-0.98/work/stklos-0.98' >>> Completed installing stklos-0.98 into /var/tmp/portage/dev-scheme/stklos-0.98/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/stklos/0.98/ldap.so usr/bin/stklos * Removing /usr/share/doc * Removing /usr/share/info