* Package: sys-fs/quotatool-1.6.2:0 * Repository: gentoo * Maintainer: base-system@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking quotatool-1.6.2.tar.gz to /var/tmp/portage/sys-fs/quotatool-1.6.2/work >>> Source unpacked in /var/tmp/portage/sys-fs/quotatool-1.6.2/work >>> Preparing source in /var/tmp/portage/sys-fs/quotatool-1.6.2/work/quotatool-1.6.2 ... * Applying quotatool-1.4.13-fix-buildsystem.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-fs/quotatool-1.6.2/work/quotatool-1.6.2 ... * econf: updating quotatool-1.6.2/tools/config.guess with /usr/share/gnuconfig/config.guess * econf: updating quotatool-1.6.2/tools/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/quotatool-1.6.2 --htmldir=/usr/share/doc/quotatool-1.6.2/html --libdir=/usr/lib64 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking how to run the C preprocessor... x86_64-pc-linux-gnu-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 for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking std.h usability... no checking std.h presence... no checking for std.h... no checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking for inttypes.h... (cached) yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for u_int64_t... yes checking for vprintf... yes checking for _doprnt... no checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for strtod... yes checking for strchr... yes checking for strlcpy... no checking for strlcat... no configure: creating ./config.status config.status: creating local.mk config.status: creating src/config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-fs/quotatool-1.6.2/work/quotatool-1.6.2 ... make -j4 ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/linux/quota.c > src/linux/quota.d ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/system.c > src/system.d ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/parse.c > src/parse.d ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/output.c > src/output.d ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/main.c > src/main.d x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/main.o src/main.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/output.o src/output.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/parse.o src/parse.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/system.o src/system.c In file included from src/system.c:51: src/output.h:21:15: warning: inline function ‘output_help’ declared but never defined 21 | inline void output_help (void); | ^~~~~~~~~~~ src/output.h:20:15: warning: inline function ‘output_version’ declared but never defined 20 | inline void output_version (void); | ^~~~~~~~~~~~~~ src/main.c: In function ‘main’: src/main.c:211:17: error: implicit declaration of function ‘quota_reset_grace’; did you mean ‘xfs_reset_grace’? [-Werror=implicit-function-declaration] 211 | if (! quota_reset_grace(quota, (argdata->block_reset ? GRACE_BLOCK : GRACE_INODE))) | ^~~~~~~~~~~~~~~~~ | xfs_reset_grace In file included from src/main.c:23: src/output.h: At top level: src/output.h:21:15: warning: inline function ‘output_help’ declared but never defined 21 | inline void output_help (void); | ^~~~~~~~~~~ src/output.h:20:15: warning: inline function ‘output_version’ declared but never defined 20 | inline void output_version (void); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/linux/quota.o src/linux/quota.c In file included from src/parse.c:24: src/output.h:21:15: warning: inline function ‘output_help’ declared but never defined 21 | inline void output_help (void); | ^~~~~~~~~~~ src/output.h:20:15: warning: inline function ‘output_version’ declared but never defined 20 | inline void output_version (void); | ^~~~~~~~~~~~~~ cc1: some warnings being treated as errors make: *** [: src/main.o] Error 1 make: *** Waiting for unfinished jobs.... In file included from src/linux/quota.c:21: ./src/output.h:21:15: warning: inline function ‘output_help’ declared but never defined 21 | inline void output_help (void); | ^~~~~~~~~~~ ./src/output.h:20:15: warning: inline function ‘output_version’ declared but never defined 20 | inline void output_version (void); | ^~~~~~~~~~~~~~ * ERROR: sys-fs/quotatool-1.6.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-fs/quotatool-1.6.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-fs/quotatool-1.6.2::gentoo'`. * The complete build log is located at '/var/log/portage/sys-fs:quotatool-1.6.2:20221005-094857.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-fs/quotatool-1.6.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-fs/quotatool-1.6.2/temp/environment'. * Working directory: '/var/tmp/portage/sys-fs/quotatool-1.6.2/work/quotatool-1.6.2' * S: '/var/tmp/portage/sys-fs/quotatool-1.6.2/work/quotatool-1.6.2'