* Package: x11-plugins/wmnetload-1.3-r6:0 * Repository: gentoo * Maintainer: voyageur@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking wmnetload-1.3.tar.gz to /var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work >>> Source unpacked in /var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work >>> Preparing source in /var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3 ... * Applying wmnetload-1.3-r4-configure.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3' ... * Running 'aclocal --system-acdir=/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/temp/aclocal' ... [ ok ] * This package has a configure.in file which has long been deprecated. Please * update it to use configure.ac instead as newer versions of autotools will die * when it finds this file. See https://bugs.gentoo.org/426262 for details. * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --force-missing' ... [ ok ] * Running elibtoolize in: wmnetload-1.3/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3 ... * econf: updating wmnetload-1.3/config.guess with /usr/share/gnuconfig/config.guess * econf: updating wmnetload-1.3/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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/wmnetload-1.3-r6 --htmldir=/usr/share/doc/wmnetload-1.3-r6/html --libdir=/usr/lib64 configure: loading site script /usr/share/config.site configure: loading site script /usr/share/config.site.d/80crossdev.conf checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E 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 grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 XpmCreatePixmapFromData in -lXpm... yes checking for X11/xpm.h... yes checking for XShapeCombineMask in -lXext... yes checking for DAInitialize in -ldockapp... yes checking for libdockapp/dockapp.h... yes checking for socket in -lsocket... no checking for sys/sockio.h... no checking for alloca.h... yes checking for ulonglong_t... no checking for sa_len in struct sockaddr... no checking for IPv6 support... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3 ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3' Making all in src make[2]: Entering directory '/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3/src' Makefile:402: target '.deps/ifstat_linux.Po' given more than once in the same rule x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../xpm/current -DVERSION=\"1.3\" -O3 -pipe -march=native -fno-diagnostics-color -c -o wmnetload.o wmnetload.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../xpm/current -DVERSION=\"1.3\" -O3 -pipe -march=native -fno-diagnostics-color -c -o ifstat_linux.o ifstat_linux.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../xpm/current -DVERSION=\"1.3\" -O3 -pipe -march=native -fno-diagnostics-color -c -o utils.o utils.c wmnetload.c: In function ‘setshape’: wmnetload.c:1056:69: error: passing argument 4 of ‘DAMakePixmapFromData’ from incompatible pointer type [-Wincompatible-pointer-types] 1056 | if (DAMakePixmapFromData(backlight_off_xpm, &pixmap, &mask, &h, &w)) { | ^~ | | | unsigned int * In file included from wmnetload.c:40: /usr/include/libdockapp/dockapp.h:286:43: note: expected ‘short unsigned int *’ but argument is of type ‘unsigned int *’ 286 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~ wmnetload.c:1056:73: error: passing argument 5 of ‘DAMakePixmapFromData’ from incompatible pointer type [-Wincompatible-pointer-types] 1056 | if (DAMakePixmapFromData(backlight_off_xpm, &pixmap, &mask, &h, &w)) { | ^~ | | | unsigned int * /usr/include/libdockapp/dockapp.h:286:66: note: expected ‘short unsigned int *’ but argument is of type ‘unsigned int *’ 286 | unsigned short *width, unsigned short *height); | ~~~~~~~~~~~~~~~~^~~~~~ make[2]: *** [Makefile:413: wmnetload.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3/src' make[1]: *** [Makefile:400: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3' make: *** [Makefile:341: all] Error 2 * ERROR: x11-plugins/wmnetload-1.3-r6::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-plugins/wmnetload-1.3-r6::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-plugins/wmnetload-1.3-r6::gentoo'`. * The complete build log is located at '/var/log/portage/x11-plugins:wmnetload-1.3-r6:20231208-051135.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/temp/environment'. * Working directory: '/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3' * S: '/var/tmp/portage/x11-plugins/wmnetload-1.3-r6/work/wmnetload-1.3'