* Package: dev-scheme/scheme48-1.9.2-r1 * Repository: gentoo * Maintainer: scheme@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking scheme48-1.9.2.tgz to /var/tmp/portage/dev-scheme/scheme48-1.9.2-r1/work >>> Source unpacked in /var/tmp/portage/dev-scheme/scheme48-1.9.2-r1/work >>> Preparing source in /var/tmp/portage/dev-scheme/scheme48-1.9.2-r1/work/scheme48-1.9.2 ... * Applying CVE-2014-4150.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-scheme/scheme48-1.9.2-r1/work/scheme48-1.9.2 ... * econf: updating scheme48-1.9.2/config.guess with /usr/share/gnuconfig/config.guess * econf: updating scheme48-1.9.2/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --docdir=/usr/share/doc/scheme48-1.9.2 configure: loading site script /usr/share/config.site checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether we must build a 32bit binary... no checking bits per byte... 8 checking size of void *... 8 checking for BIT_SUFFIX... 64 checking whether we are building a Universal Binary... no checking how to compile position independent code... -fPIC checking -rdynamic... yes checking LDFLAGS_VM... checking for library containing strerror... none required 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 keyword... yes checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c checking for main in -lm... yes checking for main in -ldl... yes checking for main in -lmld... no checking for main in -lnsl... yes checking for main in -lgen... no checking for main in -lsocket... no checking for getpwnam in -lsun... no checking for RISC/OS POSIX library lossage checking for struct tm.tm_gmtoff... yes checking for an ANSI C-conforming const... yes checking for socklen_t... yes checking return type of signal handlers... void checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for uintptr_t... yes checking for uint16_t... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking posix/time.h usability... no checking posix/time.h presence... no checking for posix/time.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for gettimeofday... yes checking for ftime... yes checking for select... yes checking for setitimer... yes checking for sigaction... yes checking for execvpe... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking for poll... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for dlopen... yes checking for socket... yes checking for chroot... yes checking for strerror... yes checking environ... using environ checking IEEE floating-point endianness... least first checking native-code compiler support... no checking for ld... ld checking compile and link flags for dynamic externals... -fPIC, -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking Pthreads support... -pthread (compile) -pthread (link) checking -munaligned-doubles... no configure: creating ./config.status config.status: creating Makefile config.status: creating c/sysdep.h config.status: creating c/scheme48arch.h >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-scheme/scheme48-1.9.2-r1/work/scheme48-1.9.2 ... make -j1 x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/main.o \ -DDEFAULT_IMAGE_NAME=\"/usr/lib64/scheme48-1.`cat ./build/minor-version-number`/scheme48.image\" \ -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" ./c/main.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/scheme48vm-64.o c/scheme48vm-64.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/extension.o c/extension.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/free.o c/free.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/double_to_string.o c/double_to_string.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bignum.o c/bignum.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/ffi.o c/ffi.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/external.o c/external.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/external-lib.o c/external-lib.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/external-init.o c/external-init.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/init.o c/init.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/scheme48-bibop-heap-64.o c/scheme48-bibop-heap-64.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bibop/page_alloc.o c/bibop/page_alloc.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bibop/memory_map.o c/bibop/memory_map.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bibop/areas.o c/bibop/areas.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bibop/generation_gc.o c/bibop/generation_gc.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bibop/find_all.o c/bibop/find_all.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bibop/check_heap.o c/bibop/check_heap.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bibop/utils.o c/bibop/utils.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bibop/area_roots.o c/bibop/area_roots.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/bibop/remset.o c/bibop/remset.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/unix/misc.o c/unix/misc.c In file included from /usr/include/string.h:495, from c/unix/misc.c:9: In function ‘strncpy’, inlined from ‘s48_expand_file_name’ at c/unix/misc.c:85:5: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c/unix/misc.c: In function ‘s48_expand_file_name’: c/unix/misc.c:81:15: note: length computed here 81 | dir_len = strlen(dir); | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/unix/io.o c/unix/io.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/unix/fd-io.o c/unix/fd-io.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/unix/event.o c/unix/event.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/unix/time.o c/unix/time.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/net/socket.o c/net/socket.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/net/address.o c/net/address.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/net/net.o c/net/net.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/unix/socket.o c/unix/socket.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/unix/dynlink.o c/unix/dynlink.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/unix/sysexits.o c/unix/sysexits.c x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -D__COMPILING_SCHEME48_ITSELF__ -DS48_HOST_ARCHITECTURE=\"x86_64-pc-linux-gnu\" -I ./c -I./c -I./c/net -I./c/bibop -O2 -pipe -march=native -fno-strict-aliasing -pthread -o c/fake/glue.o c/fake/glue.c rm -f c/libscheme48.a; \ ar cq c/libscheme48.a c/scheme48vm-64.o c/extension.o c/free.o c/double_to_string.o c/bignum.o c/ffi.o c/external.o c/external-lib.o c/external-init.o c/init.o c/scheme48-bibop-heap-64.o c/bibop/page_alloc.o c/bibop/memory_map.o c/bibop/areas.o c/bibop/generation_gc.o c/bibop/find_all.o c/bibop/check_heap.o c/bibop/utils.o c/bibop/area_roots.o c/bibop/remset.o c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o c/unix/time.o c/net/socket.o c/net/address.o c/net/net.o c/unix/socket.o c/unix/dynlink.o c/unix/sysexits.o c/fake/glue.o ranlib c/libscheme48.a x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic -pthread -O2 -pipe -march=native -fno-strict-aliasing -pthread -o scheme48vm c/main.o c/libscheme48.a -lnsl -ldl -lm # Cygwin if test -x /usr/bin/dlltool; then \ dlltool --dllname scheme48vm.exe --output-lib scheme48vm.a --def ./c/scheme48.def; \ fi difh.s: Assembler messages: difh.s:5: Error: cannot represent relocation type BFD_RELOC_RVA difh.s:10: Error: cannot represent relocation type BFD_RELOC_RVA difh.s:11: Error: cannot represent relocation type BFD_RELOC_RVA dlltool: as exited with status 1 dlltool: failed to open temporary head file: difh.o: No such file or directory make: *** [Makefile:368: scheme48vm] Error 1 * ERROR: dev-scheme/scheme48-1.9.2-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-scheme/scheme48-1.9.2-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-scheme/scheme48-1.9.2-r1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-scheme:scheme48-1.9.2-r1:20200526-041041.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-scheme/scheme48-1.9.2-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-scheme/scheme48-1.9.2-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-scheme/scheme48-1.9.2-r1/work/scheme48-1.9.2' * S: '/var/tmp/portage/dev-scheme/scheme48-1.9.2-r1/work/scheme48-1.9.2'