tar -xf alure-1.2.tar.bz2 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- 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 -- Looking for memset in stdc++ -- Looking for memset in stdc++ - found -- Looking for pow in m -- Looking for pow in m - found -- Checking _FILE_OFFSET_BITS for large files -- Checking _FILE_OFFSET_BITS for large files - 64 -- Looking for fseeko -- Looking for fseeko - found -- Performing Test HAVE_GCC_CONSTRUCTOR -- Performing Test HAVE_GCC_CONSTRUCTOR - Success -- Checking if C compiler supports -Wextra -- Checking if C compiler supports -Wextra - Success -- Checking if C compiler supports -funswitch-loops -- Checking if C compiler supports -funswitch-loops - Success -- Checking if C compiler supports -fvisibility=hidden -- Checking if C compiler supports -fvisibility=hidden - Success -- Performing Test HAVE_GCC_VISIBILITY -- Performing Test HAVE_GCC_VISIBILITY - Success -- Looking for windows.h -- Looking for windows.h - not found -- Checking if C compiler supports -pthread -- Checking if C compiler supports -pthread - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for include files pthread.h, pthread_np.h -- Looking for include files pthread.h, pthread_np.h - not found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Looking for nanosleep -- Looking for nanosleep - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for sys/wait.h -- Looking for sys/wait.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Checking for module 'openal' -- Found openal, version 1.17.2 -- Checking for module 'sndfile' -- Found sndfile, version 1.0.26 -- Checking for module 'vorbisfile' -- Found vorbisfile, version 1.3.5 -- Found FLAC: /usr/lib/libFLAC.so -- Checking for module 'libmpg123' -- Found libmpg123, version 1.22.4 -- Looking for dumb.h -- Looking for dumb.h - not found -- NaturalDocs not found; building documentation is disabled -- ********************** Configured options ********************** -- Building shared library -- Building and installing examples -- -- SndFile support: enabled -- VorbisFile support: enabled -- FLAC support: enabled -- MPG123 support: enabled -- DUMB support: disabled -- ModPlug support: disabled -- FluidSynth support: disabled -- -- Configuring done -- Generating done -- Build files have been written to: /home/djemos/alure/src/alure-1.2/build Scanning dependencies of target alure [ 5%] Building CXX object CMakeFiles/alure.dir/src/alure.o /home/djemos/alure/src/alure-1.2/src/alure.cpp: In function ‘void EnterCriticalSection(CRITICAL_SECTION*)’: /home/djemos/alure/src/alure-1.2/src/alure.cpp:157:9: προειδοποίηση: variable ‘ret’ set but not used [-Wunused-but-set-variable] int ret; ^ /home/djemos/alure/src/alure-1.2/src/alure.cpp: In function ‘void LeaveCriticalSection(CRITICAL_SECTION*)’: /home/djemos/alure/src/alure-1.2/src/alure.cpp:163:9: προειδοποίηση: variable ‘ret’ set but not used [-Wunused-but-set-variable] int ret; ^ /home/djemos/alure/src/alure-1.2/src/alure.cpp: In function ‘void InitializeCriticalSection(CRITICAL_SECTION*)’: /home/djemos/alure/src/alure-1.2/src/alure.cpp:170:9: προειδοποίηση: variable ‘ret’ set but not used [-Wunused-but-set-variable] int ret; ^ /home/djemos/alure/src/alure-1.2/src/alure.cpp: In function ‘void DeleteCriticalSection(CRITICAL_SECTION*)’: /home/djemos/alure/src/alure-1.2/src/alure.cpp:188:9: προειδοποίηση: variable ‘ret’ set but not used [-Wunused-but-set-variable] int ret; ^ In file included from /home/djemos/alure/src/alure-1.2/src/alure.cpp:28:0: /home/djemos/alure/src/alure-1.2/include/main.h: At global scope: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 10%] Building CXX object CMakeFiles/alure.dir/src/buffer.o In file included from /home/djemos/alure/src/alure-1.2/src/buffer.cpp:28:0: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 15%] Building CXX object CMakeFiles/alure.dir/src/istream.o In file included from /home/djemos/alure/src/alure-1.2/src/istream.cpp:28:0: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 21%] Building CXX object CMakeFiles/alure.dir/src/stream.o In file included from /home/djemos/alure/src/alure-1.2/src/stream.cpp:28:0: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 26%] Building CXX object CMakeFiles/alure.dir/src/streamdec.o In file included from /home/djemos/alure/src/alure-1.2/src/streamdec.cpp:26:0: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 31%] Building CXX object CMakeFiles/alure.dir/src/streamplay.o In file included from /home/djemos/alure/src/alure-1.2/src/streamplay.cpp:28:0: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 36%] Building CXX object CMakeFiles/alure.dir/src/codec_wav.o [ 42%] Building CXX object CMakeFiles/alure.dir/src/codec_aiff.o In file included from /home/djemos/alure/src/alure-1.2/src/codec_aiff.cpp:26:0: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 47%] Building CXX object CMakeFiles/alure.dir/src/codec_sndfile.o In file included from /home/djemos/alure/src/alure-1.2/src/codec_sndfile.cpp:26:0: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 52%] Building CXX object CMakeFiles/alure.dir/src/codec_vorbisfile.o [ 57%] Building CXX object CMakeFiles/alure.dir/src/codec_flac.o In file included from /home/djemos/alure/src/alure-1.2/src/codec_flac.cpp:26:0: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 63%] Building CXX object CMakeFiles/alure.dir/src/codec_mpg123.o In file included from /home/djemos/alure/src/alure-1.2/src/codec_mpg123.cpp:26:0: /home/djemos/alure/src/alure-1.2/include/main.h:61:19: προειδοποίηση: ‘BigEndian’ defined but not used [-Wunused-variable] static const bool BigEndian = !LittleEndian; ^ [ 68%] Linking CXX shared library libalure.so [ 68%] Built target alure Scanning dependencies of target alurecdplay [ 73%] Building C object CMakeFiles/alurecdplay.dir/examples/alurecdplay.o [ 78%] Linking C executable alurecdplay [ 78%] Built target alurecdplay Scanning dependencies of target alureplay [ 84%] Building C object CMakeFiles/alureplay.dir/examples/alureplay.o [ 89%] Linking C executable alureplay [ 89%] Built target alureplay Scanning dependencies of target alurestream [ 94%] Building C object CMakeFiles/alurestream.dir/examples/alurestream.o [100%] Linking C executable alurestream [100%] Built target alurestream [ 68%] Built target alure [ 78%] Built target alurecdplay [ 89%] Built target alureplay [100%] Built target alurestream Install the project... -- Install configuration: "Release" -- Installing: /home/djemos/alure/pkg/usr/lib/libalure.so.1.2.0 -- Installing: /home/djemos/alure/pkg/usr/lib/libalure.so.1 -- Installing: /home/djemos/alure/pkg/usr/lib/libalure.so -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/javascript -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/javascript/searchdata.js -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/javascript/main.js -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/styles -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/styles/main.css -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/styles/1.css -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/styles/2.css -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/index -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/index/General.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/index/Functions.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/files -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/files/streamplay-cpp.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/files/buffer-cpp.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/files/alure-cpp.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/files/istream-cpp.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/files/stream-cpp.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/search -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/search/GeneralF.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/search/GeneralM.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/search/FunctionsA.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/search/GeneralS.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/search/NoResults.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/search/GeneralA.html -- Installing: /home/djemos/alure/pkg/usr/share/doc/alure/html/index.html -- Installing: /home/djemos/alure/pkg/usr/include/AL/alure.h -- Installing: /home/djemos/alure/pkg/usr/lib/pkgconfig/alure.pc -- Installing: /home/djemos/alure/pkg/usr/bin/alureplay -- Set runtime path of "/home/djemos/alure/pkg/usr/bin/alureplay" to "" -- Installing: /home/djemos/alure/pkg/usr/bin/alurestream -- Set runtime path of "/home/djemos/alure/pkg/usr/bin/alurestream" to "" -- Installing: /home/djemos/alure/pkg/usr/bin/alurecdplay -- Set runtime path of "/home/djemos/alure/pkg/usr/bin/alurecdplay" to "" /home/djemos/alure/pkg: σύνολο 8 drwxr-xr-x 2 root root 4096 Μάι 22 12:43 install drwxr-xr-x 8 root root 4096 Μάι 22 12:43 usr /home/djemos/alure/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 454 Μάι 22 12:43 slack-desc /home/djemos/alure/pkg/usr: σύνολο 24 drwxr-xr-x 2 root root 4096 Μάι 22 12:43 bin drwxr-xr-x 3 root root 4096 Μάι 22 12:43 doc drwxr-xr-x 3 root root 4096 Μάι 22 12:43 include drwxr-xr-x 3 root root 4096 Μάι 22 12:43 lib drwxr-xr-x 3 root root 4096 Μάι 22 12:43 share drwxr-xr-x 3 root root 4096 Μάι 22 12:43 src /home/djemos/alure/pkg/usr/bin: σύνολο 32 -rwxr-xr-x 1 root root 9664 Μάι 22 12:43 alurecdplay -rwxr-xr-x 1 root root 5532 Μάι 22 12:43 alureplay -rwxr-xr-x 1 root root 9632 Μάι 22 12:43 alurestream /home/djemos/alure/pkg/usr/doc: σύνολο 4 drwxr-xr-x 2 root root 4096 Μάι 22 12:43 alure-1.2 /home/djemos/alure/pkg/usr/doc/alure-1.2: σύνολο 4 -rw-r--r-- 1 root root 1063 Μάι 22 12:43 COPYING /home/djemos/alure/pkg/usr/include: σύνολο 4 drwxr-xr-x 2 root root 4096 Μάι 22 12:43 AL /home/djemos/alure/pkg/usr/include/AL: σύνολο 12 -rw-r--r-- 1 root root 8250 Ιούλ 29 2011 alure.h /home/djemos/alure/pkg/usr/lib: σύνολο 88 lrwxrwxrwx 1 root root 13 Μάι 22 12:43 libalure.so -> libalure.so.1 lrwxrwxrwx 1 root root 17 Μάι 22 12:43 libalure.so.1 -> libalure.so.1.2.0 -rwxr-xr-x 1 root root 83756 Μάι 22 12:43 libalure.so.1.2.0 drwxr-xr-x 2 root root 4096 Μάι 22 12:43 pkgconfig /home/djemos/alure/pkg/usr/lib/pkgconfig: σύνολο 4 -rw-r--r-- 1 root root 242 Μάι 22 12:43 alure.pc /home/djemos/alure/pkg/usr/share: σύνολο 4 drwxr-xr-x 3 root root 4096 Μάι 22 12:43 doc /home/djemos/alure/pkg/usr/share/doc: σύνολο 4 drwxr-xr-x 3 root root 4096 Μάι 22 12:43 alure /home/djemos/alure/pkg/usr/share/doc/alure: σύνολο 4 drwxr-xr-x 7 root root 4096 Μάι 22 12:43 html /home/djemos/alure/pkg/usr/share/doc/alure/html: σύνολο 24 drwxr-xr-x 2 root root 4096 Μάι 22 12:43 files drwxr-xr-x 2 root root 4096 Μάι 22 12:43 index -rw-r--r-- 1 root root 91 Ιούλ 29 2011 index.html drwxr-xr-x 2 root root 4096 Μάι 22 12:43 javascript drwxr-xr-x 2 root root 4096 Μάι 22 12:43 search drwxr-xr-x 2 root root 4096 Μάι 22 12:43 styles /home/djemos/alure/pkg/usr/share/doc/alure/html/files: σύνολο 124 -rw-r--r-- 1 root root 27061 Ιούλ 29 2011 alure-cpp.html -rw-r--r-- 1 root root 13594 Ιούλ 29 2011 buffer-cpp.html -rw-r--r-- 1 root root 9367 Ιούλ 29 2011 istream-cpp.html -rw-r--r-- 1 root root 39988 Ιούλ 29 2011 stream-cpp.html -rw-r--r-- 1 root root 27853 Ιούλ 29 2011 streamplay-cpp.html /home/djemos/alure/pkg/usr/share/doc/alure/html/index: σύνολο 84 -rw-r--r-- 1 root root 40629 Ιούλ 29 2011 Functions.html -rw-r--r-- 1 root root 42325 Ιούλ 29 2011 General.html /home/djemos/alure/pkg/usr/share/doc/alure/html/javascript: σύνολο 32 -rw-r--r-- 1 root root 25346 Ιούλ 29 2011 main.js -rw-r--r-- 1 root root 1113 Ιούλ 29 2011 searchdata.js /home/djemos/alure/pkg/usr/share/doc/alure/html/search: σύνολο 32 -rw-r--r-- 1 root root 7659 Ιούλ 29 2011 FunctionsA.html -rw-r--r-- 1 root root 7846 Ιούλ 29 2011 GeneralA.html -rw-r--r-- 1 root root 2202 Ιούλ 29 2011 GeneralF.html -rw-r--r-- 1 root root 1456 Ιούλ 29 2011 GeneralM.html -rw-r--r-- 1 root root 1412 Ιούλ 29 2011 GeneralS.html -rw-r--r-- 1 root root 857 Ιούλ 29 2011 NoResults.html /home/djemos/alure/pkg/usr/share/doc/alure/html/styles: σύνολο 28 -rw-r--r-- 1 root root 19459 Ιούλ 29 2011 1.css -rw-r--r-- 1 root root 133 Ιούλ 29 2011 2.css -rw-r--r-- 1 root root 44 Ιούλ 29 2011 main.css /home/djemos/alure/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Μάι 22 12:43 alure-1.2 /home/djemos/alure/pkg/usr/src/alure-1.2: σύνολο 4 -rw-r--r-- 1 root root 1082 Μάι 22 12:43 SLKBUILD Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib/libalure.so.1 libalure.so.1.2.0 usr/lib/libalure.so libalure.so.1 Making symbolic link creation script: ( cd usr/lib ; rm -rf libalure.so.1 ) ( cd usr/lib ; ln -sf libalure.so.1.2.0 libalure.so.1 ) ( cd usr/lib ; rm -rf libalure.so ) ( cd usr/lib ; ln -sf libalure.so.1 libalure.so ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/libalure.so.1' removed './usr/lib/libalure.so' Creating your new ./install/doinst.sh... 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/alure/alure-1.2-i586-1dj.txz ./ usr/ usr/share/ usr/share/doc/ usr/share/doc/alure/ usr/share/doc/alure/html/ usr/share/doc/alure/html/javascript/ usr/share/doc/alure/html/javascript/searchdata.js usr/share/doc/alure/html/javascript/main.js usr/share/doc/alure/html/styles/ usr/share/doc/alure/html/styles/main.css usr/share/doc/alure/html/styles/1.css usr/share/doc/alure/html/styles/2.css usr/share/doc/alure/html/index/ usr/share/doc/alure/html/index/General.html usr/share/doc/alure/html/index/Functions.html usr/share/doc/alure/html/files/ usr/share/doc/alure/html/files/streamplay-cpp.html usr/share/doc/alure/html/files/buffer-cpp.html usr/share/doc/alure/html/files/alure-cpp.html usr/share/doc/alure/html/files/istream-cpp.html usr/share/doc/alure/html/files/stream-cpp.html usr/share/doc/alure/html/search/ usr/share/doc/alure/html/search/GeneralF.html usr/share/doc/alure/html/search/GeneralM.html usr/share/doc/alure/html/search/FunctionsA.html usr/share/doc/alure/html/search/GeneralS.html usr/share/doc/alure/html/search/NoResults.html usr/share/doc/alure/html/search/GeneralA.html usr/share/doc/alure/html/index.html usr/bin/ usr/bin/alurecdplay usr/bin/alureplay usr/bin/alurestream usr/lib/ usr/lib/libalure.so.1.2.0 usr/lib/pkgconfig/ usr/lib/pkgconfig/alure.pc usr/src/ usr/src/alure-1.2/ usr/src/alure-1.2/SLKBUILD usr/doc/ usr/doc/alure-1.2/ usr/doc/alure-1.2/COPYING usr/include/ usr/include/AL/ usr/include/AL/alure.h install/ install/slack-desc install/doinst.sh Slackware package /home/djemos/alure/alure-1.2-i586-1dj.txz created. Package has been built. Cleaning pkg and src directories