The following packages will be installed: quotatool Fetching README... 0%100%100%100%100%100%Done Fetching quotatool.SlackBuild... 0%100%100%100%100%100%Done Fetching quotatool.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done quotatool-1.6.2/ quotatool-1.6.2/README quotatool-1.6.2/configure quotatool-1.6.2/man/ quotatool-1.6.2/man/quotatool.8 quotatool-1.6.2/AUTHORS quotatool-1.6.2/local.mk.in quotatool-1.6.2/INSTALL quotatool-1.6.2/tools/ quotatool-1.6.2/tools/depend.sh quotatool-1.6.2/tools/config.sub quotatool-1.6.2/tools/install-sh quotatool-1.6.2/tools/config.guess quotatool-1.6.2/ChangeLog quotatool-1.6.2/configure.in quotatool-1.6.2/autom4te.cache/ quotatool-1.6.2/autom4te.cache/output.0 quotatool-1.6.2/autom4te.cache/traces.0 quotatool-1.6.2/autom4te.cache/requests quotatool-1.6.2/TODO quotatool-1.6.2/Makefile quotatool-1.6.2/COPYING quotatool-1.6.2/src/ quotatool-1.6.2/src/bsd/ quotatool-1.6.2/src/bsd/dir.mk quotatool-1.6.2/src/bsd/quota.c quotatool-1.6.2/src/main.c quotatool-1.6.2/src/aix/ quotatool-1.6.2/src/aix/dir.mk quotatool-1.6.2/src/aix/quota.c quotatool-1.6.2/src/quotatool.h quotatool-1.6.2/src/darwin/ quotatool-1.6.2/src/darwin/dir.mk quotatool-1.6.2/src/darwin/quota.c quotatool-1.6.2/src/solaris/ quotatool-1.6.2/src/solaris/dir.mk quotatool-1.6.2/src/solaris/quota.c quotatool-1.6.2/src/quota.h quotatool-1.6.2/src/system.c quotatool-1.6.2/src/config.h.in quotatool-1.6.2/src/output.h quotatool-1.6.2/src/system.h quotatool-1.6.2/src/dir.mk quotatool-1.6.2/src/parse.c quotatool-1.6.2/src/linux/ quotatool-1.6.2/src/linux/xfs_quota.h quotatool-1.6.2/src/linux/dqblk_old.h quotatool-1.6.2/src/linux/dir.mk quotatool-1.6.2/src/linux/linux_quota.h quotatool-1.6.2/src/linux/quota.c quotatool-1.6.2/src/linux/dqblk_v0.h quotatool-1.6.2/src/parse.h quotatool-1.6.2/src/output.c checking build system type... i586-slackware-linux-gnu checking host system type... i586-slackware-linux-gnu checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/ginstall -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 ./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 gcc -O2 -march=i586 -mtune=i686 -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/main.o src/main.c src/main.c: In function ‘main’: src/main.c:211:17: warning: implicit declaration of function ‘quota_reset_grace’; did you mean ‘xfs_reset_grace’? [-Wimplicit-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/main.c: 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); | ^~~~~~~~~~~~~~ gcc -O2 -march=i586 -mtune=i686 -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/output.o src/output.c gcc -O2 -march=i586 -mtune=i686 -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/parse.o src/parse.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); | ^~~~~~~~~~~~~~ gcc -O2 -march=i586 -mtune=i686 -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); | ^~~~~~~~~~~~~~ gcc -O2 -march=i586 -mtune=i686 -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/linux/quota.o src/linux/quota.c 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); | ^~~~~~~~~~~~~~ gcc -o quotatool ./src/main.o ./src/output.o ./src/parse.o ./src/system.o ./src/linux/quota.o -O2 -march=i586 -mtune=i686 /usr/bin/ginstall -c ./quotatool /usr/src/slapt-src-i486/system/quotatool/package-quotatool/usr/sbin/quotatool /usr/bin/ginstall -c -m 644 ./man/quotatool.8 /usr/src/slapt-src-i486/system/quotatool/package-quotatool/usr/man/man8/quotatool.8 Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/quotatool/quotatool-1.6.2-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/quotatool-1.6.2/ usr/doc/quotatool-1.6.2/README usr/doc/quotatool-1.6.2/quotatool.SlackBuild usr/man/ usr/man/man8/ usr/man/man8/quotatool.8.gz usr/sbin/ usr/sbin/quotatool Slackware package /usr/src/slapt-src-i486/system/quotatool/quotatool-1.6.2-i586-1salix15.0.txz created. Installing package quotatool-1.6.2-i586-1salix15.0... | quotatool (filesystem quotas from command line) | | | Most quota-utilities are interactive, requiring manual intervention | from the user. Quotatool on the other hand is not, making it | suitable for use in scripts and other non-interactive situations. | | | | | | |