Cook: freealut 1.1.0 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): cmake-common-3.17.3-any Installing (pkg/local): jsoncpp-1.8.4-i486 Installing (pkg/local): liblz4-1.8.3-i486 Installing (pkg/local): libxml2-2.9.9-i486 Installing (pkg/local): libzstd-1.3.8-i486 Installing (pkg/local): libarchive-3.3.3-i486 Installing (pkg/local): libunistring-0.9.10-i486 Installing (pkg/local): libidn2-2.1.0-i486 Installing (pkg/local): libcurl-7.63.0-i486 Installing (pkg/local): libnsl-1.2.0-i486 Installing (pkg/local): libuv-1.25.0-i486 Installing (pkg/local): cmake-3.17.3-i486 Installing (pkg/local): openal-1.16.0-i486 Installing (pkg/local): openal-dev-1.16.0-any Extracting source archive "freealut_1_1_0.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed CMake Warning (dev) at CMakeLists.txt:2 (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. -- The C compiler identification is GNU 8.2.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 -- Looking for include files AL/alc.h, AL/al.h -- Looking for include files AL/alc.h, AL/al.h - found -- Looking for time.h -- Looking for time.h - found -- Performing Test HAVE_NANOSLEEP -- Performing Test HAVE_NANOSLEEP - Success -- Performing Test HAVE_STAT -- Performing Test HAVE_STAT - Success -- Performing Test HAVE_ATTRIBUTE -- Performing Test HAVE_ATTRIBUTE - Success -- Performing Test HAVE_VISIBILITY -- Performing Test HAVE_VISIBILITY - Success -- Writing config.h -- Configuring done CMake Warning (dev) at CMakeLists.txt:137 (ADD_LIBRARY): Policy CMP0003 should be set before this line. Add code such as if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) as early as possible but after the most recent call to cmake_minimum_required or cmake_policy(VERSION). This warning appears because target "alut_static" links to some libraries for which the linker must search: m and other libraries with known full path: /usr/lib/libopenal.so CMake is adding directories in the second list to the linker search path in case they are needed to find libraries from the first list (for backwards compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for more information. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /home/slitaz/wok/freealut/source/freealut-1.1.0/build Scanning dependencies of target alut Scanning dependencies of target alut_static [ 4%] Building C object CMakeFiles/alut.dir/src/alutError.o [ 13%] Building C object CMakeFiles/alut.dir/src/alutBufferData.o [ 13%] Building C object CMakeFiles/alut.dir/src/alutCodec.o [ 18%] Building C object CMakeFiles/alut.dir/src/alutInit.o [ 22%] Building C object CMakeFiles/alut.dir/src/alutInputStream.o [ 27%] Building C object CMakeFiles/alut_static.dir/src/alutBufferData.o [ 31%] Building C object CMakeFiles/alut.dir/src/alutLoader.o [ 36%] Building C object CMakeFiles/alut_static.dir/src/alutCodec.o [ 40%] Building C object CMakeFiles/alut.dir/src/alutOutputStream.o [ 45%] Building C object CMakeFiles/alut.dir/src/alutUtil.o [ 50%] Building C object CMakeFiles/alut_static.dir/src/alutError.o /home/slitaz/wok/freealut/source/freealut-1.1.0/src/alutLoader.c: In function 'alutLoadWAVFile': /home/slitaz/wok/freealut/source/freealut-1.1.0/src/alutLoader.c:442:47: warning: pointer targets in passing argument 1 of '_alutInputStreamConstructFromFile' differ in signedness [-Wpointer-sign] stream = _alutInputStreamConstructFromFile (fileName); ^~~~~~~~ In file included from /home/slitaz/wok/freealut/source/freealut-1.1.0/src/alutLoader.c:1: /home/slitaz/wok/freealut/source/freealut-1.1.0/src/alutInternal.h:80:21: note: expected 'const char *' but argument is of type 'ALbyte *' {aka 'signed char *'} extern InputStream *_alutInputStreamConstructFromFile (const char *fileName); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 54%] Building C object CMakeFiles/alut.dir/src/alutVersion.o [ 59%] Building C object CMakeFiles/alut.dir/src/alutWaveform.o [ 63%] Building C object CMakeFiles/alut_static.dir/src/alutInit.o [ 68%] Building C object CMakeFiles/alut_static.dir/src/alutInputStream.o [ 72%] Building C object CMakeFiles/alut_static.dir/src/alutLoader.o [ 77%] Building C object CMakeFiles/alut_static.dir/src/alutOutputStream.o /home/slitaz/wok/freealut/source/freealut-1.1.0/src/alutLoader.c: In function 'alutLoadWAVFile': /home/slitaz/wok/freealut/source/freealut-1.1.0/src/alutLoader.c:442:47: warning: pointer targets in passing argument 1 of '_alutInputStreamConstructFromFile' differ in signedness [-Wpointer-sign] stream = _alutInputStreamConstructFromFile (fileName); ^~~~~~~~ In file included from /home/slitaz/wok/freealut/source/freealut-1.1.0/src/alutLoader.c:1: /home/slitaz/wok/freealut/source/freealut-1.1.0/src/alutInternal.h:80:21: note: expected 'const char *' but argument is of type 'ALbyte *' {aka 'signed char *'} extern InputStream *_alutInputStreamConstructFromFile (const char *fileName); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 81%] Building C object CMakeFiles/alut_static.dir/src/alutUtil.o [ 86%] Building C object CMakeFiles/alut_static.dir/src/alutVersion.o [ 90%] Building C object CMakeFiles/alut_static.dir/src/alutWaveform.o [ 95%] Linking C shared library libalut.so [ 95%] Built target alut [100%] Linking C static library libalut_static.a [100%] Built target alut_static [100%] Built target alut_static [100%] Built target alut Install the project... -- Install configuration: "" -- Installing: /home/slitaz/wok/freealut/install/usr/lib/libalut.a -- Installing: /home/slitaz/wok/freealut/install/usr/include/AL/alut.h -- Installing: /home/slitaz/wok/freealut/install/usr/lib/pkgconfig/freealut.pc -- Installing: /home/slitaz/wok/freealut/install/usr/bin/freealut-config -- Installing: /home/slitaz/wok/freealut/install/usr/lib/libalut.so.0.0.0 -- Installing: /home/slitaz/wok/freealut/install/usr/lib/libalut.so.0 -- Installing: /home/slitaz/wok/freealut/install/usr/lib/libalut.so ================================================================================ Executing strip on all files... Done Time: 0.33s. Size: 78292 B -> 68480 B. Save: 10 KB. ================================================================================ Build dependencies to remove: 14 Removing: cmake cmake-common jsoncpp libarchive libcurl libidn2 liblz4 libnsl libunistring libuv libxml2 libzstd openal openal-dev Pack: freealut 1.1.0 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "freealut-1.1.0-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "freealut-1.1.0-i486.tazpkg" created Pack: freealut-dev 1.1.0 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "freealut-dev-1.1.0-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/freealut-1.1.0... Done Checking site script in source/freealut-1.1.0... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: freealut 1.1.0 ================================================================================ Src file : freealut_1_1_0.tar.gz Src size : 148.0K Source dir : 1.2M Produced : 116.0K Cook time : 20s Cook date : 2020-09-12 07:45 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 60.0K : 15.3K : 2 : freealut-1.1.0-i486.tazpkg 2 : 100.0K : 18.1K : 5 : freealut-dev-1.1.0-i486.tazpkg ================================================================================