* Package: app-crypt/bsign-0.4.5-r1 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_musl 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 ... ./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --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/lib configure: loading site script /usr/share/config.site checking for x86_64-gentoo-linux-musl-gcc... x86_64-gentoo-linux-musl-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-gentoo-linux-musl-gcc accepts -g... yes checking for x86_64-gentoo-linux-musl-gcc option to accept ISO C89... none needed checking for x86_64-gentoo-linux-musl-g++... x86_64-gentoo-linux-musl-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-gentoo-linux-musl-g++ accepts -g... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C++ preprocessor... x86_64-gentoo-linux-musl-g++ -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 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 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking malloc.h usability... yes checking malloc.h presence... 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 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 for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for vprintf... yes checking for _doprnt... no 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 -j1 x86_64-gentoo-linux-musl-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 === Creating 'o/' output directory x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/main.o main.cxx x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/options.o options.cxx x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/sha1.o sha1.c x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/bsign.o bsign.cxx 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 x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/conversion.o conversion.cxx x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/ds.o ds.cxx x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/exec.o exec.cxx exec.cxx: In static member function ‘static int ExStream::exec(const char*, ExStream**, int)’: exec.cxx:80:63: warning: missing sentinel in function call [-Wformat=] 80 | int result = execl ("/bin/sh", "sh", "-c", szCommand, NULL); | ^ x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/files.o files.cxx x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/tty.o tty.cxx x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/exitstatus.o exitstatus.cxx x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/filewalk.o filewalk.cc x86_64-gentoo-linux-musl-g++ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -DHAVE_CONFIG_H -o o/signal.o signal.cc x86_64-gentoo-linux-musl-g++ -o o/bsign o/main.o o/options.o o/sha1.o o/bsign.o o/conversion.o o/ds.o o/exec.o o/files.o o/tty.o o/exitstatus.o o/filewalk.o o/signal.o -g -Wl,-O1 -Wl,--as-needed /usr/lib/gcc/x86_64-gentoo-linux-musl/9.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: o/filewalk.o: in function `FileWalk::next_fts()': filewalk.cc:(.text+0x358): undefined reference to `fts_read' /usr/lib/gcc/x86_64-gentoo-linux-musl/9.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: filewalk.cc:(.text+0x394): undefined reference to `fts_set' /usr/lib/gcc/x86_64-gentoo-linux-musl/9.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: filewalk.cc:(.text+0x3d7): undefined reference to `fts_open' /usr/lib/gcc/x86_64-gentoo-linux-musl/9.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: o/filewalk.o: in function `FileWalk::release_this()': filewalk.cc:(.text+0x5b3): undefined reference to `fts_close' collect2: error: ld returned 1 exit status make: *** [Makefile:160: o/bsign] Error 1 * 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:20200315-031449.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'