* Package: x11-plugins/asapm-3.1-r1:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking asapm-3.1.tar.gz to /var/tmp/portage/x11-plugins/asapm-3.1-r1/work >>> Source unpacked in /var/tmp/portage/x11-plugins/asapm-3.1-r1/work >>> Preparing source in /var/tmp/portage/x11-plugins/asapm-3.1-r1/work/asapm-3.1 ... * Applying asapm-3.1-ldflags.patch ... [ ok ] * Applying asapm-3.1-include.patch ... [ ok ] * Applying asapm-3.1-autoconf.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/x11-plugins/asapm-3.1-r1/work/asapm-3.1' ... * Running 'aclocal -I autoconf --system-acdir=/var/tmp/portage/x11-plugins/asapm-3.1-r1/temp/aclocal' ... [ ok ] * Running 'autoconf -I autoconf --force' ... [ ok ] * Running 'autoheader -I autoconf' ... [ ok ] * Running elibtoolize in: asapm-3.1/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-plugins/asapm-3.1-r1/work/asapm-3.1 ... * econf: updating asapm-3.1/config.guess with /usr/share/gnuconfig/config.guess * econf: updating asapm-3.1/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 --docdir=/usr/share/doc/asapm-3.1-r1 --htmldir=/usr/share/doc/asapm-3.1-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 a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for rm... /bin/rm checking for mv... /bin/mv checking for cp... /bin/cp checking for mkdir... /bin/mkdir checking for strip... /usr/bin/strip checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes 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/wait.h... yes checking for sys/time.h... yes checking for sys/statvfs.h... yes checking for sys/vfs.h... yes checking for sys/mount.h... yes checking for ustat.h... no checking for machine/soundcard.h... no checking for linux/soundcard.h... yes checking for linux/radio.h... no checking for XOpenDisplay in -lX11... yes checking for libXpm... no checking for XShapeCombineMask in -lXext... yes checking for jpeg_destroy_compress in -ljpeg... yes configure: creating ./config.status config.status: creating autoconf/Makefile.defines config.status: WARNING: 'autoconf/Makefile.defines.in' seems to ignore the --datarootdir setting config.status: creating autoconf/Makefile.common config.status: creating autoconf/Makefile.common.lib config.status: creating Makefile config.status: creating config.h AfterStep applet asapm-3.1 is now hopefully configured, just run : make ; make install >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-plugins/asapm-3.1-r1/work/asapm-3.1 ... make -j4 x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -c apm_react.c x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -c apm_rc.c x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -c apm_read.c x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -c apm_x.c apm_react.c: In function ‘React’: apm_react.c:84:33: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 84 | system(percent_reactions[i].reaction); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c: In function ‘ReadFile’: apm_react.c:98:33: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 98 | system(reactions[i]); | ^~~~~~~~~~~~~~~~~~~~ apm_rc.c:54:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 54 | fgets( buffer, 255, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:86:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 86 | fscanf(fd, "%d", &state.color_depth); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:91:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 91 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:97:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 97 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:103:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 103 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:109:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 109 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:115:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 115 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:121:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 121 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:127:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 127 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:133:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 133 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:136:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 136 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:139:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 139 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:142:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 142 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:145:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 145 | fscanf(fd, "%d", &tmp); | ^~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:146:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 146 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:149:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 149 | fscanf(fd, "%d", &tmp); | ^~~~~~~~~~~~~~~~~~~~~~ apm_rc.c:150:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 150 | fgets( buffer, 256, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -c asapm.c x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -c safecopy.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 apm_react.o apm_rc.o apm_read.o apm_x.o asapm.o safecopy.o -lX11 -lSM -lICE -lXext -ljpeg -o asapm /usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: apm_x.o: in function `initializeWindow': apm_x.c:(.text+0x100f): undefined reference to `XpmCreatePixmapFromData' /usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: apm_x.c:(.text+0x167e): undefined reference to `XpmCreatePixmapFromData' collect2: error: ld returned 1 exit status make: *** [Makefile:92: asapm] Error 1 * ERROR: x11-plugins/asapm-3.1-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-plugins/asapm-3.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-plugins/asapm-3.1-r1::gentoo'`. * The complete build log is located at '/var/log/portage/x11-plugins:asapm-3.1-r1:20231204-060538.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/asapm-3.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/asapm-3.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/x11-plugins/asapm-3.1-r1/work/asapm-3.1' * S: '/var/tmp/portage/x11-plugins/asapm-3.1-r1/work/asapm-3.1'