==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_8e7edb32-81d5-4db1-a018-742679dd562b]...done ==> Making package: gauche 0.9.13-1.1 (Sun Oct 29 16:41:50 2023) ==> Retrieving sources... -> Cloning gauche git repo... Cloning into bare repository '/home/alhp/workspace/build/x86-64-v3/gauche-0.9.13-1/gauche'... ==> Validating source files with b2sums... gauche ... Skipped ==> Making package: gauche 0.9.13-1.1 (Sun Oct 29 16:41:59 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (2) New Version Net Change Download Size extra/libatomic_ops 7.8.0-1 0.67 MiB extra/slib 3b7-1 1.90 MiB 0.55 MiB Total Download Size: 0.55 MiB Total Installed Size: 2.57 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... slib-3b7-1-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing libatomic_ops... installing slib... :: Running post-transaction hooks... (1/1) Updating the info directory file... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (5) New Version Net Change Download Size extra/perl-error 0.17029-5 0.04 MiB extra/perl-mailtools 2.21-7 0.10 MiB extra/perl-timedate 2.33-5 0.08 MiB extra/gauche 0.9.13-1 129.54 MiB 21.08 MiB extra/git 2.42.0-1 26.31 MiB Total Download Size: 21.08 MiB Total Installed Size: 156.08 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... gauche-0.9.13-1-x86_64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing gauche... installing perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui openssh: ssh transport and crypto perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-io-socket-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] :: Running post-transaction hooks... (1/2) Warn about old perl modules (2/2) Updating the info directory file... [?25h==> Retrieving sources... ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of gauche git repo... Cloning into 'gauche'... done. Switched to a new branch 'makepkg' ==> Starting build()... libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltversion.m4' configure.ac:22: installing './config.guess' configure.ac:22: installing './config.sub' Ready to run './configure'. checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for windres... no ./configure: line 3217: LT_INIT: command not found checking multibyte encoding... utf8 checking thread type... pthreads checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for stdatomic.h... yes checking for gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking for an ANSI C-conforming const... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ar... ar checking for makeinfo... makeinfo checking for gzip... gzip checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for gosh... /usr/bin/gosh checking for time.h... yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking for glob.h... yes checking for dlfcn.h... yes checking for getopt.h... yes checking for sched.h... yes checking for unistd.h... (cached) yes checking for rpc/types.h... no checking for malloc.h... yes checking for syslog.h... yes checking for crypt.h... yes checking for pty.h... yes checking for util.h... no checking for bsd/libutil.h... no checking for libutil.h... no checking for sys/loadavg.h... no checking for sys/resource.h... yes checking for sys/statvfs.h... yes checking for sys/mman.h... yes checking for stdalign.h... yes checking for fpu_control.h... yes checking for sys/inotify.h... yes checking for sys/event.h... no checking for sunmath.h... no checking for crt_externs.h... no checking for libproc.h... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for inline... inline checking whether byte ordering is bigendian... no checking whether struct tm is in sys/time.h or time.h... time.h checking size of long... 8 checking size of int... 4 checking size of intptr_t... 8 checking size of uintptr_t... 8 checking size of size_t... 8 checking size of ssize_t... 8 checking size of ptrdiff_t... 8 checking size of off_t... 8 checking size of double... 8 checking size of float... 4 checking for long long... yes checking for long double... yes checking for struct timespec... yes checking for pthread_spinlock_t... yes checking size of rlim_t... 8 checking for struct stat.st_atim... yes checking for struct stat.st_mtim... yes checking for struct stat.st_ctim... yes checking for struct group.gr_passwd... yes checking for struct passwd.pw_passwd... yes checking for struct passwd.pw_gecos... yes checking for struct passwd.pw_class... no checking time_t is integral... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no checking for sin in -lm... yes checking for isinf in -lsunmath... no checking for clock_gettime in -lrt... yes checking for proc_pidpath in -lproc... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for isnan... yes checking for isinf... yes checking for trunc... yes checking for rint... yes checking for tgamma... yes checking for lgamma... yes checking for symlink... yes checking for readlink... yes checking for lchown... yes checking for realpath... yes checking for nanosleep... yes checking for usleep... yes checking for utimensat... yes checking for random... yes checking for srandom... yes checking for lrand48... yes checking for srand48... yes checking for putenv... yes checking for setenv... yes checking for unsetenv... yes checking for clearenv... yes checking for getpgid... yes checking for setgroups... yes checking for gethostname... yes checking for sethostname... yes checking for getdomainname... yes checking for setdomainname... yes checking for gettimeofday... yes checking for getloadavg... yes checking for clock_gettime... yes checking for clock_getres... yes checking for syslog... yes checking for setlogmask... yes checking for sigwait... yes checking for fpsetprec... no checking for issetugid... no checking for strsignal... yes checking for mkdtemp... yes checking for mkstemp... yes checking for select... yes checking for library containing openpty... none required checking for library containing forkpty... none required checking for fcntl... yes checking for library containing crypt... -lcrypt checking for library containing dlopen... none required checking for library containing sched_yield... none required checking for pthread_cancel... yes checking how to make dynamic loadable module... ok checking linker takes --rpath flag... yes checking linker takes --soname flag... yes checking for IPv6... yes checking for struct sockaddr_storage... yes checking for net/if.h... yes checking for struct ifreq... yes checking for struct ifreq.ifr_ifindex... yes checking for struct ifreq.ifr_index... no checking for struct ifreq.ifr_netmask... yes checking for struct sockaddr_un.sun_len... no checking for struct sockaddr_in.sin_len... no checking for struct sockaddr_in6.sin6_len... no checking for library containing shutdown... none required checking for library containing gethostbyname_r... none required checking for gethostbyname_r... yes checking number of arguments for gethostbyname_r... checking for gethostbyaddr_r... yes checking number of arguments for gethostbyaddr_r... checking for getprotobyname_r... yes checking number of arguments for getprotobyname_r... checking for getprotobynumber_r... yes checking number of arguments for getprotobynumber_r... checking for getservbyname_r... yes checking for getservbyname_r... (cached) yes checking number of arguments for getservbyname_r... checking for getservbyport_r... yes checking number of arguments for getservbyport_r... checking for socklen_t... yes checking for iconv.h... yes checking for gdbm.h... yes checking for gdbm_open in -lgdbm... yes checking for ndbm.h... yes checking for dbm_open... no checking for dbm_open in -lndbm... no checking for dbm_open in -ldbm... no checking for dbm_open in -lgdbm... no checking for dbm_open in -lgdbm_compat... yes checking for dbm.h... yes checking for dbminit in -ldbm... no checking for dbminit in -lgdbm... no checking for dbminit in -lgdbm_compat... yes checking for zlib.h... yes checking for mbedtls/version.h... no checking for library containing mbedtls_ctr_drbg_init... no checking for library containing mbedtls_x509_crt_init... no checking for library containing mbedtls_ssl_init... no configure: Can't find mbedtls headers and/or libraries. checking for openssl... openssl configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/genconfig config.status: creating src/makeverslink config.status: creating lib/Makefile config.status: creating doc/gosh.1 config.status: creating doc/gauche-config.1 config.status: creating doc/gauche-cesconv.1 config.status: creating doc/gauche-install.1 config.status: creating doc/gauche-package.1 config.status: creating doc/Makefile config.status: creating ext/Makefile config.status: creating ext/Makefile.ext config.status: creating ext/bcrypt/Makefile config.status: creating ext/binary/Makefile config.status: creating ext/charconv/Makefile config.status: creating ext/charconv/iconv-adapter.h config.status: creating ext/data/Makefile config.status: creating ext/dbm/Makefile config.status: creating ext/digest/Makefile config.status: creating ext/fcntl/Makefile config.status: creating ext/file/Makefile config.status: creating ext/gauche/Makefile config.status: creating ext/mt-random/Makefile config.status: creating ext/native/Makefile config.status: creating ext/peg/Makefile config.status: creating ext/scheme/Makefile config.status: creating ext/sparse/Makefile config.status: creating ext/srfi/Makefile config.status: creating ext/sxml/Makefile config.status: creating ext/syslog/Makefile config.status: creating ext/tls/Makefile config.status: creating ext/termios/Makefile config.status: creating ext/text/Makefile config.status: creating ext/util/Makefile config.status: creating ext/uvector/Makefile config.status: creating ext/vport/Makefile config.status: creating ext/rfc/Makefile config.status: creating ext/zlib/Makefile config.status: creating ext/windows/Makefile config.status: creating examples/Makefile config.status: creating examples/standalone/Makefile config.status: creating gc/configure.gnu-gauche config.status: creating Gauche.spec config.status: creating tools/Makefile config.status: creating tools/scoop/Makefile config.status: creating tools/tls/Makefile config.status: creating src/gauche/config.h config.status: creating ext/dbm/dbmconf.h config.status: executing VERSION commands config.status: executing src/features commands === configuring in gc (/startdir/src/gauche/gc) configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr' '--with-slib=/usr/share/slib' '--with-tls' 'CFLAGS=-march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now,-z,pack-relative-relocs -flto=auto -falign-functions=32' '--enable-multibyte=utf-8' --cache-file=/dev/null --srcdir=. checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking GC version numbers... major=8 minor=2 micro=4 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... gcc3 checking dependency style of gcc... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for emscripten... no checking for inline... inline configure: WARNING: "Explicit GC_INIT() calls may be required." checking for pthread_self in -lpthread... yes checking for clock_gettime without additional libraries... yes checking whether compiler supports -Wextra... yes checking whether compiler supports -Wpedantic... yes checking for xlc... no checking whether compiler supports -fno-strict-aliasing... yes checking for getcontext... yes checking for dl_iterate_phdr... yes checking for dlopen in -ldl... yes checking for execinfo.h... yes checking whether to build shared libraries... yes checking whether compiler supports -fvisibility... yes checking which machine-dependent code should be used... checking whether AIX gcc optimization fix is necessary... no checking whether -Wno-frame-address works... yes checking for dladdr... yes checking for sigsetjmp... yes checking for pthread_setname_np... yes (with tid) checking for sys/dg_sys_info.h... no checking for compiler intrinsics support... yes checking which libatomic_ops to use... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating bdw-gc.pc config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands This Gauche has been configured with the following parameters: version: 0.9.13 multibyte: utf8 documentation: Yes slib: /usr/share/slib thread: pthreads tls/ssl: CA store: check optional modules: odbm ndbm gdbm zlib !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! No TLS support is configured. !!! !!! You won't be able to do TLS communication, such as connecting to !!! !!! websites with https. If this is not intended, check --with-tls !!! !!! configure option (type ./configure --help for the details). !!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! "/usr/bin/gosh" "./tools/check-build-version" 0.9.12 && touch pre-package.stamp if [ . != "." ]; then ./wirebuildlibs "." "ln -s"; fi for d in gc src lib ext doc examples tools; do (cd $d; make all) || exit 1; done make[1]: Entering directory '/startdir/src/gauche/gc' make[2]: Entering directory '/startdir/src/gauche/gc' depbase=`echo pthread_start.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT pthread_start.lo -MD -MP -MF $depbase.Tpo -c -o pthread_start.lo pthread_start.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo extra/gc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT extra/gc.lo -MD -MP -MF $depbase.Tpo -c -o extra/gc.lo extra/gc.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c -o cord/libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo './'`cord/cordbscs.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c -o cord/libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo './'`cord/cordprnt.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c -o cord/libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo './'`cord/cordxtra.c libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c pthread_start.c -fPIC -DPIC -o .libs/pthread_start.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c cord/cordxtra.c -fPIC -DPIC -o cord/.libs/libcord_la-cordxtra.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c cord/cordprnt.c -fPIC -DPIC -o cord/.libs/libcord_la-cordprnt.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c cord/cordbscs.c -fPIC -DPIC -o cord/.libs/libcord_la-cordbscs.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -DDONT_ADD_BYTE_AT_END -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -MT extra/gc.lo -MD -MP -MF extra/.deps/gc.Tpo -c extra/gc.c -fPIC -DPIC -o extra/.libs/gc.o mv -f cord/.deps/libcord_la-cordprnt.Tpo cord/.deps/libcord_la-cordprnt.Plo mv -f cord/.deps/libcord_la-cordxtra.Tpo cord/.deps/libcord_la-cordxtra.Plo mv -f cord/.deps/libcord_la-cordbscs.Tpo cord/.deps/libcord_la-cordbscs.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -version-info 6:2:5 -no-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now,-z,pack-relative-relocs -flto=auto -falign-functions=32 -o libgc.la -rpath /usr/lib extra/gc.lo pthread_start.lo -lpthread -ldl libtool: link: gcc -shared -fPIC -DPIC extra/.libs/gc.o .libs/pthread_start.o -lpthread -ldl -march=x86-64-v3 -O3 -Werror=format-security -mpclmul -g -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,pack-relative-relocs -flto=auto -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.5.2 libtool: link: (cd ".libs" && rm -f "libgc.so.1" && ln -s "libgc.so.1.5.2" "libgc.so.1") libtool: link: (cd ".libs" && rm -f "libgc.so" && ln -s "libgc.so.1.5.2" "libgc.so") libtool: link: ( cd ".libs" && rm -f "libgc.la" && ln -s "../libgc.la" "libgc.la" ) /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/gauche -flto=auto -falign-functions=32 -ffat-lto-objects -w -fno-strict-aliasing -Wno-frame-address -version-info 6:0:5 -no-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now,-z,pack-relative-relocs -flto=auto -falign-functions=32 -o libcord.la -rpath /usr/lib cord/libcord_la-cordbscs.lo cord/libcord_la-cordprnt.lo cord/libcord_la-cordxtra.lo libgc.la libtool: link: gcc -shared -fPIC -DPIC cord/.libs/libcord_la-cordbscs.o cord/.libs/libcord_la-cordprnt.o cord/.libs/libcord_la-cordxtra.o -Wl,-rpath -Wl,/startdir/src/gauche/gc/.libs ./.libs/libgc.so -lpthread -ldl -march=x86-64-v3 -O3 -Werror=format-security -mpclmul -g -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,pack-relative-relocs -flto=auto -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.5.0 libtool: link: (cd ".libs" && rm -f "libcord.so.1" && ln -s "libcord.so.1.5.0" "libcord.so.1") libtool: link: (cd ".libs" && rm -f "libcord.so" && ln -s "libcord.so.1.5.0" "libcord.so") libtool: link: ( cd ".libs" && rm -f "libcord.la" && ln -s "../libcord.la" "libcord.la" ) make[2]: Leaving directory '/startdir/src/gauche/gc' make[1]: Leaving directory '/startdir/src/gauche/gc' make[1]: Entering directory '/startdir/src/gauche/src' rm -f gauche/config_threads.h GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" "/usr/bin/gosh" -v0.9.12 -l./preload -I../src -I../lib -I../lib -I. `cat ./features.flags` geninsn --vminsn ./vminsn.scm \ --opcode-map ./vm-opcode-map.scm echo "/* Generated automatically from gc config header; do not edit. */" > gauche/config_threads.h GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" "/usr/bin/gosh" -v0.9.12 -l./preload -I../src -I../lib -I../lib -I. `cat ./features.flags` builtin-syms.scm GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" "/usr/bin/gosh" -v0.9.12 -l./preload -I../src -I../lib -I../lib -I. `cat ./features.flags` geninsn --vminsn ./vminsn.scm \ --opcode-map ./vm-opcode-map.scm /bin/sh ./genconfig GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" "/usr/bin/gosh" -v0.9.12 -l./preload -I../src -I../lib -I../lib -I. `cat ./features.flags` ./gen-unicode.scm --compile ./unicode-data.scm grep '^#define GC_[0-9A-Z_]*THREADS' ../gc/include/config.h >> gauche/config_threads.h || : GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" "/usr/bin/gosh" -v0.9.12 -l./preload -I../src -I../lib -I../lib -I. `cat ./features.flags` builtin-syms.scm GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" "/usr/bin/gosh" -v0.9.12 -l./preload -I../src -I../lib -I../lib -I. `cat ./features.flags` autoloads.scm GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" "/usr/bin/gosh" -v0.9.12 -l./preload -I../src -I../lib -I../lib -I. `cat ./features.flags` geninsn --vminsn ./vminsn.scm \ --opcode-map ./vm-opcode-map.scm GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" "/usr/bin/gosh" -v0.9.12 -l./preload -I../src -I../lib -I../lib -I. `cat ./features.flags` ./gen-native.scm . GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" "/usr/bin/gosh" -v0.9.12 -l./preload -I../src -I../lib -I../lib -I. `cat ./features.flags` ./srfis.scm .. No installed Gauche with version 0.9.12 under /usr/lib/. No installed Gauche with version 0.9.12 under No installed Gauch/usr/lib/e with ve. rsion 0.9.12 under /usr/lib/. make[1]: *** [Makefile:301: vminsn.c] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:298: gauche/priv/builtin-syms.h] Error 1 make[1]: *** [Makefile:301: gauche/vminsn.h] Error 1 No installed Gauche with version 0.9.12 under /usr/lib/. make[1]: *** [Makefile:389: char_attr.c] Error 1 No installed Gauche with version 0.9.12 under /usr/lib/. make[1]: *** [Makefile:298: builtin-syms.c] Error 1 No installed Gauche with version 0.9.12 under /usr/lib/. NNo oi nisntsatlallelde dG aGuacuchhee wwiitthh vveresrisoino n 0.9.120.9.12 uunnddeerr /usr/lib//usr/lib/. . make[1]: *** [Makefile:301: ../lib/gauche/vm/insn.scm] Error 1 make[1]: *** [Makefile:323: native-supp.scm] Error 1 make[1]: *** [Makefile:295: autoloads.c] Error 1 No installed Gauche with version 0.9.12 under /usr/lib/. make[1]: *** [Makefile:317: ../lib/srfi-0.scm] Error 1 make[1]: Leaving directory '/startdir/src/gauche/src' make: *** [Makefile:47: all] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_8e7edb32-81d5-4db1-a018-742679dd562b/build