tar -xf unionfs-fuse-0.26.tar.xz -- The C compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning (dev) at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 2.4 is not supported by CMake >= 3.0. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_SHARED_LIBS LIBRARY_OUTPUT_PATH SYSCONFDIR -- Build files have been written to: /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26 /usr/bin/cmake -H/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26 -B/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/CMakeFiles /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26' make -f src/CMakeFiles/unionfs.dir/build.make src/CMakeFiles/unionfs.dir/depend make[2]: Entering directory '/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26' cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26 /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26 /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/CMakeFiles/unionfs.dir/DependInfo.cmake --color= Dependee "/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/CMakeFiles/unionfs.dir/DependInfo.cmake" is newer than depender "/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/CMakeFiles/unionfs.dir/depend.internal". Dependee "/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/CMakeFiles/unionfs.dir/depend.internal". Scanning dependencies of target unionfs make[2]: Leaving directory '/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26' make -f src/CMakeFiles/unionfs.dir/build.make src/CMakeFiles/unionfs.dir/build make[2]: Entering directory '/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26' [ 6%] Building C object src/CMakeFiles/unionfs.dir/unionfs.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/unionfs.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/unionfs.c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/unionfs.c: In function ‘unionfs_getattr’: /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/unionfs.c:193:26: προειδοποίηση: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(stbuf, 0, sizeof(stbuf)); ^ /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/unionfs.c: In function ‘unionfs_init’: /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/unionfs.c:232:13: προειδοποίηση: implicit declaration of function ‘chroot’ [-Wimplicit-function-declaration] int res = chroot(uopt.chroot); ^ [ 12%] Building C object src/CMakeFiles/unionfs.dir/stats.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/stats.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/stats.c [ 18%] Building C object src/CMakeFiles/unionfs.dir/opts.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/opts.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/opts.c [ 25%] Building C object src/CMakeFiles/unionfs.dir/debug.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/debug.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/debug.c [ 31%] Building C object src/CMakeFiles/unionfs.dir/findbranch.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/findbranch.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/findbranch.c [ 37%] Building C object src/CMakeFiles/unionfs.dir/readdir.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/readdir.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/readdir.c [ 43%] Building C object src/CMakeFiles/unionfs.dir/general.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/general.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/general.c [ 50%] Building C object src/CMakeFiles/unionfs.dir/unlink.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/unlink.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/unlink.c [ 56%] Building C object src/CMakeFiles/unionfs.dir/cow.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/cow.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/cow.c [ 62%] Building C object src/CMakeFiles/unionfs.dir/cow_utils.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/cow_utils.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/cow_utils.c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/cow_utils.c: In function ‘setfile’: /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/cow_utils.c:64:6: προειδοποίηση: variable ‘rval’ set but not used [-Wunused-but-set-variable] int rval; ^ [ 68%] Building C object src/CMakeFiles/unionfs.dir/string.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/string.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/string.c [ 75%] Building C object src/CMakeFiles/unionfs.dir/rmdir.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/rmdir.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/rmdir.c [ 81%] Building C object src/CMakeFiles/unionfs.dir/usyslog.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/usyslog.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/usyslog.c [ 87%] Building C object src/CMakeFiles/unionfs.dir/hashtable.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/hashtable.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/hashtable.c [ 93%] Building C object src/CMakeFiles/unionfs.dir/hashtable_itr.o cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cc -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g -o CMakeFiles/unionfs.dir/hashtable_itr.o -c /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src/hashtable_itr.c [100%] Linking C executable unionfs cd /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/unionfs.dir/link.txt --verbose=1 /usr/bin/cc -pipe -W -Wall -DFORTIFY_SOURCE=2 -O2 -g CMakeFiles/unionfs.dir/unionfs.o CMakeFiles/unionfs.dir/stats.o CMakeFiles/unionfs.dir/opts.o CMakeFiles/unionfs.dir/debug.o CMakeFiles/unionfs.dir/findbranch.o CMakeFiles/unionfs.dir/readdir.o CMakeFiles/unionfs.dir/general.o CMakeFiles/unionfs.dir/unlink.o CMakeFiles/unionfs.dir/cow.o CMakeFiles/unionfs.dir/cow_utils.o CMakeFiles/unionfs.dir/string.o CMakeFiles/unionfs.dir/rmdir.o CMakeFiles/unionfs.dir/usyslog.o CMakeFiles/unionfs.dir/hashtable.o CMakeFiles/unionfs.dir/hashtable_itr.o -o unionfs -rdynamic -lfuse -lpthread -lrt make[2]: Leaving directory '/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26' [100%] Built target unionfs make[1]: Leaving directory '/home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26' /usr/bin/cmake -E cmake_progress_start /home/djemos/salix-32/unionfs-fuse/src/unionfs-fuse-0.26/CMakeFiles 0 [100%] Built target unionfs Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /home/djemos/salix-32/unionfs-fuse/pkg/usr/bin/unionfs -- Installing: /home/djemos/salix-32/unionfs-fuse/pkg/usr/share/man/man8/unionfs-fuse.8 /home/djemos/salix-32/unionfs-fuse/pkg: σύνολο 8 drwxr-xr-x 2 root root 4096 Σεπ 3 09:55 install drwxr-xr-x 6 root root 4096 Σεπ 3 09:55 usr /home/djemos/salix-32/unionfs-fuse/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 238 Σεπ 3 09:55 slack-desc /home/djemos/salix-32/unionfs-fuse/pkg/usr: σύνολο 16 drwxr-xr-x 2 root root 4096 Σεπ 3 09:55 bin drwxr-xr-x 3 root root 4096 Σεπ 3 09:55 doc drwxr-xr-x 3 root root 4096 Σεπ 3 09:55 man drwxr-xr-x 3 root root 4096 Σεπ 3 09:54 src /home/djemos/salix-32/unionfs-fuse/pkg/usr/bin: σύνολο 108 -rwxr-xr-x 1 root root 108684 Σεπ 3 09:55 unionfs /home/djemos/salix-32/unionfs-fuse/pkg/usr/doc: σύνολο 4 drwxr-xr-x 2 root root 4096 Σεπ 3 09:55 unionfs-fuse-0.26 /home/djemos/salix-32/unionfs-fuse/pkg/usr/doc/unionfs-fuse-0.26: σύνολο 12 -rw-r--r-- 1 root root 1289 Σεπ 3 09:55 CREDITS -rw-r--r-- 1 root root 6217 Σεπ 3 09:55 changelog /home/djemos/salix-32/unionfs-fuse/pkg/usr/man: σύνολο 4 drwxr-xr-x 2 root root 4096 Σεπ 3 09:55 man8 /home/djemos/salix-32/unionfs-fuse/pkg/usr/man/man8: σύνολο 4 -rw-r--r-- 1 root root 2680 Σεπ 11 2012 unionfs-fuse.8.gz /home/djemos/salix-32/unionfs-fuse/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Σεπ 3 09:55 unionfs-fuse-0.26 /home/djemos/salix-32/unionfs-fuse/pkg/usr/src/unionfs-fuse-0.26: σύνολο 4 -rw-r--r-- 1 root root 751 Σεπ 3 09:55 SLKBUILD 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: /home/djemos/salix-32/unionfs-fuse/unionfs-fuse-0.26-i586-1dj.txz ./ usr/ usr/bin/ usr/bin/unionfs usr/man/ usr/man/man8/ usr/man/man8/unionfs-fuse.8.gz usr/src/ usr/src/unionfs-fuse-0.26/ usr/src/unionfs-fuse-0.26/SLKBUILD usr/doc/ usr/doc/unionfs-fuse-0.26/ usr/doc/unionfs-fuse-0.26/CREDITS usr/doc/unionfs-fuse-0.26/changelog install/ install/slack-desc Slackware package /home/djemos/salix-32/unionfs-fuse/unionfs-fuse-0.26-i586-1dj.txz created. Package has been built. Cleaning pkg and src directories