* Package: x11-plugins/wmdiskmon-0.0.2-r1:0 * Repository: gentoo * Maintainer: voyageur@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking wmdiskmon-0.0.2.tar.gz to /var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work >>> Source unpacked in /var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work >>> Preparing source in /var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work/wmdiskmon-0.0.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work/wmdiskmon-0.0.2 ... * econf: updating wmdiskmon-0.0.2/config.sub with /usr/share/gnuconfig/config.sub * econf: updating wmdiskmon-0.0.2/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 --libdir=/usr/lib64 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gawk... gawk checking for x86_64-pc-linux-gnu-gcc... clang checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking whether ln -s works... yes checking how to run the C preprocessor... egrep: warning: egrep is obsolescent; using /bin/grep -E egrep: warning: egrep is obsolescent; using /bin/grep -E clang -E egrep: warning: egrep is obsolescent; using /bin/grep -E egrep: warning: egrep is obsolescent; using /bin/grep -E checking for X... egrep: warning: egrep is obsolescent; using /bin/grep -E libraries /usr/lib64, 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 XShapeCombineMask in -lXext... yes checking for XpmCreatePixmapFromData in -lXpm... yes checking for ANSI C header files... egrep: warning: egrep is obsolescent; using /bin/grep -E no 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... egrep: warning: egrep is obsolescent; using /bin/grep -E yes checking for fcntl.h... yes checking for memory.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... egrep: warning: egrep is obsolescent; using /bin/grep -E yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... egrep: warning: egrep is obsolescent; using /bin/grep -E yes checking for sys/param.h... yes checking sys/time.h usability... yes checking sys/time.h presence... egrep: warning: egrep is obsolescent; using /bin/grep -E yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for clang option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking for working malloc... yes checking for select... yes checking for strtoul... yes checking for uname... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h egrep: warning: egrep is obsolescent; using /bin/grep -E config.status: executing default-1 commands >>> Source configured. '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/temp/clang14.log' -> '/var/tmp/clang/x11-plugins/wmdiskmon-0.0.2-r1/clang14.log' '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/temp/clang15.log' -> '/var/tmp/clang/x11-plugins/wmdiskmon-0.0.2-r1/clang15.log' >>> Compiling source in /var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work/wmdiskmon-0.0.2 ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work/wmdiskmon-0.0.2' Making all in src make[2]: Entering directory '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work/wmdiskmon-0.0.2/src' clang -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c main.c clang -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c dockapp.c main.c:387:17: error: call to undeclared library function 'isdigit' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] if (isdigit(text[i])) { ^ main.c:387:17: note: include the header or explicitly provide a declaration for 'isdigit' main.c:388:23: error: call to undeclared library function 'toupper' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] pos = toupper(text[i]) - '0'; ^ main.c:388:23: note: include the header or explicitly provide a declaration for 'toupper' main.c:522:29: warning: format specifies type 'int *' but the argument has type 'unsigned long *' [-Wformat] device, &blocs, &used, &avail, &capacity, mountp); ^~~~~~ main.c:522:37: warning: format specifies type 'int *' but the argument has type 'unsigned long *' [-Wformat] device, &blocs, &used, &avail, &capacity, mountp); ^~~~~ main.c:522:44: warning: format specifies type 'int *' but the argument has type 'unsigned long *' [-Wformat] device, &blocs, &used, &avail, &capacity, mountp); ^~~~~~ 3 warnings and 2 errors generated. make[2]: *** [Makefile:157: main.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work/wmdiskmon-0.0.2/src' make[1]: *** [Makefile:152: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work/wmdiskmon-0.0.2' make: *** [Makefile:296: all-recursive-am] Error 2 * ERROR: x11-plugins/wmdiskmon-0.0.2-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-plugins/wmdiskmon-0.0.2-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-plugins/wmdiskmon-0.0.2-r1::gentoo'`. * The complete build log is located at '/var/log/portage/x11-plugins:wmdiskmon-0.0.2-r1:20221029-102835.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/temp/environment'. * Working directory: '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work/wmdiskmon-0.0.2' * S: '/var/tmp/portage/x11-plugins/wmdiskmon-0.0.2-r1/work/wmdiskmon-0.0.2'