* Package: app-crypt/bsign-0.4.5-r1:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking bsign_0.4.5.tar.gz to /var/tmp/portage/app-crypt/bsign-0.4.5-r1/work >>> Source unpacked in /var/tmp/portage/app-crypt/bsign-0.4.5-r1/work >>> Preparing source in /var/tmp/portage/app-crypt/bsign-0.4.5-r1/work/bsign-0.4.5 ... * Applying bsign-0.4.5-non-gnu.patch ... [ ok ] * Applying bsign-0.4.5-build.patch ... [ ok ] * Applying bsign-0.4.5-scripts.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-crypt/bsign-0.4.5-r1/work/bsign-0.4.5' ... * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running elibtoolize in: bsign-0.4.5/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-crypt/bsign-0.4.5-r1/work/bsign-0.4.5 ... * econf: updating bsign-0.4.5/config.sub with /usr/share/gnuconfig/config.sub * econf: updating bsign-0.4.5/config.guess with /usr/share/gnuconfig/config.guess ./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 --docdir=/usr/share/doc/bsign-0.4.5-r1 --htmldir=/usr/share/doc/bsign-0.4.5-r1/html --libdir=/usr/lib64 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 the compiler supports GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether the compiler supports GNU C++... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features... none needed checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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/param.h... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for strncasecmp... yes checking for memcpy... yes checking for bcopy... yes checking for strcspn... yes checking for strncpy... yes checking for cfmakeraw... yes checking for vsnprintf... yes checking for vsprintf... yes checking for rindex... yes checking for strrchr... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for gpm.h... yes checking for malloc.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for x86_64-pc-linux-gnu-g++ options needed to detect all undeclared functions... none needed checking for struct tm.tm_zone... yes checking size of long... 8 checking size of int... 4 checking size of long long... 8 checking whether byte ordering is bigendian... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for getpagesize... yes checking for vprintf... yes checking for working mmap... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h Run 'make' to build the application. >>> Source configured. >>> Compiling source in /var/tmp/portage/app-crypt/bsign-0.4.5-r1/work/bsign-0.4.5 ... make -j4 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -M main.cxx options.cxx sha1.c bsign.cxx conversion.cxx ds.cxx exec.cxx files.cxx tty.cxx exitstatus.cxx filewalk.cc signal.cc > depend.m x86_64-pc-linux-gnu-g++ -c -pipe -march=native -fno-diagnostics-color -O2 -DHAVE_CONFIG_H -o o/bsign.o bsign.cxx x86_64-pc-linux-gnu-g++ -c -pipe -march=native -fno-diagnostics-color -O2 -DHAVE_CONFIG_H -o o/files.o files.cxx x86_64-pc-linux-gnu-g++ -c -pipe -march=native -fno-diagnostics-color -O2 -DHAVE_CONFIG_H -o o/exitstatus.o exitstatus.cxx x86_64-pc-linux-gnu-g++ -c -pipe -march=native -fno-diagnostics-color -O2 -DHAVE_CONFIG_H -o o/conversion.o conversion.cxx Assembler messages: Fatal error: can't create o/bsign.o: No such file or directory Assembler messages: Fatal error: can't create o/files.o: No such file or directory Assembler messages: Fatal error: can't create o/exitstatus.o: No such file or directory Assembler messages: Fatal error: can't create o/conversion.o: No such file or directory conversion.cxx: In function ‘int _print_hex(FILE*, int)’: conversion.cxx:225:11: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 225 | fread (&b, 1, 1, fp); | ~~~~~~^~~~~~~~~~~~~~ bsign.cxx: In function ‘void report_elf32(const HDR_ELF32&, const SECTION_ELF32*)’: bsign.cxx:661:29: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 661 | fprintf (stderr, "%08x %08x header\n", 0, sizeof (hdr)); | ~~~^ ~~~~~~~~~~~~ | | | | unsigned int long unsigned int | %08lx bsign.cxx: In function ‘eExitStatus hash_elf(char*, size_t, int, bool)’: bsign.cxx:516:11: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 516 | write (fhNew, rgbSignature, CB_SIGNATURE); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bsign.cxx: In function ‘size_t rewrite_elf32(char*, size_t, int, FIXUP32&)’: bsign.cxx:748:11: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 748 | write (fh, pb, fixupOldSignature.ib); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bsign.cxx:749:11: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 749 | write (fh, pv, fixupOldSignature.cb); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bsign.cxx:750:11: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 750 | write (fh, pb + fixupOldSignature.ib + fixupOldSignature.cb, | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 751 | cb - fixupOldSignature.ib - fixupOldSignature.cb); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exitstatus.cxx:40:1: fatal error: error closing -: Broken pipe 40 | } | ^ compilation terminated. files.cxx:185:1: fatal error: error writing to -: Broken pipe 185 | } | ^ compilation terminated. make: *** [Makefile:105: exitstatus.o] Error 1 shuffle=75361002 make: *** Waiting for unfinished jobs.... make: *** [Makefile:105: files.o] Error 1 shuffle=75361002 conversion.cxx: At global scope: conversion.cxx:281:1: fatal error: error writing to -: Broken pipe 281 | } | ^ compilation terminated. make: *** [Makefile:105: conversion.o] Error 1 shuffle=75361002 bsign.cxx: At global scope: bsign.cxx:914:1: fatal error: error writing to -: Broken pipe 914 | } | ^ compilation terminated. make: *** [Makefile:105: bsign.o] Error 1 shuffle=75361002 * ERROR: app-crypt/bsign-0.4.5-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-crypt/bsign-0.4.5-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-crypt/bsign-0.4.5-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-crypt:bsign-0.4.5-r1:20221113-055339.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-crypt/bsign-0.4.5-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-crypt/bsign-0.4.5-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-crypt/bsign-0.4.5-r1/work/bsign-0.4.5' * S: '/var/tmp/portage/app-crypt/bsign-0.4.5-r1/work/bsign-0.4.5'