configure.ac:6: installing './compile' configure.ac:4: installing './install-sh' configure.ac:5: installing './missing' Makefile.am: installing './depcomp' 0%100%100%100%100%100%Done Fetching posixovl.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done posixovl-1.2/ posixovl-1.2/.gitignore posixovl-1.2/INSTALL.txt posixovl-1.2/Makefile.am posixovl-1.2/autogen.sh posixovl-1.2/configure.ac posixovl-1.2/fs-test posixovl-1.2/lntest.c posixovl-1.2/posixovl.1 posixovl-1.2/posixovl.c posixovl-1.2/socket.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 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 whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 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 linux/xattr.h usability... yes checking linux/xattr.h presence... yes checking for linux/xattr.h... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for fuse >= 2.7.0... yes checking for utimensat()... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/usr/src/slapt-src-i486/system/posixovl/posixovl-1.2' depbase=`echo posixovl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -O2 -march=i586 -mtune=i686 -MT posixovl.o -MD -MP -MF $depbase.Tpo -c -o posixovl.o posixovl.c &&\ mv -f $depbase.Tpo $depbase.Po posixovl.c: In function ‘posixovl_getxattr’: posixovl.c:1085:14: warning: implicit declaration of function ‘lgetxattr’ [-Wimplicit-function-declaration] 1085 | XRET(lgetxattr(at(path), name, value, size)); | ^~~~~~~~~ posixovl.c:85:30: note: in definition of macro ‘XRET’ 85 | int __ret = (v); \ | ^ posixovl.c: In function ‘posixovl_listxattr’: posixovl.c:1353:14: warning: implicit declaration of function ‘llistxattr’ [-Wimplicit-function-declaration] 1353 | XRET(llistxattr(at(path), list, size)); | ^~~~~~~~~~ posixovl.c:85:30: note: in definition of macro ‘XRET’ 85 | int __ret = (v); \ | ^ posixovl.c: In function ‘posixovl_removexattr’: posixovl.c:1578:14: warning: implicit declaration of function ‘lremovexattr’ [-Wimplicit-function-declaration] 1578 | XRET(lremovexattr(path, name)); | ^~~~~~~~~~~~ posixovl.c:85:30: note: in definition of macro ‘XRET’ 85 | int __ret = (v); \ | ^ posixovl.c: In function ‘posixovl_setxattr’: posixovl.c:1662:14: warning: implicit declaration of function ‘lsetxattr’ [-Wimplicit-function-declaration] 1662 | XRET(lsetxattr(at(path), name, value, size, flags)); | ^~~~~~~~~ posixovl.c:85:30: note: in definition of macro ‘XRET’ 85 | int __ret = (v); \ | ^ In file included from /usr/include/string.h:519, from posixovl.c:32: In function ‘strncpy’, inlined from ‘strlcpy’ at posixovl.c:168:2, inlined from ‘posixovl_symlink’ at posixovl.c:1699:2: /usr/include/bits/string_fortified.h:95:10: warning: ‘__builtin_strncpy’ specified bound 4096 equals destination size [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘strlcpy’ at posixovl.c:168:2, inlined from ‘__hl_dtoi’ at posixovl.c:180:2, inlined from ‘hcb_deref’ at posixovl.c:475:2: /usr/include/bits/string_fortified.h:95:10: warning: ‘__builtin_strncpy’ specified bound 4096 equals destination size [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘strlcpy’ at posixovl.c:168:2, inlined from ‘hl_instantiate’ at posixovl.c:1290:2: /usr/include/bits/string_fortified.h:95:10: warning: ‘__builtin_strncpy’ specified bound 4096 equals destination size [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -O2 -march=i586 -mtune=i686 -o mount.posixovl posixovl.o -lfuse -pthread make[1]: Leaving directory '/usr/src/slapt-src-i486/system/posixovl/posixovl-1.2' if test -z ''; then \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/posixovl/posixovl-1.2/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/posixovl/posixovl-1.2/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/posixovl/posixovl-1.2/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/posixovl/posixovl-1.2/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG=''" install; \ fi make[1]: Entering directory '/usr/src/slapt-src-i486/system/posixovl/posixovl-1.2' make[2]: Entering directory '/usr/src/slapt-src-i486/system/posixovl/posixovl-1.2' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/posixovl/package-posixovl/usr/sbin' /bin/sh /usr/src/slapt-src-i486/system/posixovl/posixovl-1.2/install-sh -c -s mount.posixovl '/usr/src/slapt-src-i486/system/posixovl/package-posixovl/usr/sbin' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/posixovl/package-posixovl/usr/man/man1' /usr/bin/ginstall -c -m 644 posixovl.1 '/usr/src/slapt-src-i486/system/posixovl/package-posixovl/usr/man/man1' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/posixovl/posixovl-1.2' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/posixovl/posixovl-1.2' 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/posixovl/posixovl-1.2-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/posixovl-1.2/ usr/doc/posixovl-1.2/posixovl.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/posixovl.1.gz usr/sbin/ usr/sbin/mount.posixovl Slackware package /usr/src/slapt-src-i486/system/posixovl/posixovl-1.2-i586-2salix15.0.txz created. Installing package posixovl-1.2-i586-2salix15.0... | posixovl (POSIX Overlay Filesystem) | | posixovl provides a filesystem view that supports various POSIX | operations while using an otherwise incapable lower filesystem. | Filesystems of various degrees of POSIXness can be utilitzed. VFAT | is a common denominator when it comes to cross-compatibility, | though NTFS - its features are unused in Linux - would be another | possibility. Secondly, potent native POSIX-style filesystems can | also be used, though the actual use of doing that remains to be | discovered. | | |