* Package: dev-scheme/chicken-4.8.0.3-r1 * Repository: gentoo * Maintainer: ewfalor@gmail.com maksbotan@gentoo.org,scheme@gentoo.org,proxy-maint@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking chicken-4.8.0.3.tar.gz to /var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work >>> Unpacking chicken-4.8.0.3-cve-updates.tar.bz2 to /var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work >>> Source unpacked in /var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work >>> Preparing source in /var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work/chicken-4.8.0.3 ... * Applying chicken-4.8.0.3-CVE-2013-2024.patch ... [ ok ] * Applying chicken-4.8.0.3-CVE-2013-2075_1.patch ... [ ok ] * Applying chicken-4.8.0.3-CVE-2013-2075_2.patch ... [ ok ] * Applying chicken-4.8.0.3-CVE-2013-1874.patch ... [ ok ] ‘../chicken-4.8.0.3-cve-updates/chicken-install.c’ -> ‘./chicken-install.c’ ‘../chicken-4.8.0.3-cve-updates/csi.c’ -> ‘./csi.c’ ‘../chicken-4.8.0.3-cve-updates/posixunix.c’ -> ‘./posixunix.c’ ‘../chicken-4.8.0.3-cve-updates/setup-api.c’ -> ‘./setup-api.c’ ‘../chicken-4.8.0.3-cve-updates/setup-download.c’ -> ‘./setup-download.c’ ‘../chicken-4.8.0.3-cve-updates/tcp.c’ -> ‘./tcp.c’ ‘../chicken-4.8.0.3-cve-updates/utils.c’ -> ‘./utils.c’ >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work/chicken-4.8.0.3 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work/chicken-4.8.0.3 ... make -j1 -j1 PLATFORM=linux PREFIX=/usr 'C_COMPILER_OPTIMIZATION_OPTIONS=-O2 -pipe' 'LINKER_OPTIONS=-Wl,-O1 -Wl,--as-needed' HOSTSYSTEM=x86_64-pc-linux-gnu make -f ./Makefile.linux CONFIG= all make[1]: Entering directory '/var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work/chicken-4.8.0.3' x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c apply-hack.x86-64.S -o apply-hack.x86-64.o echo "#define C_CHICKEN_PROGRAM \"chicken\"" >>chicken-defaults.h echo "#ifndef C_INSTALL_CC" >>chicken-defaults.h echo "# define C_INSTALL_CC \"x86_64-pc-linux-gnu-gcc\"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_INSTALL_CXX" >>chicken-defaults.h echo "# define C_INSTALL_CXX \"x86_64-pc-linux-gnu-g++\"" >>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 -O2 -pipe\"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_INSTALL_LDFLAGS" >>chicken-defaults.h echo "# define C_INSTALL_LDFLAGS \"-Wl,-O1 -Wl,--as-needed \"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_INSTALL_PREFIX" >>chicken-defaults.h echo "# define C_INSTALL_PREFIX \"/usr\"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_INSTALL_SHARE_HOME" >>chicken-defaults.h echo "# define C_INSTALL_SHARE_HOME \"/usr/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/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/lib64/chicken/6\"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_INSTALL_LIB_HOME" >>chicken-defaults.h echo "# define C_INSTALL_LIB_HOME \"/usr/lib64\"" >>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/lib64\"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_INSTALL_INCLUDE_HOME" >>chicken-defaults.h echo "# define C_INSTALL_INCLUDE_HOME \"/usr/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 -ldl\"" >>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 -ldl\"" >>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 -ldl\"" >>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 -ldl\"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_TARGET_CC" >>chicken-defaults.h echo "# define C_TARGET_CC \"x86_64-pc-linux-gnu-gcc\"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_TARGET_CXX" >>chicken-defaults.h echo "# define C_TARGET_CXX \"x86_64-pc-linux-gnu-g++\"" >>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 -O2 -pipe\"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_TARGET_LDFLAGS" >>chicken-defaults.h echo "# define C_TARGET_LDFLAGS \"-Wl,-O1 -Wl,--as-needed \"" >>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\"" >>chicken-defaults.h echo "#endif" >>chicken-defaults.h echo "#ifndef C_TARGET_BIN_HOME" >>chicken-defaults.h echo "# define C_TARGET_BIN_HOME \"/usr/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/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/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/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/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/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 6" >>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_POSIX_POLL 1" >>chicken-config.h echo "#define HAVE_SIGACTION 1" >>chicken-config.h echo "#define HAVE_SIGSETJMP 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_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_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_ALLOCA_H 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_GCVT 1" >>chicken-config.h echo "#define HAVE_SYSEXITS_H 1" >>chicken-config.h echo "#define HAVE_MEMMOVE 1" >>chicken-config.h echo "#define C_STACK_GROWS_DOWNWARD 1" >>chicken-config.h echo "#define C_HACKED_APPLY" >>chicken-config.h cat chicken-defaults.h >>chicken-config.h x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from library.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from eval.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from data-structures.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN ports.c -o ports-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from ports.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN files.c -o files-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from files.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN extras.c -o extras-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from extras.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from lolevel.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN utils.c -o utils-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from utils.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from tcp.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-1.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-4.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-13.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-14.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-18.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-69.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from posixunix.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from irregex.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from scheduler.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from profiler.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from stub.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN expand.c -o expand-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from expand.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN modules.c -o modules-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from modules.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from chicken-syntax.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from chicken-ffi-syntax.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN build-version.c -o build-version-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from build-version.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from runtime.c:29: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-ar cru libchicken.a apply-hack.x86-64.o 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 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 x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN library.c -o library.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from library.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN eval.c -o eval.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from eval.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from data-structures.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN ports.c -o ports.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from ports.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN files.c -o files.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from files.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN extras.c -o extras.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from extras.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from lolevel.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN utils.c -o utils.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from utils.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from tcp.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-1.c -o srfi-1.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-1.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-4.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-13.c -o srfi-13.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-13.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-14.c -o srfi-14.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-14.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-18.c -o srfi-18.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-18.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-69.c -o srfi-69.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from srfi-69.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from posixunix.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN irregex.c -o irregex.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from irregex.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from scheduler.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN profiler.c -o profiler.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from profiler.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN stub.c -o stub.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from stub.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN expand.c -o expand.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from expand.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN modules.c -o modules.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from modules.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from chicken-syntax.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from chicken-ffi-syntax.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN build-version.c -o build-version.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from build-version.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC -DC_BUILDING_LIBCHICKEN runtime.c -o runtime.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from runtime.c:29: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,libchicken.so \ -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 profiler.o stub.o expand.o modules.o chicken-syntax.o chicken-ffi-syntax.o build-version.o runtime.o apply-hack.x86-64.o -lm -ldl ln -sf libchicken.so libchicken.so.6 x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC chicken.c -o chicken.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from chicken.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC batch-driver.c -o batch-driver.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from batch-driver.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC compiler.c -o compiler.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from compiler.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC optimizer.c -o optimizer.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from optimizer.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC compiler-syntax.c -o compiler-syntax.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from compiler-syntax.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC scrutinizer.c -o scrutinizer.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from scrutinizer.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC support.c -o support.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from support.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC c-platform.c -o c-platform.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from c-platform.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -O2 -pipe -fPIC -DPIC c-backend.c -o c-backend.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from c-backend.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -L. chicken.o batch-driver.o compiler.o optimizer.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o -o chicken \ -lchicken -Wl,-R"." -lm -ldl x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -O2 -pipe csi.c -o csi.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from csi.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -L. csi.o -o csi -lchicken -Wl,-R"." -lm -ldl x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -O2 -pipe chicken-profile.c -o chicken-profile.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from chicken-profile.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -L. chicken-profile.o -o chicken-profile -lchicken -Wl,-R"." -lm -ldl x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -O2 -pipe csc.c -o csc.o -I. -I./ In file included from /usr/include/stdio.h:27:0, from chicken.h:97, from csc.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -L. csc.o -o csc -lchicken -Wl,-R"." -lm -ldl chicken chicken-install.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -types ./types.db -no-lambda-info -local -no-trace -output-file chicken-install.c make[1]: chicken: Command not found rules.make:582: recipe for target 'chicken-install.c' failed make[1]: *** [chicken-install.c] Error 127 make[1]: Leaving directory '/var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work/chicken-4.8.0.3' GNUmakefile:54: recipe for target 'all' failed make: *** [all] Error 2 emake failed * ERROR: dev-scheme/chicken-4.8.0.3-r1::gentoo failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 1986: Called die * The specific snippet of code: * emake -j1 ${OPTIONS} C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}" LINKER_OPTIONS="${LDFLAGS}" HOSTSYSTEM="${CBUILD}" || die "emake failed"; * * If you need support, post the output of `emerge --info '=dev-scheme/chicken-4.8.0.3-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-scheme/chicken-4.8.0.3-r1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-scheme:chicken-4.8.0.3-r1:20141119-001929.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work/chicken-4.8.0.3' * S: '/var/tmp/portage/dev-scheme/chicken-4.8.0.3-r1/work/chicken-4.8.0.3'