* Package: sys-apps/xdg-dbus-proxy-0.1.2 * Repository: gentoo * Maintainer: gnome@gentoo.org * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking xdg-dbus-proxy-0.1.2.tar.xz to /var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/work >>> Source unpacked in /var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/work >>> Preparing source in /var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/work/xdg-dbus-proxy-0.1.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/work/xdg-dbus-proxy-0.1.2 ... ./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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/xdg-dbus-proxy-0.1.2 --htmldir=/usr/share/doc/xdg-dbus-proxy-0.1.2/html --libdir=/usr/lib --enable-man 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 whether x86_64-gentoo-linux-musl-gcc understands -c and -o together... yes checking how to run the C preprocessor... x86_64-gentoo-linux-musl-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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for x86_64-gentoo-linux-musl-gcc... (cached) x86_64-gentoo-linux-musl-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-gentoo-linux-musl-gcc accepts -g... (cached) yes checking for x86_64-gentoo-linux-musl-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-gentoo-linux-musl-gcc understands -c and -o together... (cached) yes checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking whether UID '250' is supported by ustar format... yes checking whether GID '250' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of x86_64-gentoo-linux-musl-gcc... none checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for x86_64-gentoo-linux-musl-pkg-config... /usr/bin/x86_64-gentoo-linux-musl-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for gawk... (cached) gawk checking whether to build with code coverage support... no checking for xsltproc... /usr/bin/xsltproc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/work/xdg-dbus-proxy-0.1.2 ... make -j1 make all-am make[1]: Entering directory '/var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/work/xdg-dbus-proxy-0.1.2' x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -pthread -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -c -o flatpak-proxy.o flatpak-proxy.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -pthread -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -c -o dbus-proxy.o dbus-proxy.c dbus-proxy.c: In function ‘fd_readall_bytes’: dbus-proxy.c:73:7: warning: implicit declaration of function ‘TEMP_FAILURE_RETRY’ [-Wimplicit-function-declaration] 73 | if (TEMP_FAILURE_RETRY (fstat (fd, &stbuf)) != 0) | ^~~~~~~~~~~~~~~~~~ x86_64-gentoo-linux-musl-gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -pthread -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -Wl,-O1 -Wl,--as-needed -o xdg-dbus-proxy flatpak-proxy.o dbus-proxy.o -lgio-2.0 -lgobject-2.0 -lglib-2.0 /usr/lib/gcc/x86_64-gentoo-linux-musl/9.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: dbus-proxy.o: in function `parse_generic_args': dbus-proxy.c:(.text+0x223): undefined reference to `TEMP_FAILURE_RETRY' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:903: xdg-dbus-proxy] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/work/xdg-dbus-proxy-0.1.2' make: *** [Makefile:688: all] Error 2 * ERROR: sys-apps/xdg-dbus-proxy-0.1.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-apps/xdg-dbus-proxy-0.1.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-apps/xdg-dbus-proxy-0.1.2::gentoo'`. * The complete build log is located at '/var/log/portage/sys-apps:xdg-dbus-proxy-0.1.2:20200314-201335.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/temp/environment'. * Working directory: '/var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/work/xdg-dbus-proxy-0.1.2' * S: '/var/tmp/portage/sys-apps/xdg-dbus-proxy-0.1.2/work/xdg-dbus-proxy-0.1.2'