------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/gmake-4.2.1_3.tgz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ chicken-4.13.0,1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Old release; please migrate to lang/chicken5. It is scheduled to be removed on or after 2019-12-20. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ chicken-4.13.0,1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Old release; please migrate to lang/chicken5. It is scheduled to be removed on or after 2019-12-20. ===> Fetching all distfiles required by chicken-4.13.0,1 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ chicken-4.13.0,1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Old release; please migrate to lang/chicken5. It is scheduled to be removed on or after 2019-12-20. ===> Fetching all distfiles required by chicken-4.13.0,1 for building => SHA256 Checksum OK for chicken-4.13.0.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ chicken-4.13.0,1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Old release; please migrate to lang/chicken5. It is scheduled to be removed on or after 2019-12-20. ===> Fetching all distfiles required by chicken-4.13.0,1 for building ===> Extracting for chicken-4.13.0,1 => SHA256 Checksum OK for chicken-4.13.0.tar.gz. Extracted Memory Use: 30.44M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for chicken-4.13.0,1 ===> Applying ports patches for chicken-4.13.0,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for chicken-4.13.0,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for chicken-4.13.0,1 gmake[1]: Entering directory '/construction/lang/chicken/chicken-4.13.0' echo '#define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h cat feathers.in >feathers; echo 'exec "$wish" "/usr/local/share/chicken/feathers.tcl" -- "$@"' >>feathers echo '#ifndef C_INSTALL_CC' >> chicken-defaults.h echo '# define C_INSTALL_CC "cc"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_CXX' >> chicken-defaults.h echo '# define C_INSTALL_CXX "c++"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_POSTINSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_INSTALL_POSTINSTALL_PROGRAM "true"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_RC_COMPILER' >> chicken-defaults.h echo '# define C_INSTALL_RC_COMPILER ""' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_CFLAGS' >> chicken-defaults.h echo '# define C_INSTALL_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -pipe -O2 -fno-strict-aliasing "' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_LDFLAGS' >> chicken-defaults.h echo '# define C_INSTALL_LDFLAGS " "' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_PREFIX' >> chicken-defaults.h echo '# define C_INSTALL_PREFIX "/usr/local"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_SHARE_HOME' >> chicken-defaults.h echo '# define C_INSTALL_SHARE_HOME "/usr/local/share/chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_BIN_HOME' >> chicken-defaults.h echo '# define C_INSTALL_BIN_HOME "/usr/local/bin"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_EGG_HOME' >> chicken-defaults.h echo '# define C_INSTALL_EGG_HOME "/usr/local/lib/chicken/8"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_LIB_HOME' >> chicken-defaults.h echo '# define C_INSTALL_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_LIB_NAME' >> chicken-defaults.h echo '# define C_INSTALL_LIB_NAME "chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_STATIC_LIB_HOME' >> chicken-defaults.h echo '# define C_INSTALL_STATIC_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_INCLUDE_HOME' >> chicken-defaults.h echo '# define C_INSTALL_INCLUDE_HOME "/usr/local/include/chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_MORE_LIBS' >> chicken-defaults.h echo '# define C_INSTALL_MORE_LIBS "-lm -lpthread"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_MORE_STATIC_LIBS' >> chicken-defaults.h echo '# define C_INSTALL_MORE_STATIC_LIBS "-lm -lpthread"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_DEFAULT_TARGET_HEAP_SIZE' >> chicken-defaults.h echo '# define C_DEFAULT_TARGET_HEAP_SIZE 0' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_STACK_GROWS_DOWNWARD' >> chicken-defaults.h echo '# define C_STACK_GROWS_DOWNWARD 1' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_MORE_LIBS' >> chicken-defaults.h echo '# define C_TARGET_MORE_LIBS "-lm -lpthread"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_MORE_STATIC_LIBS' >> chicken-defaults.h echo '# define C_TARGET_MORE_STATIC_LIBS "-lm -lpthread"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_CC' >> chicken-defaults.h echo '# define C_TARGET_CC "cc"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_CXX' >> chicken-defaults.h echo '# define C_TARGET_CXX "c++"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_RC_COMPILER' >> chicken-defaults.h echo '# define C_TARGET_RC_COMPILER ""' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_CFLAGS' >> chicken-defaults.h echo '# define C_TARGET_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -pipe -O2 -fno-strict-aliasing "' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LDFLAGS' >> chicken-defaults.h echo '# define C_TARGET_LDFLAGS " "' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_FEATURES' >> chicken-defaults.h echo '# define C_TARGET_FEATURES ""' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CROSS_CHICKEN' >> chicken-defaults.h echo '# define C_CROSS_CHICKEN 0' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_PREFIX' >> chicken-defaults.h echo '# define C_TARGET_PREFIX "/usr/local"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_BIN_HOME' >> chicken-defaults.h echo '# define C_TARGET_BIN_HOME "/usr/local/bin"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LIB_HOME' >> chicken-defaults.h echo '# define C_TARGET_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LIB_NAME' >> chicken-defaults.h echo '# define C_TARGET_LIB_NAME "chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_RUN_LIB_HOME' >> chicken-defaults.h echo '# define C_TARGET_RUN_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_SHARE_HOME' >> chicken-defaults.h echo '# define C_TARGET_SHARE_HOME "/usr/local/share"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_INCLUDE_HOME' >> chicken-defaults.h echo '# define C_TARGET_INCLUDE_HOME "/usr/local/include/chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_STATIC_LIB_HOME' >> chicken-defaults.h echo '# define C_TARGET_STATIC_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CSC_PROGRAM' >> chicken-defaults.h echo '# define C_CSC_PROGRAM "csc"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CSI_PROGRAM' >> chicken-defaults.h echo '# define C_CSI_PROGRAM "csi"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_BUG_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_BUG_PROGRAM "chicken-bug"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_INSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_INSTALL_PROGRAM "chicken-install"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_UNINSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_UNINSTALL_PROGRAM "chicken-uninstall"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_STATUS_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_STATUS_PROGRAM "chicken-status"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_WINDOWS_SHELL' >> chicken-defaults.h echo '# define C_WINDOWS_SHELL 0' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_BINARY_VERSION' >> chicken-defaults.h echo '# define C_BINARY_VERSION 8' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_USES_SONAME' >> chicken-defaults.h echo '# define C_USES_SONAME 1' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '/* END OF FILE */' >> chicken-defaults.h echo "/* GENERATED */" >chicken-config.h echo "#define HAVE_DIRENT_H 1" >>chicken-config.h echo "#define HAVE_DLFCN_H 1" >>chicken-config.h echo "#define HAVE_INTTYPES_H 1" >>chicken-config.h echo "#define HAVE_LIMITS_H 1" >>chicken-config.h echo "#define HAVE_LONG_LONG 1" >>chicken-config.h echo "#define HAVE_MEMMOVE 1" >>chicken-config.h echo "#define HAVE_MEMORY_H 1" >>chicken-config.h echo "#define HAVE_SIGACTION 1" >>chicken-config.h echo "#define HAVE_SIGSETJMP 1" >>chicken-config.h echo "#define HAVE_SIGPROCMASK 1" >>chicken-config.h echo "#define HAVE_STDINT_H 1" >>chicken-config.h echo "#define HAVE_STDLIB_H 1" >>chicken-config.h echo "#define HAVE_STRERROR 1" >>chicken-config.h echo "#define HAVE_STRINGS_H 1" >>chicken-config.h echo "#define HAVE_STRING_H 1" >>chicken-config.h echo "#define HAVE_STRLCAT 1" >>chicken-config.h echo "#define HAVE_STRLCPY 1" >>chicken-config.h echo "#define HAVE_STRTOLL 1" >>chicken-config.h echo "#define HAVE_STRTOQ 1" >>chicken-config.h echo "#define HAVE_SYS_STAT_H 1" >>chicken-config.h echo "#define HAVE_SYS_TYPES_H 1" >>chicken-config.h echo "#define HAVE_SETENV 1" >>chicken-config.h echo "#define HAVE_UNISTD_H 1" >>chicken-config.h echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>chicken-config.h echo "#define STDC_HEADERS 1" >>chicken-config.h echo "#define HAVE_ALLOCA 1" >>chicken-config.h echo "#define HAVE_GRP_H 1" >>chicken-config.h echo "#define HAVE_ERRNO_H 1" >>chicken-config.h echo "#define HAVE_SYSEXITS_H 1" >>chicken-config.h echo "#define C_STACK_GROWS_DOWNWARD 1" >>chicken-config.h echo "#if !defined(__FreeBSD__) && !defined(__DragonFly__)" >> chicken-config.h echo "# define C_USE_STD_FEATURE_MACROS" >> chicken-config.h echo "#endif" >> chicken-config.h cat chicken-defaults.h >>chicken-config.h cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN ports.c -o ports-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN files.c -o files-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN extras.c -o extras-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN utils.c -o utils-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN expand.c -o expand-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN modules.c -o modules-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN build-version.c -o build-version-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN library.c -o library.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN eval.c -o eval.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN ports.c -o ports.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN files.c -o files.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN extras.c -o extras.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN utils.c -o utils.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN irregex.c -o irregex.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN profiler.c -o profiler.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN stub.c -o stub.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN expand.c -o expand.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN modules.c -o modules.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN build-version.c -o build-version.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN runtime.c -o runtime.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC chicken.c -o chicken.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC batch-driver.c -o batch-driver.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC compiler.c -o compiler.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC optimizer.c -o optimizer.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC lfa2.c -o lfa2.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC compiler-syntax.c -o compiler-syntax.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC scrutinizer.c -o scrutinizer.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC support.c -o support.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC c-platform.c -o c-platform.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC c-backend.c -o c-backend.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -O2 -fno-strict-aliasing csi.c -o csi.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -O2 -fno-strict-aliasing chicken-profile.c -o chicken-profile.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -O2 -fno-strict-aliasing csc.c -o csc.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -O2 -fno-strict-aliasing chicken-install.c -o chicken-install.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -O2 -fno-strict-aliasing chicken-uninstall.c -o chicken-uninstall.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -O2 -fno-strict-aliasing chicken-status.c -o chicken-status.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-download.c -o setup-download.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-api.c -o setup-api.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -O2 -fno-strict-aliasing chicken-bug.c -o chicken-bug.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.import.c -o chicken.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN lolevel.import.c -o lolevel.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-1.import.c -o srfi-1.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.import.c -o srfi-4.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN data-structures.import.c -o data-structures.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN ports.import.c -o ports.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN files.import.c -o files.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN posix.import.c -o posix.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-13.import.c -o srfi-13.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-69.import.c -o srfi-69.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN extras.import.c -o extras.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-14.import.c -o srfi-14.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN tcp.import.c -o tcp.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN foreign.import.c -o foreign.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-18.import.c -o srfi-18.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN utils.import.c -o utils.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN csi.import.c -o csi.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN irregex.import.c -o irregex.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-api.import.c -o setup-api.import.o -I. -I./ cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -O2 -fno-strict-aliasing -fPIC -DPIC -DC_BUILDING_LIBCHICKEN setup-download.import.c -o setup-download.import.o -I. -I./ ar cru libchicken.a library-static.o eval-static.o data-structures-static.o ports-static.o files-static.o extras-static.o lolevel-static.o utils-static.o tcp-static.o srfi-1-static.o srfi-4-static.o srfi-13-static.o srfi-14-static.o srfi-18-static.o srfi-69-static.o posixunix-static.o irregex-static.o scheduler-static.o debugger-client-static.o profiler-static.o stub-static.o expand-static.o modules-static.o chicken-syntax-static.o chicken-ffi-syntax-static.o build-version-static.o runtime-static.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') cc -shared -Wl,-soname,libchicken.so.8 \ -o libchicken.so library.o eval.o data-structures.o ports.o files.o extras.o lolevel.o utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o srfi-14.o srfi-18.o srfi-69.o posixunix.o irregex.o scheduler.o debugger-client.o profiler.o stub.o expand.o modules.o chicken-syntax.o chicken-ffi-syntax.o build-version.o runtime.o -lm -lpthread ln -sf libchicken.so libchicken.so.8 cc -L. csi.o -o csi -lchicken -Wl,-R"." -lm -lpthread cc -L. chicken-profile.o -o chicken-profile -lchicken -Wl,-R"." -lm -lpthread cc -L. csc.o -o csc -lchicken -Wl,-R"." -lm -lpthread cc -L. chicken-uninstall.o -o chicken-uninstall -lchicken -Wl,-R"." -lm -lpthread cc -L. chicken-status.o -o chicken-status -lchicken -Wl,-R"." -lm -lpthread cc -L. chicken-bug.o -o chicken-bug -lchicken -Wl,-R"." -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. chicken.import.o -o chicken.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. lolevel.import.o -o lolevel.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. srfi-1.import.o -o srfi-1.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. srfi-4.import.o -o srfi-4.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. data-structures.import.o -o data-structures.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. ports.import.o -o ports.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. files.import.o -o files.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. posix.import.o -o posix.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. srfi-13.import.o -o srfi-13.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. srfi-69.import.o -o srfi-69.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. extras.import.o -o extras.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. srfi-14.import.o -o srfi-14.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. tcp.import.o -o tcp.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. foreign.import.o -o foreign.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. srfi-18.import.o -o srfi-18.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. utils.import.o -o utils.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. csi.import.o -o csi.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. irregex.import.o -o irregex.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. setup-download.import.o -o setup-download.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. setup-api.import.o -o setup-api.import.so \ -lchicken \ -lm -lpthread cc -L. chicken.o batch-driver.o compiler.o optimizer.o lfa2.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o -o chicken \ -lchicken -Wl,-R"." -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. setup-download.o -o setup-download.so \ -lchicken \ -lm -lpthread cc -L. chicken-install.o -o chicken-install -lchicken -Wl,-R"." -lm -lpthread cc -shared -Wl,-R"." -Wl,-L. setup-api.o -o setup-api.so \ -lchicken \ -lm -lpthread gmake[1]: Leaving directory '/construction/lang/chicken/chicken-4.13.0' SUCCEEDED 00:01:16 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for chicken-4.13.0,1 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/lang/chicken/chicken-4.13.0' install -d -m 755 "/construction/lang/chicken/stage/usr/local/lib" install -m 755 libchicken.so "/construction/lang/chicken/stage/usr/local/lib/libchicken.so.8" cd "/construction/lang/chicken/stage/usr/local/lib" && ln -sf libchicken.so.8 libchicken.so rm -f chicken rm -f csi rm -f chicken-profile rm -f csc rm -f chicken-bug rm -f chicken-status rm -f chicken-install rm -f chicken-uninstall rm -f chicken.so lolevel.so srfi-1.so srfi-4.so data-structures.so ports.so files.so posix.so srfi-13.so srfi-69.so extras.so srfi-14.so tcp.so foreign.so srfi-18.so utils.so csi.so irregex.so setup-api.so setup-download.so rm -f chicken.import.so lolevel.import.so srfi-1.import.so srfi-4.import.so data-structures.import.so ports.import.so files.import.so posix.import.so srfi-13.import.so srfi-69.import.so extras.import.so srfi-14.import.so tcp.import.so foreign.import.so srfi-18.import.so utils.import.so csi.import.so irregex.import.so setup-api.import.so setup-download.import.so rm -f libchicken.so "gmake" PLATFORM=bsd CONFIG= NEEDS_RELINKING=no RUNTIME_LINKER_PATH="/usr/local/lib" install-bin gmake[2]: Entering directory '/construction/lang/chicken/chicken-4.13.0' cc -shared -Wl,-soname,libchicken.so.8 \ -o libchicken.so library.o eval.o data-structures.o ports.o files.o extras.o lolevel.o utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o srfi-14.o srfi-18.o srfi-69.o posixunix.o irregex.o scheduler.o debugger-client.o profiler.o stub.o expand.o modules.o chicken-syntax.o chicken-ffi-syntax.o build-version.o runtime.o -lm -lpthread ln -sf libchicken.so libchicken.so.8 cc -L. chicken.o batch-driver.o compiler.o optimizer.o lfa2.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o -o chicken \ -lchicken -Wl,-R"/usr/local/lib" -lm -lpthread cc -L. csi.o -o csi -lchicken -Wl,-R"/usr/local/lib" -lm -lpthread cc -L. chicken-profile.o -o chicken-profile -lchicken -Wl,-R"/usr/local/lib" -lm -lpthread cc -L. csc.o -o csc -lchicken -Wl,-R"/usr/local/lib" -lm -lpthread cc -L. chicken-install.o -o chicken-install -lchicken -Wl,-R"/usr/local/lib" -lm -lpthread cc -L. chicken-uninstall.o -o chicken-uninstall -lchicken -Wl,-R"/usr/local/lib" -lm -lpthread cc -L. chicken-status.o -o chicken-status -lchicken -Wl,-R"/usr/local/lib" -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. setup-download.o -o setup-download.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. setup-api.o -o setup-api.so \ -lchicken \ -lm -lpthread cc -L. chicken-bug.o -o chicken-bug -lchicken -Wl,-R"/usr/local/lib" -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. chicken.import.o -o chicken.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. lolevel.import.o -o lolevel.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. srfi-1.import.o -o srfi-1.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. srfi-4.import.o -o srfi-4.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. data-structures.import.o -o data-structures.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. ports.import.o -o ports.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. files.import.o -o files.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. posix.import.o -o posix.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. srfi-13.import.o -o srfi-13.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. srfi-69.import.o -o srfi-69.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. extras.import.o -o extras.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. srfi-14.import.o -o srfi-14.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. tcp.import.o -o tcp.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. foreign.import.o -o foreign.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. srfi-18.import.o -o srfi-18.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. utils.import.o -o utils.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. csi.import.o -o csi.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. irregex.import.o -o irregex.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. setup-api.import.o -o setup-api.import.so \ -lchicken \ -lm -lpthread cc -shared -Wl,-R"/usr/local/lib" -Wl,-L. setup-download.import.o -o setup-download.import.so \ -lchicken \ -lm -lpthread install -d -m 755 "/construction/lang/chicken/stage/usr/local/lib" install -m 755 libchicken.so "/construction/lang/chicken/stage/usr/local/lib/libchicken.so.8" cd "/construction/lang/chicken/stage/usr/local/lib" && ln -sf libchicken.so.8 libchicken.so install -d -m 755 "/construction/lang/chicken/stage/usr/local/lib" install -d -m 755 "/construction/lang/chicken/stage/usr/local/share" install -d -m 755 "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -d -m 755 "/construction/lang/chicken/stage/usr/local/include/chicken" install -d -m 755 "/construction/lang/chicken/stage/usr/local/share/chicken" install -m 644 libchicken.a "/construction/lang/chicken/stage/usr/local/lib" install -m 644 ./chicken.h "/construction/lang/chicken/stage/usr/local/include/chicken" install -m 644 chicken-config.h "/construction/lang/chicken/stage/usr/local/include/chicken" install -m 644 ./types.db "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -d -m 755 "/construction/lang/chicken/stage/usr/local/bin" install -m 755 chicken "/construction/lang/chicken/stage/usr/local/bin" install -m 755 csi "/construction/lang/chicken/stage/usr/local/bin" install -m 755 chicken-profile "/construction/lang/chicken/stage/usr/local/bin" install -m 755 csc "/construction/lang/chicken/stage/usr/local/bin" install -m 755 chicken-bug "/construction/lang/chicken/stage/usr/local/bin" install -m 755 chicken-status "/construction/lang/chicken/stage/usr/local/bin" install -m 755 chicken-install "/construction/lang/chicken/stage/usr/local/bin" install -m 755 chicken-uninstall "/construction/lang/chicken/stage/usr/local/bin" install -m 755 chicken.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 lolevel.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 srfi-1.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 srfi-4.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 data-structures.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 ports.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 files.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 posix.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 srfi-13.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 srfi-69.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 extras.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 srfi-14.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 tcp.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 foreign.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 srfi-18.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 utils.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 csi.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 irregex.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 setup-api.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 setup-download.import.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 setup-api.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -m 755 setup-download.so "/construction/lang/chicken/stage/usr/local/lib/chicken/8" Warning: cannot run `chicken-install -update-db' when cross-compiling or DESTDIR is set gmake[2]: Leaving directory '/construction/lang/chicken/chicken-4.13.0' install -d -m 755 "/construction/lang/chicken/stage/usr/local/lib" install -d -m 755 "/construction/lang/chicken/stage/usr/local/share" install -d -m 755 "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -d -m 755 "/construction/lang/chicken/stage/usr/local/include/chicken" install -d -m 755 "/construction/lang/chicken/stage/usr/local/share/chicken" install -m 644 libchicken.a "/construction/lang/chicken/stage/usr/local/lib" install -m 644 ./chicken.h "/construction/lang/chicken/stage/usr/local/include/chicken" install -m 644 chicken-config.h "/construction/lang/chicken/stage/usr/local/include/chicken" install -m 644 ./types.db "/construction/lang/chicken/stage/usr/local/lib/chicken/8" install -d -m 755 "/construction/lang/chicken/stage/usr/local/man/man1" install -d -m 755 "/construction/lang/chicken/stage/usr/local/share/doc/chicken" install -d -m 755 "/construction/lang/chicken/stage/usr/local/share/chicken" install -m 644 ./chicken.1 "/construction/lang/chicken/stage/usr/local/man/man1" install -m 644 ./csc.1 "/construction/lang/chicken/stage/usr/local/man/man1" install -m 644 ./csi.1 "/construction/lang/chicken/stage/usr/local/man/man1" install -m 644 ./chicken-install.1 "/construction/lang/chicken/stage/usr/local/man/man1" install -m 644 ./chicken-uninstall.1 "/construction/lang/chicken/stage/usr/local/man/man1" install -m 644 ./chicken-status.1 "/construction/lang/chicken/stage/usr/local/man/man1" install -m 644 ./chicken-profile.1 "/construction/lang/chicken/stage/usr/local/man/man1" install -m 644 ./chicken-bug.1 "/construction/lang/chicken/stage/usr/local/man/man1" install -d -m 755 "/construction/lang/chicken/stage/usr/local/share/doc/chicken/manual" install -m 644 ./manual-html/* "/construction/lang/chicken/stage/usr/local/share/doc/chicken/manual" install -m 644 ./README "/construction/lang/chicken/stage/usr/local/share/doc/chicken" install -m 644 ./LICENSE "/construction/lang/chicken/stage/usr/local/share/doc/chicken" install -m 644 ./setup.defaults "/construction/lang/chicken/stage/usr/local/share/chicken" gmake[1]: Leaving directory '/construction/lang/chicken/chicken-4.13.0' /usr/bin/strip /construction/lang/chicken/stage/usr/local/bin/c* /construction/lang/chicken/stage/usr/local/lib/chicken/?/*.so /construction/lang/chicken/stage/usr/local/lib/libchicken.so install -m 0644 /construction/lang/chicken/chicken-4.13.0/NEWS /construction/lang/chicken/stage/usr/local/share/doc/chicken ====> 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:03 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for chicken-4.13.0,1 file sizes/checksums [103]: 0% file sizes/checksums [103]: 97% file sizes/checksums [103]: 100% packing files [103]: 0% packing files [103]: 97% packing files [103]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:02:03