The following packages will be installed: unionfs-fuse Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching unionfs-fuse.SlackBuild... 0%100%100%100%100%100%Done Fetching unionfs-fuse.info... 0%100%100%100%100%100%Done unionfs-fuse-2.2/ unionfs-fuse-2.2/.gitignore unionfs-fuse-2.2/.travis.yml unionfs-fuse-2.2/CMakeLists.txt unionfs-fuse-2.2/CREDITS unionfs-fuse-2.2/LICENSE unionfs-fuse-2.2/Makefile unionfs-fuse-2.2/NEWS unionfs-fuse-2.2/README.md unionfs-fuse-2.2/examples/ unionfs-fuse-2.2/examples/S01a-unionfs-live-cd.sh unionfs-fuse-2.2/examples/rc.local.omit-pid.sh unionfs-fuse-2.2/examples/unionfs-fuse-nfs-root unionfs-fuse-2.2/man/ unionfs-fuse-2.2/man/CMakeLists.txt unionfs-fuse-2.2/man/unionfs.8 unionfs-fuse-2.2/mount.unionfs unionfs-fuse-2.2/src/ unionfs-fuse-2.2/src/CMakeLists.txt unionfs-fuse-2.2/src/Makefile unionfs-fuse-2.2/src/conf.h unionfs-fuse-2.2/src/cow.c unionfs-fuse-2.2/src/cow.h unionfs-fuse-2.2/src/cow_utils.c unionfs-fuse-2.2/src/cow_utils.h unionfs-fuse-2.2/src/debug.c unionfs-fuse-2.2/src/debug.h unionfs-fuse-2.2/src/findbranch.c unionfs-fuse-2.2/src/findbranch.h unionfs-fuse-2.2/src/fuse_ops.c unionfs-fuse-2.2/src/general.c unionfs-fuse-2.2/src/general.h unionfs-fuse-2.2/src/hashtable.c unionfs-fuse-2.2/src/hashtable.h unionfs-fuse-2.2/src/hashtable_itr.c unionfs-fuse-2.2/src/hashtable_itr.h unionfs-fuse-2.2/src/hashtable_private.h unionfs-fuse-2.2/src/opts.c unionfs-fuse-2.2/src/opts.h unionfs-fuse-2.2/src/readdir.c unionfs-fuse-2.2/src/readdir.h unionfs-fuse-2.2/src/rmdir.c unionfs-fuse-2.2/src/rmdir.h unionfs-fuse-2.2/src/string.c unionfs-fuse-2.2/src/string.h unionfs-fuse-2.2/src/uioctl.h unionfs-fuse-2.2/src/unionfs.c unionfs-fuse-2.2/src/unionfs.h unionfs-fuse-2.2/src/unionfsctl.c unionfs-fuse-2.2/src/unlink.c unionfs-fuse-2.2/src/unlink.h unionfs-fuse-2.2/src/usyslog.c unionfs-fuse-2.2/src/usyslog.h unionfs-fuse-2.2/src/version.h unionfs-fuse-2.2/test unionfs-fuse-2.2/test_all.py unionfs-fuse-2.2/test_legacy.sh make -C src/ make[1]: Entering directory '/usr/src/slapt-src-i486/system/unionfs-fuse/unionfs-fuse-2.2/src' cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o unionfs.o unionfs.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o fuse_ops.o fuse_ops.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o opts.o opts.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o debug.o debug.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o findbranch.o findbranch.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o readdir.o readdir.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o general.o general.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o unlink.o unlink.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o rmdir.o rmdir.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o cow.o cow.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o cow_utils.o cow_utils.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o string.o string.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o usyslog.o usyslog.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o hashtable.o hashtable.c cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o hashtable_itr.o hashtable_itr.c ar rc libunionfs.a fuse_ops.o opts.o debug.o findbranch.o readdir.o general.o unlink.o rmdir.o cow.o cow_utils.o string.o usyslog.o hashtable.o hashtable_itr.o cc -o unionfs unionfs.o libunionfs.a -lfuse -pthread -lpthread cc -Wall -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -DLIBC_XATTR -c -o unionfsctl.o unionfsctl.c cc -o unionfsctl unionfsctl.o cc -shared -o libunionfs.so fuse_ops.o opts.o debug.o findbranch.o readdir.o general.o unlink.o rmdir.o cow.o cow_utils.o string.o usyslog.o hashtable.o hashtable_itr.o -lfuse -pthread -lpthread make[1]: Leaving directory '/usr/src/slapt-src-i486/system/unionfs-fuse/unionfs-fuse-2.2/src' make -C src/ make[1]: Entering directory '/usr/src/slapt-src-i486/system/unionfs-fuse/unionfs-fuse-2.2/src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src-i486/system/unionfs-fuse/unionfs-fuse-2.2/src' install -d /usr/src/slapt-src-i486/system/unionfs-fuse/package-unionfs-fuse/usr/bin install -d /usr/src/slapt-src-i486/system/unionfs-fuse/package-unionfs-fuse/usr/sbin install -d /usr/src/slapt-src-i486/system/unionfs-fuse/package-unionfs-fuse/usr/man/man8 install -m 0755 src/unionfs /usr/src/slapt-src-i486/system/unionfs-fuse/package-unionfs-fuse/usr/bin install -m 0755 src/unionfsctl /usr/src/slapt-src-i486/system/unionfs-fuse/package-unionfs-fuse/usr/bin install -m 0755 mount.unionfs /usr/src/slapt-src-i486/system/unionfs-fuse/package-unionfs-fuse/usr/sbin install -m 0644 man/unionfs.8 /usr/src/slapt-src-i486/system/unionfs-fuse/package-unionfs-fuse/usr/man/man8/ 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/unionfs-fuse/unionfs-fuse-2.2-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/unionfs usr/bin/unionfsctl usr/doc/ usr/doc/unionfs-fuse-2.2/ usr/doc/unionfs-fuse-2.2/CREDITS usr/doc/unionfs-fuse-2.2/LICENSE usr/doc/unionfs-fuse-2.2/NEWS usr/doc/unionfs-fuse-2.2/README.md usr/doc/unionfs-fuse-2.2/unionfs-fuse.SlackBuild usr/man/ usr/man/man8/ usr/man/man8/unionfs.8.gz usr/sbin/ usr/sbin/mount.unionfs Slackware package /usr/src/slapt-src-i486/system/unionfs-fuse/unionfs-fuse-2.2-i586-1salix15.0.txz created. Installing package unionfs-fuse-2.2-i586-1salix15.0... | unionfs-fuse (unionfs filesystem) | | unionfs-fuse is a unionfs filesystem implementation using fuse. | | It is meant to be way more flexible than the current in-kernel | unionfs solution. | | Project URL: https://github.com/rpodgorny/unionfs-fuse | | | | |