The following packages will be installed: wdfs Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching wdfs.SlackBuild... 0%100%100%100%100%100%Done Fetching wdfs.info... 0%100%100%100%100%100%Done wdfs-1.4.2/ wdfs-1.4.2/README wdfs-1.4.2/configure.ac wdfs-1.4.2/aclocal.m4 wdfs-1.4.2/Makefile.am wdfs-1.4.2/Makefile.in wdfs-1.4.2/configure wdfs-1.4.2/AUTHORS wdfs-1.4.2/COPYING wdfs-1.4.2/ChangeLog wdfs-1.4.2/INSTALL wdfs-1.4.2/NEWS wdfs-1.4.2/TODO wdfs-1.4.2/depcomp wdfs-1.4.2/install-sh wdfs-1.4.2/missing wdfs-1.4.2/src/ wdfs-1.4.2/src/Makefile.am wdfs-1.4.2/src/Makefile.in wdfs-1.4.2/src/config.h.in wdfs-1.4.2/src/cache.c wdfs-1.4.2/src/cache.h wdfs-1.4.2/src/svn.c wdfs-1.4.2/src/svn.h wdfs-1.4.2/src/wdfs-main.c wdfs-1.4.2/src/wdfs-main.h wdfs-1.4.2/src/webdav.c wdfs-1.4.2/src/webdav.h checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for strndup... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for WDFS... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: executing depfiles commands Making all in src make[1]: Entering directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2/src' make all-am make[2]: Entering directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2/src' if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT cache.o -MD -MP -MF ".deps/cache.Tpo" -c -o cache.o cache.c; \ then mv -f ".deps/cache.Tpo" ".deps/cache.Po"; else rm -f ".deps/cache.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT svn.o -MD -MP -MF ".deps/svn.Tpo" -c -o svn.o svn.c; \ then mv -f ".deps/svn.Tpo" ".deps/svn.Po"; else rm -f ".deps/svn.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT wdfs-main.o -MD -MP -MF ".deps/wdfs-main.Tpo" -c -o wdfs-main.o wdfs-main.c; \ then mv -f ".deps/wdfs-main.Tpo" ".deps/wdfs-main.Po"; else rm -f ".deps/wdfs-main.Tpo"; exit 1; fi In file included from wdfs-main.c:32:0: wdfs-main.c: In function 'wdfs_open': wdfs-main.c:700:19: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] assert(localpath && &fi); ^ wdfs-main.c: In function 'wdfs_read': wdfs-main.c:766:26: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] assert(localpath && buf && &fi); ^ wdfs-main.c: In function 'wdfs_write': wdfs-main.c:788:26: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] assert(localpath && buf && &fi); ^ wdfs-main.c: In function 'wdfs_ftruncate': wdfs-main.c:964:19: warning: the address of 'fi' will always evaluate as 'true' [-Waddress] assert(localpath && &fi); ^ if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT webdav.o -MD -MP -MF ".deps/webdav.Tpo" -c -o webdav.o webdav.c; \ then mv -f ".deps/webdav.Tpo" ".deps/webdav.Po"; else rm -f ".deps/webdav.Tpo"; exit 1; fi gcc -O2 -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -o wdfs cache.o svn.o wdfs-main.o webdav.o -lfuse -pthread -lneon -lglib-2.0 make[2]: Leaving directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2/src' make[1]: Leaving directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2/src' make[1]: Entering directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2' Making install in src make[1]: Entering directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2/src' make[2]: Entering directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2/src' test -z "/usr/bin" || mkdir -p -- "/usr/src/slapt-src/system/wdfs/package-wdfs/usr/bin" /usr/bin/ginstall -c 'wdfs' '/usr/src/slapt-src/system/wdfs/package-wdfs/usr/bin/wdfs' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2/src' make[1]: Leaving directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2/src' make[1]: Entering directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2' make[2]: Entering directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2' make[1]: Leaving directory '/usr/src/slapt-src/system/wdfs/wdfs-1.4.2' Slackware package maker, version 3.141593. 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/system/wdfs/wdfs-1.4.2-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/wdfs usr/doc/ usr/doc/wdfs-1.4.2/ usr/doc/wdfs-1.4.2/README usr/doc/wdfs-1.4.2/COPYING usr/doc/wdfs-1.4.2/AUTHORS usr/doc/wdfs-1.4.2/TODO usr/doc/wdfs-1.4.2/ChangeLog usr/doc/wdfs-1.4.2/INSTALL usr/doc/wdfs-1.4.2/wdfs.SlackBuild install/ install/slack-desc Slackware package /usr/src/slapt-src/system/wdfs/wdfs-1.4.2-x86_64-1salix.txz created. Installing package wdfs-1.4.2-x86_64-1salix... | wdfs (webdav filesystem for fuse) | | wdfs is a webdav filesystem that makes it possible to mount a webdav | share under linux, freebsd and apple mac os x. wdfs has some special | features for accessing subversion repositories via webdav. | It's based on fuse and neon. | | wdfs is free software distributed under the GNU GPL. | | | | |