The following packages will be installed: afuse Fetching README... 0%100%100%100%100%100%Done Fetching afuse.SlackBuild... 0%100%100%100%100%100%Done Fetching afuse.info... 0%100%100%100%100%100%Done Fetching avoid-early-exit-in-afuse_releasedir.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done afuse-0.4/ afuse-0.4/aclocal.m4 afuse-0.4/AUTHORS afuse-0.4/ChangeLog afuse-0.4/compat/ afuse-0.4/config.h.in afuse-0.4/configure afuse-0.4/configure.ac afuse-0.4/COPYING afuse-0.4/COPYING.LIB afuse-0.4/depcomp afuse-0.4/INSTALL afuse-0.4/install-sh afuse-0.4/Makefile.am afuse-0.4/Makefile.in afuse-0.4/missing afuse-0.4/NEWS afuse-0.4/README afuse-0.4/src/ afuse-0.4/src/afuse-avahissh afuse-0.4/src/afuse.c afuse-0.4/src/afuse.h afuse-0.4/src/dir_list.c afuse-0.4/src/dir_list.h afuse-0.4/src/fd_list.c afuse-0.4/src/fd_list.h afuse-0.4/src/Makefile.am afuse-0.4/src/Makefile.in afuse-0.4/src/string_sorted_list.c afuse-0.4/src/string_sorted_list.h afuse-0.4/src/utils.c afuse-0.4/src/utils.h afuse-0.4/src/variable_pairing_heap.h afuse-0.4/compat/fuse_opt.c afuse-0.4/compat/fuse_opt.h afuse-0.4/compat/Makefile.am afuse-0.4/compat/Makefile.in patching file src/afuse.c checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for ranlib... ranlib 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 style of include used by make... GNU checking dependency style of gcc... gcc3 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FUSE... yes checking for fuse_opt_parse... yes checking for setxattr... yes checking for fdatasync... yes checking for getline... yes checking for fgetln... no 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 compat/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' Making all in src make[2]: Entering directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4/src' gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i586 -mtune=i686 -Wall -Wextra -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=25 -MT afuse.o -MD -MP -MF .deps/afuse.Tpo -c -o afuse.o afuse.c afuse.c: In function ‘afuse_readdir’: afuse.c:882:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 882 | if (!mount) { | ^ afuse.c:886:9: note: here 886 | case PROC_PATH_PROXY_DIR: | ^~~~ afuse.c: In function ‘afuse_opendir’: afuse.c:752:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 752 | if (!mount) { | ^ afuse.c:757:9: note: here 757 | case PROC_PATH_PROXY_DIR: | ^~~~ afuse.c: In function ‘afuse_removexattr’: afuse.c:1703:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1703 | if (!mount) { | ^ afuse.c:1707:9: note: here 1707 | case PROC_PATH_PROXY_DIR: | ^~~~ afuse.c: In function ‘afuse_listxattr’: afuse.c:1670:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1670 | if (!mount) { | ^ afuse.c:1674:9: note: here 1674 | case PROC_PATH_PROXY_DIR: | ^~~~ afuse.c: In function ‘afuse_getxattr’: afuse.c:1637:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1637 | if (!mount) { | ^ afuse.c:1641:9: note: here 1641 | case PROC_PATH_PROXY_DIR: | ^~~~ afuse.c: In function ‘afuse_setxattr’: afuse.c:1602:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1602 | if (!mount) { | ^ afuse.c:1606:9: note: here 1606 | case PROC_PATH_PROXY_DIR: | ^~~~ afuse.c: In function ‘afuse_statfs’: afuse.c:1560:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1560 | if (!mount) { | ^ afuse.c:1564:9: note: here 1564 | case PROC_PATH_PROXY_DIR: | ^~~~ afuse.c: In function ‘afuse_utime’: afuse.c:1318:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1318 | if (!mount) { | ^ afuse.c:1322:9: note: here 1322 | case PROC_PATH_PROXY_DIR: | ^~~~ afuse.c: In function ‘afuse_readlink’: afuse.c:712:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 712 | if (!mount) { | ^ afuse.c:716:9: note: here 716 | case PROC_PATH_PROXY_DIR: | ^~~~ afuse.c: In function ‘afuse_getattr’: afuse.c:665:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 665 | if (!mount) { | ^ afuse.c:682:9: note: here 682 | case PROC_PATH_PROXY_DIR: | ^~~~ mv -f .deps/afuse.Tpo .deps/afuse.Po gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i586 -mtune=i686 -Wall -Wextra -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=25 -MT fd_list.o -MD -MP -MF .deps/fd_list.Tpo -c -o fd_list.o fd_list.c mv -f .deps/fd_list.Tpo .deps/fd_list.Po gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i586 -mtune=i686 -Wall -Wextra -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=25 -MT dir_list.o -MD -MP -MF .deps/dir_list.Tpo -c -o dir_list.o dir_list.c mv -f .deps/dir_list.Tpo .deps/dir_list.Po gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i586 -mtune=i686 -Wall -Wextra -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=25 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c mv -f .deps/utils.Tpo .deps/utils.Po gcc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i586 -mtune=i686 -Wall -Wextra -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=25 -MT string_sorted_list.o -MD -MP -MF .deps/string_sorted_list.Tpo -c -o string_sorted_list.o string_sorted_list.c mv -f .deps/string_sorted_list.Tpo .deps/string_sorted_list.Po gcc -O2 -march=i586 -mtune=i686 -Wall -Wextra -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=25 -o afuse afuse.o fd_list.o dir_list.o utils.o string_sorted_list.o -lfuse -pthread make[2]: Leaving directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4/src' make[2]: Entering directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' if test -z ''; then \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/afuse/afuse-0.4/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/afuse/afuse-0.4/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/afuse/afuse-0.4/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/afuse/afuse-0.4/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG=''" install; \ fi make[1]: Entering directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' Making install in src make[2]: Entering directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4/src' make[3]: Entering directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4/src' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/afuse/package-afuse/usr/bin' /bin/sh /usr/src/slapt-src-i486/system/afuse/afuse-0.4/install-sh -c -s afuse '/usr/src/slapt-src-i486/system/afuse/package-afuse/usr/bin' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/afuse/package-afuse/usr/bin' /usr/bin/ginstall -c afuse-avahissh '/usr/src/slapt-src-i486/system/afuse/package-afuse/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4/src' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4/src' make[2]: Entering directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' make[3]: Entering directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/afuse/afuse-0.4' 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/afuse/afuse-0.4-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/afuse usr/bin/afuse-avahissh usr/doc/ usr/doc/afuse-0.4/ usr/doc/afuse-0.4/AUTHORS usr/doc/afuse-0.4/COPYING usr/doc/afuse-0.4/COPYING.LIB usr/doc/afuse-0.4/NEWS usr/doc/afuse-0.4/README usr/doc/afuse-0.4/afuse.SlackBuild Slackware package /usr/src/slapt-src-i486/system/afuse/afuse-0.4-i586-2salix15.0.txz created. Installing package afuse-0.4-i586-2salix15.0... | afuse (automounter for FUSE) | | Afuse is a FUSE based filesystem which implements filesystem | automounting functionality similar to Linux's autofs. | | homepage: https://github.com/pcarrier/afuse | | | | | | |