CMake Deprecation Warning at CMakeLists.txt:2 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. ## WARNING: The C++ bindings are only lightly tested. Feed-back appreciated. ## CMake Warning (dev) at CMakeLists.txt:297 (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 "aftenxx" links to some libraries for which the linker must search: m, -lpthread and other libraries with known full path: /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/libaften.so.0.0.8 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. ften-0.0.8/libaften/x86/gas_support.h aften-0.0.8/libaften/x86/asm_common.h aften-0.0.8/libaften/bitalloc.h aften-0.0.8/libaften/exponent.c aften-0.0.8/libaften/dynrng.c aften-0.0.8/libaften/cpu_caps.h aften-0.0.8/libaften/aften.h aften-0.0.8/libaften/aften-types.h aften-0.0.8/libaften/exponent.h aften-0.0.8/libaften/dynrng.h aften-0.0.8/libaften/bitio.c aften-0.0.8/libaften/crc.c aften-0.0.8/libaften/window.c aften-0.0.8/libaften/exponent_common.c aften-0.0.8/libaften/threading.h aften-0.0.8/libaften/bitio.h aften-0.0.8/libaften/crc.h aften-0.0.8/libaften/window.h aften-0.0.8/libaften/a52enc.c aften-0.0.8/libaften/util.c aften-0.0.8/libaften/mem.h aften-0.0.8/libaften/filter.c aften-0.0.8/libaften/mdct.c aften-0.0.8/libaften/bitalloc.c aften-0.0.8/libaften/filter.h aften-0.0.8/libaften/a52.h aften-0.0.8/libaften/mdct.h aften-0.0.8/libaften/coupling.c aften-0.0.8/libaften/coupling.h aften-0.0.8/CMakeModules/ aften-0.0.8/CMakeModules/CompilerVisibility.cmake aften-0.0.8/CMakeModules/DetectCompiler.cmake aften-0.0.8/CMakeModules/ConfigHelper.cmake aften-0.0.8/CMakeModules/CompilerSIMD.cmake aften-0.0.8/CMakeModules/HeaderTests.cmake aften-0.0.8/CMakeModules/FlagsTests.cmake aften-0.0.8/aften/ aften-0.0.8/aften/helptext.h aften-0.0.8/aften/opts.c aften-0.0.8/aften/opts.h aften-0.0.8/aften/aften.c aften-0.0.8/bindings/ aften-0.0.8/bindings/aftenxx.h aften-0.0.8/bindings/aftenxx.cxx aften-0.0.8/util/ aften-0.0.8/util/wavrms.c aften-0.0.8/util/wavfilter.c aften-0.0.8/util/wavinfo.c aften-0.0.8/bswap.h aften-0.0.8/Changelog aften-0.0.8/COPYING aften-0.0.8/CMakeLists.txt aften-0.0.8/README aften-0.0.8/common.h -- The C compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAVE_64BITS -- Performing Test HAVE_64BITS - Failed -- Performing Test HAVE_FLAG_STD=GNU99 -- Performing Test HAVE_FLAG_STD=GNU99 - Success -- Performing Test HAVE_FLAG_WDISABLED_OPTIMIZATION -- Performing Test HAVE_FLAG_WDISABLED_OPTIMIZATION - Success -- Performing Test HAVE_FLAG_WFLOAT_EQUAL -- Performing Test HAVE_FLAG_WFLOAT_EQUAL - Success -- Performing Test HAVE_FLAG_WBAD_FUNCTION_CAST -- Performing Test HAVE_FLAG_WBAD_FUNCTION_CAST - Success -- Performing Test HAVE_FLAG_WDECLARATION_AFTER_STATEMENT -- Performing Test HAVE_FLAG_WDECLARATION_AFTER_STATEMENT - Success -- Performing Test HAVE_FLAG_WEXTRA -- Performing Test HAVE_FLAG_WEXTRA - Success -- Performing Test HAVE_FLAG_WNO_SWITCH -- Performing Test HAVE_FLAG_WNO_SWITCH - Success -- Performing Test HAVE_FLAG_WSTRICT_OVERFLOW -- Performing Test HAVE_FLAG_WSTRICT_OVERFLOW - Success -- Performing Test HAVE_VISIBILITY -- Performing Test HAVE_VISIBILITY - Success -- Performing Test HAVE_GET_NPROCS -- Performing Test HAVE_GET_NPROCS - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for byteswap.h -- Looking for byteswap.h - found -- Performing Test HAVE_MMX -- Performing Test HAVE_MMX - Success -- Performing Test HAVE_SSE -- Performing Test HAVE_SSE - Success -- Performing Test HAVE_SSE2 -- Performing Test HAVE_SSE2 - Success -- Performing Test HAVE_MM_MALLOC -- Performing Test HAVE_MM_MALLOC - Success -- Performing Test HAVE_SSE3 -- Performing Test HAVE_SSE3 - Success -- Performing Test HAVE_CASTSI128 -- Performing Test HAVE_CASTSI128 - Success -- Writing config.h -- The CXX compiler identification is GNU 11.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/bin/cmake -S/usr/src/slapt-src/audio/aften/aften-0.0.8 -B/usr/src/slapt-src/audio/aften/aften-0.0.8/oot --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles /usr/src/slapt-src/audio/aften/aften-0.0.8/oot//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften.dir/build.make CMakeFiles/aften.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aften.dir/DependInfo.cmake --color= make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften.dir/build.make CMakeFiles/aften.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 1%] Building C object CMakeFiles/aften.dir/libaften/a52enc.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/a52enc.o -MF CMakeFiles/aften.dir/libaften/a52enc.o.d -o CMakeFiles/aften.dir/libaften/a52enc.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52enc.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52.h:36, from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52enc.c:36: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52enc.c: In function ‘aften_encode_init’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/threading.h:60:36: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void * (*)(void *)’ [-Wcast-function-type] 60 | pthread_create(threadid, NULL, (void *(*) (void *))threadfunc, threadparam) | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52enc.c:538:13: note: in expansion of macro ‘thread_create’ 538 | thread_create(&cur_tctx->ts.thread, threaded_encode, cur_tctx); | ^~~~~~~~~~~~~ [ 3%] Building C object CMakeFiles/aften.dir/libaften/bitalloc.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/bitalloc.o -MF CMakeFiles/aften.dir/libaften/bitalloc.o.d -o CMakeFiles/aften.dir/libaften/bitalloc.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.h:31, from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.c:35: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.c: In function ‘a52_bit_allocation’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52.h:51:45: warning: left shift of negative value [-Wshift-negative-value] 51 | #define SNROFFST(csnr, fsnr) (((((csnr)-15) << 4) + (fsnr)) << 2) | ^~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.c:375:21: note: in expansion of macro ‘SNROFFST’ 375 | if(snroffset == SNROFFST(0, 0)) { | ^~~~~~~~ cc1: warning: left shift of negative value [-Wshift-negative-value] [ 5%] Building C object CMakeFiles/aften.dir/libaften/bitio.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/bitio.o -MF CMakeFiles/aften.dir/libaften/bitio.o.d -o CMakeFiles/aften.dir/libaften/bitio.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitio.c [ 7%] Building C object CMakeFiles/aften.dir/libaften/crc.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/crc.o -MF CMakeFiles/aften.dir/libaften/crc.o.d -o CMakeFiles/aften.dir/libaften/crc.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/crc.c [ 9%] Building C object CMakeFiles/aften.dir/libaften/dynrng.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/dynrng.o -MF CMakeFiles/aften.dir/libaften/dynrng.o.d -o CMakeFiles/aften.dir/libaften/dynrng.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/dynrng.c [ 11%] Building C object CMakeFiles/aften.dir/libaften/window.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/window.o -MF CMakeFiles/aften.dir/libaften/window.o.d -o CMakeFiles/aften.dir/libaften/window.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/window.c [ 12%] Building C object CMakeFiles/aften.dir/libaften/mdct.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/mdct.o -MF CMakeFiles/aften.dir/libaften/mdct.o.d -o CMakeFiles/aften.dir/libaften/mdct.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/mdct.c [ 14%] Building C object CMakeFiles/aften.dir/libaften/exponent.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/exponent.o -MF CMakeFiles/aften.dir/libaften/exponent.o.d -o CMakeFiles/aften.dir/libaften/exponent.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:28: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c: In function ‘extract_exponents’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:220:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 220 | v1 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j ] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:221:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 221 | v2 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j+1] * FCONST(16777216.0)); | ^ In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:28, from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:28: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c: In function ‘encode_exp_blk_ch’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:145:23: warning: ‘exp1’ may be used uninitialized [-Wmaybe-uninitialized] 145 | exp1[0] = MIN(exp1[0], exp[0]+2); /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:145:15: note: in expansion of macro ‘MIN’ 145 | exp1[0] = MIN(exp1[0], exp[0]+2); | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:105:13: note: ‘exp1’ declared here 105 | uint8_t exp1[256]; | ^~~~ [ 16%] Building C object CMakeFiles/aften.dir/libaften/filter.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/filter.o -MF CMakeFiles/aften.dir/libaften/filter.o.d -o CMakeFiles/aften.dir/libaften/filter.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/filter.c [ 18%] Building C object CMakeFiles/aften.dir/libaften/util.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/util.o -MF CMakeFiles/aften.dir/libaften/util.o.d -o CMakeFiles/aften.dir/libaften/util.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/util.c [ 20%] Building C object CMakeFiles/aften.dir/libaften/x86/x86_cpu_caps.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_cpu_caps.o -MF CMakeFiles/aften.dir/libaften/x86/x86_cpu_caps.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_cpu_caps.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_cpu_caps.c [ 22%] Building C object CMakeFiles/aften.dir/libaften/x86/x86_mmx_exponent.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -mmmx -DUSE_MMX -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_mmx_exponent.o -MF CMakeFiles/aften.dir/libaften/x86/x86_mmx_exponent.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_mmx_exponent.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:29: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c: In function ‘extract_exponents’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:220:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 220 | v1 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j ] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:221:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 221 | v2 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j+1] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function ‘compute_expstr_ch’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:318:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 318 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:319:13: note: here 319 | case 6: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:322:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 322 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:323:13: note: here 323 | case 5: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:326:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 326 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:327:13: note: here 327 | case 4: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:330:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 330 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:331:13: note: here 331 | case 3: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:334:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 334 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:335:13: note: here 335 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:338:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 338 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:339:13: note: here 339 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function ‘exponent_min’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:53:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 53 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:54:5: note: here 54 | case 6: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:56:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 56 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:57:5: note: here 57 | case 5: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:59:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 59 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:60:5: note: here 60 | case 4: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:62:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 62 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:63:5: note: here 63 | case 3: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:65:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 65 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:66:5: note: here 66 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:68:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 68 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:69:5: note: here 69 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function ‘encode_exp_blk_ch’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:129:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 129 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:130:9: note: here 130 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:133:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 133 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:134:9: note: here 134 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:164:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 164 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:165:9: note: here 165 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:170:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 170 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:171:9: note: here 171 | case 1: | ^~~~ [ 24%] Building C object CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_dummy.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_dummy.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_dummy.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_dummy.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse_mdct_dummy.c [ 25%] Building C object CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_common_init.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_common_init.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_common_init.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_common_init.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c [ 27%] Building C object CMakeFiles/aften.dir/libaften/x86/x86_sse_window.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse_window.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse_window.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse_window.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse_window.c [ 29%] Building C object CMakeFiles/aften.dir/libaften/x86/x86_sse2_exponent.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -mmmx -msse -msse2 -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse2_exponent.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse2_exponent.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse2_exponent.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:29: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c: In function ‘extract_exponents’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:220:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 220 | v1 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j ] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:221:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 221 | v2 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j+1] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c: In function ‘encode_exp_blk_ch’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:98:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 98 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:99:9: note: here 99 | case 6: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:102:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 102 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:103:9: note: here 103 | case 5: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:106:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 106 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:107:9: note: here 107 | case 4: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:110:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 110 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:111:9: note: here 111 | case 3: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:114:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 114 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:115:9: note: here 115 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:118:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 118 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:119:9: note: here 119 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:149:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 149 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:150:9: note: here 150 | case 6: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:155:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 155 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:156:9: note: here 156 | case 5: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:161:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 161 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:162:9: note: here 162 | case 4: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:167:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 167 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:168:9: note: here 168 | case 3: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:173:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 173 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:174:9: note: here 174 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:179:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 179 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:180:9: note: here 180 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:209:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 209 | k += 4; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:210:9: note: here 210 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:215:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 215 | k += 4; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:216:9: note: here 216 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:252:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 252 | k += 4; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:253:9: note: here 253 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:260:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 260 | k += 4; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:261:9: note: here 261 | case 1: | ^~~~ [ 31%] Building C object CMakeFiles/aften.dir/libaften/x86/x86_sse3_mdct_dummy.o /usr/bin/cc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -mmmx -msse -msse2 -msse3 -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -DUSE_SSE3 -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse3_mdct_dummy.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse3_mdct_dummy.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse3_mdct_dummy.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse3_mdct_dummy.c [ 33%] Linking C shared library libaften.so /usr/bin/cmake -E cmake_link_script CMakeFiles/aften.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -shared -Wl,-soname,libaften.so.0 -o libaften.so.0.0.8 CMakeFiles/aften.dir/libaften/a52enc.o CMakeFiles/aften.dir/libaften/bitalloc.o CMakeFiles/aften.dir/libaften/bitio.o CMakeFiles/aften.dir/libaften/crc.o CMakeFiles/aften.dir/libaften/dynrng.o CMakeFiles/aften.dir/libaften/window.o CMakeFiles/aften.dir/libaften/mdct.o CMakeFiles/aften.dir/libaften/exponent.o CMakeFiles/aften.dir/libaften/filter.o CMakeFiles/aften.dir/libaften/util.o CMakeFiles/aften.dir/libaften/x86/x86_cpu_caps.o CMakeFiles/aften.dir/libaften/x86/x86_mmx_exponent.o CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_dummy.o CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_common_init.o CMakeFiles/aften.dir/libaften/x86/x86_sse_window.o CMakeFiles/aften.dir/libaften/x86/x86_sse2_exponent.o CMakeFiles/aften.dir/libaften/x86/x86_sse3_mdct_dummy.o -lm -lpthread /usr/bin/cmake -E cmake_symlink_library libaften.so.0.0.8 libaften.so.0 libaften.so make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 33%] Built target aften make -f CMakeFiles/aftenxx.dir/build.make CMakeFiles/aftenxx.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aftenxx.dir/DependInfo.cmake --color= make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aftenxx.dir/build.make CMakeFiles/aftenxx.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 35%] Building CXX object CMakeFiles/aftenxx.dir/bindings/aftenxx.o /usr/bin/c++ -DAFTENXX_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/aftenxx.dir/bindings/aftenxx.o -MF CMakeFiles/aftenxx.dir/bindings/aftenxx.o.d -o CMakeFiles/aftenxx.dir/bindings/aftenxx.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/bindings/aftenxx.cxx [ 37%] Linking CXX shared library libaftenxx.so /usr/bin/cmake -E cmake_link_script CMakeFiles/aftenxx.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -shared -Wl,-soname,libaftenxx.so.0 -o libaftenxx.so.0.0.8 CMakeFiles/aftenxx.dir/bindings/aftenxx.o -L/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -Wl,-rpath,/usr/src/slapt-src/audio/aften/aften-0.0.8/oot: libaften.so.0.0.8 -lm -lpthread /usr/bin/cmake -E cmake_symlink_library libaftenxx.so.0.0.8 libaftenxx.so.0 libaftenxx.so make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 37%] Built target aftenxx make -f CMakeFiles/aften_pcm.dir/build.make CMakeFiles/aften_pcm.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aften_pcm.dir/DependInfo.cmake --color= make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften_pcm.dir/build.make CMakeFiles/aften_pcm.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 38%] Building C object CMakeFiles/aften_pcm.dir/pcm/byteio.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/aften_pcm.dir/pcm/byteio.o -MF CMakeFiles/aften_pcm.dir/pcm/byteio.o.d -o CMakeFiles/aften_pcm.dir/pcm/byteio.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/pcm/byteio.c [ 40%] Building C object CMakeFiles/aften_pcm.dir/pcm/convert.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/aften_pcm.dir/pcm/convert.o -MF CMakeFiles/aften_pcm.dir/pcm/convert.o.d -o CMakeFiles/aften_pcm.dir/pcm/convert.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/pcm/convert.c [ 42%] Building C object CMakeFiles/aften_pcm.dir/pcm/pcm.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/aften_pcm.dir/pcm/pcm.o -MF CMakeFiles/aften_pcm.dir/pcm/pcm.o.d -o CMakeFiles/aften_pcm.dir/pcm/pcm.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/pcm/pcm.c [ 44%] Building C object CMakeFiles/aften_pcm.dir/pcm/raw.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/aften_pcm.dir/pcm/raw.o -MF CMakeFiles/aften_pcm.dir/pcm/raw.o.d -o CMakeFiles/aften_pcm.dir/pcm/raw.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/pcm/raw.c [ 46%] Building C object CMakeFiles/aften_pcm.dir/pcm/wav.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/aften_pcm.dir/pcm/wav.o -MF CMakeFiles/aften_pcm.dir/pcm/wav.o.d -o CMakeFiles/aften_pcm.dir/pcm/wav.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/pcm/wav.c [ 48%] Linking C static library libaften_pcm.a /usr/bin/cmake -P CMakeFiles/aften_pcm.dir/cmake_clean_target.cmake /usr/bin/cmake -E cmake_link_script CMakeFiles/aften_pcm.dir/link.txt --verbose=1 /usr/bin/ar qc libaften_pcm.a CMakeFiles/aften_pcm.dir/pcm/byteio.o CMakeFiles/aften_pcm.dir/pcm/convert.o CMakeFiles/aften_pcm.dir/pcm/pcm.o CMakeFiles/aften_pcm.dir/pcm/raw.o CMakeFiles/aften_pcm.dir/pcm/wav.o /usr/bin/ranlib libaften_pcm.a make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 48%] Built target aften_pcm make -f CMakeFiles/aften_static.dir/build.make CMakeFiles/aften_static.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aften_static.dir/DependInfo.cmake --color= make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften_static.dir/build.make CMakeFiles/aften_static.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 50%] Building C object CMakeFiles/aften_static.dir/libaften/a52enc.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/a52enc.o -MF CMakeFiles/aften_static.dir/libaften/a52enc.o.d -o CMakeFiles/aften_static.dir/libaften/a52enc.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52enc.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52.h:36, from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52enc.c:36: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52enc.c: In function ‘aften_encode_init’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/threading.h:60:36: warning: cast between incompatible function types from ‘int (*)(void *)’ to ‘void * (*)(void *)’ [-Wcast-function-type] 60 | pthread_create(threadid, NULL, (void *(*) (void *))threadfunc, threadparam) | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52enc.c:538:13: note: in expansion of macro ‘thread_create’ 538 | thread_create(&cur_tctx->ts.thread, threaded_encode, cur_tctx); | ^~~~~~~~~~~~~ [ 51%] Building C object CMakeFiles/aften_static.dir/libaften/bitalloc.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/bitalloc.o -MF CMakeFiles/aften_static.dir/libaften/bitalloc.o.d -o CMakeFiles/aften_static.dir/libaften/bitalloc.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.h:31, from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.c:35: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.c: In function ‘a52_bit_allocation’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/a52.h:51:45: warning: left shift of negative value [-Wshift-negative-value] 51 | #define SNROFFST(csnr, fsnr) (((((csnr)-15) << 4) + (fsnr)) << 2) | ^~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitalloc.c:375:21: note: in expansion of macro ‘SNROFFST’ 375 | if(snroffset == SNROFFST(0, 0)) { | ^~~~~~~~ cc1: warning: left shift of negative value [-Wshift-negative-value] [ 53%] Building C object CMakeFiles/aften_static.dir/libaften/bitio.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/bitio.o -MF CMakeFiles/aften_static.dir/libaften/bitio.o.d -o CMakeFiles/aften_static.dir/libaften/bitio.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/bitio.c [ 55%] Building C object CMakeFiles/aften_static.dir/libaften/crc.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/crc.o -MF CMakeFiles/aften_static.dir/libaften/crc.o.d -o CMakeFiles/aften_static.dir/libaften/crc.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/crc.c [ 57%] Building C object CMakeFiles/aften_static.dir/libaften/dynrng.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/dynrng.o -MF CMakeFiles/aften_static.dir/libaften/dynrng.o.d -o CMakeFiles/aften_static.dir/libaften/dynrng.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/dynrng.c [ 59%] Building C object CMakeFiles/aften_static.dir/libaften/window.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/window.o -MF CMakeFiles/aften_static.dir/libaften/window.o.d -o CMakeFiles/aften_static.dir/libaften/window.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/window.c [ 61%] Building C object CMakeFiles/aften_static.dir/libaften/mdct.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/mdct.o -MF CMakeFiles/aften_static.dir/libaften/mdct.o.d -o CMakeFiles/aften_static.dir/libaften/mdct.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/mdct.c [ 62%] Building C object CMakeFiles/aften_static.dir/libaften/exponent.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/exponent.o -MF CMakeFiles/aften_static.dir/libaften/exponent.o.d -o CMakeFiles/aften_static.dir/libaften/exponent.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:28: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c: In function ‘extract_exponents’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:220:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 220 | v1 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j ] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:221:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 221 | v2 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j+1] * FCONST(16777216.0)); | ^ In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:28, from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:28: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c: In function ‘encode_exp_blk_ch’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:145:23: warning: ‘exp1’ may be used uninitialized [-Wmaybe-uninitialized] 145 | exp1[0] = MIN(exp1[0], exp[0]+2); /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:145:15: note: in expansion of macro ‘MIN’ 145 | exp1[0] = MIN(exp1[0], exp[0]+2); | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent.c:105:13: note: ‘exp1’ declared here 105 | uint8_t exp1[256]; | ^~~~ [ 64%] Building C object CMakeFiles/aften_static.dir/libaften/filter.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/filter.o -MF CMakeFiles/aften_static.dir/libaften/filter.o.d -o CMakeFiles/aften_static.dir/libaften/filter.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/filter.c [ 66%] Building C object CMakeFiles/aften_static.dir/libaften/util.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/util.o -MF CMakeFiles/aften_static.dir/libaften/util.o.d -o CMakeFiles/aften_static.dir/libaften/util.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/util.c [ 68%] Building C object CMakeFiles/aften_static.dir/libaften/x86/x86_cpu_caps.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_cpu_caps.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_cpu_caps.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_cpu_caps.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_cpu_caps.c [ 70%] Building C object CMakeFiles/aften_static.dir/libaften/x86/x86_mmx_exponent.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -mmmx -DUSE_MMX -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_mmx_exponent.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_mmx_exponent.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_mmx_exponent.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:29: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c: In function ‘extract_exponents’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:220:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 220 | v1 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j ] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:221:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 221 | v2 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j+1] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function ‘compute_expstr_ch’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:318:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 318 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:319:13: note: here 319 | case 6: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:322:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 322 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:323:13: note: here 323 | case 5: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:326:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 326 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:327:13: note: here 327 | case 4: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:330:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 330 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:331:13: note: here 331 | case 3: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:334:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 334 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:335:13: note: here 335 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:338:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 338 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:339:13: note: here 339 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function ‘exponent_min’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:53:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 53 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:54:5: note: here 54 | case 6: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:56:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 56 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:57:5: note: here 57 | case 5: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:59:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 59 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:60:5: note: here 60 | case 4: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:62:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 62 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:63:5: note: here 63 | case 3: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:65:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 65 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:66:5: note: here 66 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:68:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 68 | ++i; | ^~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:69:5: note: here 69 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function ‘encode_exp_blk_ch’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:129:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 129 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:130:9: note: here 130 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:133:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 133 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:134:9: note: here 134 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:164:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 164 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:165:9: note: here 165 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:170:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 170 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:171:9: note: here 171 | case 1: | ^~~~ [ 72%] Building C object CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_dummy.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_dummy.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_dummy.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_dummy.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse_mdct_dummy.c [ 74%] Building C object CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_common_init.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_common_init.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_common_init.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_common_init.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c [ 75%] Building C object CMakeFiles/aften_static.dir/libaften/x86/x86_sse_window.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_sse_window.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse_window.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_window.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse_window.c [ 77%] Building C object CMakeFiles/aften_static.dir/libaften/x86/x86_sse2_exponent.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -mmmx -msse -msse2 -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_sse2_exponent.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse2_exponent.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse2_exponent.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c In file included from /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:29: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c: In function ‘extract_exponents’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:220:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 220 | v1 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j ] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/exponent_common.c:221:22: warning: cast from function call of type ‘float’ to non-matching type ‘unsigned int’ [-Wbad-function-cast] 221 | v2 = (uint32_t)AFT_FABS(block->mdct_coef[ch][j+1] * FCONST(16777216.0)); | ^ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c: In function ‘encode_exp_blk_ch’: /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:98:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 98 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:99:9: note: here 99 | case 6: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:102:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 102 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:103:9: note: here 103 | case 5: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:106:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 106 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:107:9: note: here 107 | case 4: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:110:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 110 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:111:9: note: here 111 | case 3: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:114:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 114 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:115:9: note: here 115 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:118:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 118 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:119:9: note: here 119 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:149:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 149 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:150:9: note: here 150 | case 6: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:155:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 155 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:156:9: note: here 156 | case 5: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:161:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 161 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:162:9: note: here 162 | case 4: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:167:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 167 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:168:9: note: here 168 | case 3: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:173:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 173 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:174:9: note: here 174 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:179:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 179 | k += 2; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:180:9: note: here 180 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:209:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 209 | k += 4; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:210:9: note: here 210 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:215:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 215 | k += 4; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:216:9: note: here 216 | case 1: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:252:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 252 | k += 4; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:253:9: note: here 253 | case 2: | ^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:260:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 260 | k += 4; | ~~^~~~ /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:261:9: note: here 261 | case 1: | ^~~~ [ 79%] Building C object CMakeFiles/aften_static.dir/libaften/x86/x86_sse3_mdct_dummy.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -DAFTEN_BUILD_LIBRARY -mmmx -msse -msse2 -msse3 -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -DUSE_SSE3 -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_sse3_mdct_dummy.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse3_mdct_dummy.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse3_mdct_dummy.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86/x86_sse3_mdct_dummy.c [ 81%] Linking C static library libaften_static.a /usr/bin/cmake -P CMakeFiles/aften_static.dir/cmake_clean_target.cmake /usr/bin/cmake -E cmake_link_script CMakeFiles/aften_static.dir/link.txt --verbose=1 /usr/bin/ar qc libaften_static.a CMakeFiles/aften_static.dir/libaften/a52enc.o CMakeFiles/aften_static.dir/libaften/bitalloc.o CMakeFiles/aften_static.dir/libaften/bitio.o CMakeFiles/aften_static.dir/libaften/crc.o CMakeFiles/aften_static.dir/libaften/dynrng.o CMakeFiles/aften_static.dir/libaften/window.o CMakeFiles/aften_static.dir/libaften/mdct.o CMakeFiles/aften_static.dir/libaften/exponent.o CMakeFiles/aften_static.dir/libaften/filter.o CMakeFiles/aften_static.dir/libaften/util.o CMakeFiles/aften_static.dir/libaften/x86/x86_cpu_caps.o CMakeFiles/aften_static.dir/libaften/x86/x86_mmx_exponent.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_dummy.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_common_init.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_window.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse2_exponent.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse3_mdct_dummy.o /usr/bin/ranlib libaften_static.a make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 81%] Built target aften_static make -f CMakeFiles/aften_exe.dir/build.make CMakeFiles/aften_exe.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aften_exe.dir/DependInfo.cmake --color= make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften_exe.dir/build.make CMakeFiles/aften_exe.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 83%] Building C object CMakeFiles/aften_exe.dir/aften/aften.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/aften_exe.dir/aften/aften.o -MF CMakeFiles/aften_exe.dir/aften/aften.o.d -o CMakeFiles/aften_exe.dir/aften/aften.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/aften/aften.c [ 85%] Building C object CMakeFiles/aften_exe.dir/aften/opts.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/aften_exe.dir/aften/opts.o -MF CMakeFiles/aften_exe.dir/aften/opts.o.d -o CMakeFiles/aften_exe.dir/aften/opts.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/aften/opts.c [ 87%] Linking C executable aften /usr/bin/cmake -E cmake_link_script CMakeFiles/aften_exe.dir/link.txt --verbose=1 /usr/bin/cc -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -rdynamic CMakeFiles/aften_exe.dir/aften/aften.o CMakeFiles/aften_exe.dir/aften/opts.o -o aften -L/usr/src/slapt-src/audio/aften/aften-0.0.8/oot libaften_pcm.a libaften_static.a -lm -lpthread make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 87%] Built target aften_exe make -f CMakeFiles/wavinfo.dir/build.make CMakeFiles/wavinfo.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/wavinfo.dir/DependInfo.cmake --color= make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/wavinfo.dir/build.make CMakeFiles/wavinfo.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 88%] Building C object CMakeFiles/wavinfo.dir/util/wavinfo.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/wavinfo.dir/util/wavinfo.o -MF CMakeFiles/wavinfo.dir/util/wavinfo.o.d -o CMakeFiles/wavinfo.dir/util/wavinfo.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/util/wavinfo.c [ 90%] Linking C executable wavinfo /usr/bin/cmake -E cmake_link_script CMakeFiles/wavinfo.dir/link.txt --verbose=1 /usr/bin/cc -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -rdynamic CMakeFiles/wavinfo.dir/util/wavinfo.o -o wavinfo libaften_pcm.a make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 90%] Built target wavinfo make -f CMakeFiles/wavrms.dir/build.make CMakeFiles/wavrms.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/wavrms.dir/DependInfo.cmake --color= make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/wavrms.dir/build.make CMakeFiles/wavrms.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 92%] Building C object CMakeFiles/wavrms.dir/util/wavrms.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/wavrms.dir/util/wavrms.o -MF CMakeFiles/wavrms.dir/util/wavrms.o.d -o CMakeFiles/wavrms.dir/util/wavrms.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/util/wavrms.c [ 94%] Linking C executable wavrms /usr/bin/cmake -E cmake_link_script CMakeFiles/wavrms.dir/link.txt --verbose=1 /usr/bin/cc -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -rdynamic CMakeFiles/wavrms.dir/util/wavrms.o -o wavrms -L/usr/src/slapt-src/audio/aften/aften-0.0.8/oot libaften_pcm.a -lm make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 94%] Built target wavrms make -f CMakeFiles/wavfilter.dir/build.make CMakeFiles/wavfilter.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/wavfilter.dir/DependInfo.cmake --color= make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/wavfilter.dir/build.make CMakeFiles/wavfilter.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 96%] Building C object CMakeFiles/wavfilter.dir/util/wavfilter.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/wavfilter.dir/util/wavfilter.o -MF CMakeFiles/wavfilter.dir/util/wavfilter.o.d -o CMakeFiles/wavfilter.dir/util/wavfilter.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/util/wavfilter.c [ 98%] Building C object CMakeFiles/wavfilter.dir/libaften/filter.o /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/src/slapt-src/audio/aften/aften-0.0.8/oot -I/usr/src/slapt-src/audio/aften/aften-0.0.8 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/aften -I/usr/src/slapt-src/audio/aften/aften-0.0.8/pcm -I/usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/x86 -I/usr/src/slapt-src/audio/aften/aften-0.0.8/bindings -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -MD -MT CMakeFiles/wavfilter.dir/libaften/filter.o -MF CMakeFiles/wavfilter.dir/libaften/filter.o.d -o CMakeFiles/wavfilter.dir/libaften/filter.o -c /usr/src/slapt-src/audio/aften/aften-0.0.8/libaften/filter.c [100%] Linking C executable wavfilter /usr/bin/cmake -E cmake_link_script CMakeFiles/wavfilter.dir/link.txt --verbose=1 /usr/bin/cc -Wstrict-overflow -Wno-switch -Wextra -Wfloat-equal -Wdisabled-optimization -pedantic -Wall -Wpointer-arith -Wredundant-decls -Wformat -Wunused -fvisibility=hidden -Wdeclaration-after-statement -Wbad-function-cast -std=gnu99 -O2 -march=i586 -mtune=i686 -funroll-loops -fomit-frame-pointer -O3 -DNDEBUG -rdynamic CMakeFiles/wavfilter.dir/util/wavfilter.o CMakeFiles/wavfilter.dir/libaften/filter.o -o wavfilter -L/usr/src/slapt-src/audio/aften/aften-0.0.8/oot libaften_pcm.a -lm make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [100%] Built target wavfilter make[1]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' /usr/bin/cmake -E cmake_progress_start /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles 0 /usr/bin/cmake -S/usr/src/slapt-src/audio/aften/aften-0.0.8 -B/usr/src/slapt-src/audio/aften/aften-0.0.8/oot --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles /usr/src/slapt-src/audio/aften/aften-0.0.8/oot//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften.dir/build.make CMakeFiles/aften.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aften.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target aften make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften.dir/build.make CMakeFiles/aften.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make[2]: Nothing to be done for 'CMakeFiles/aften.dir/build'. make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 33%] Built target aften make -f CMakeFiles/aftenxx.dir/build.make CMakeFiles/aftenxx.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aftenxx.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target aftenxx make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aftenxx.dir/build.make CMakeFiles/aftenxx.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make[2]: Nothing to be done for 'CMakeFiles/aftenxx.dir/build'. make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 37%] Built target aftenxx make -f CMakeFiles/aften_pcm.dir/build.make CMakeFiles/aften_pcm.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aften_pcm.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target aften_pcm make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften_pcm.dir/build.make CMakeFiles/aften_pcm.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make[2]: Nothing to be done for 'CMakeFiles/aften_pcm.dir/build'. make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 48%] Built target aften_pcm make -f CMakeFiles/aften_static.dir/build.make CMakeFiles/aften_static.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aften_static.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target aften_static make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften_static.dir/build.make CMakeFiles/aften_static.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make[2]: Nothing to be done for 'CMakeFiles/aften_static.dir/build'. make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 81%] Built target aften_static make -f CMakeFiles/aften_exe.dir/build.make CMakeFiles/aften_exe.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/aften_exe.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target aften_exe make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/aften_exe.dir/build.make CMakeFiles/aften_exe.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make[2]: Nothing to be done for 'CMakeFiles/aften_exe.dir/build'. make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 87%] Built target aften_exe make -f CMakeFiles/wavinfo.dir/build.make CMakeFiles/wavinfo.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/wavinfo.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target wavinfo make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/wavinfo.dir/build.make CMakeFiles/wavinfo.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make[2]: Nothing to be done for 'CMakeFiles/wavinfo.dir/build'. make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 90%] Built target wavinfo make -f CMakeFiles/wavrms.dir/build.make CMakeFiles/wavrms.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/wavrms.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target wavrms make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/wavrms.dir/build.make CMakeFiles/wavrms.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make[2]: Nothing to be done for 'CMakeFiles/wavrms.dir/build'. make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [ 94%] Built target wavrms make -f CMakeFiles/wavfilter.dir/build.make CMakeFiles/wavfilter.dir/depend make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' cd /usr/src/slapt-src/audio/aften/aften-0.0.8/oot && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8 /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles/wavfilter.dir/DependInfo.cmake --color= Consolidate compiler generated dependencies of target wavfilter make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make -f CMakeFiles/wavfilter.dir/build.make CMakeFiles/wavfilter.dir/build make[2]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make[2]: Nothing to be done for 'CMakeFiles/wavfilter.dir/build'. make[2]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' [100%] Built target wavfilter make[1]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' /usr/bin/cmake -E cmake_progress_start /usr/src/slapt-src/audio/aften/aften-0.0.8/oot/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/usr/src/slapt-src/audio/aften/aften-0.0.8/oot' Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/lib/libaften.so.0.0.8 -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/lib/libaften.so.0 -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/lib/libaften.so -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/lib/libaftenxx.so.0.0.8 -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/lib/libaftenxx.so.0 -- Set runtime path of "/usr/src/slapt-src/audio/aften/package-aften/usr/lib/libaftenxx.so.0.0.8" to "" -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/lib/libaftenxx.so -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/bin/aften -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/bin/wavinfo -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/bin/wavrms -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/bin/wavfilter -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/include/aften/aftenxx.h -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/include/aften/aften.h -- Installing: /usr/src/slapt-src/audio/aften/package-aften/usr/include/aften/aften-types.h Slackware package maker, version 3.14159265. Searching for symbolic links: usr/lib/libaften.so libaften.so.0 usr/lib/libaften.so.0 libaften.so.0.0.8 usr/lib/libaftenxx.so libaftenxx.so.0 usr/lib/libaftenxx.so.0 libaftenxx.so.0.0.8 Making symbolic link creation script: ( cd usr/lib ; rm -rf libaften.so ) ( cd usr/lib ; ln -sf libaften.so.0 libaften.so ) ( cd usr/lib ; rm -rf libaften.so.0 ) ( cd usr/lib ; ln -sf libaften.so.0.0.8 libaften.so.0 ) ( cd usr/lib ; rm -rf libaftenxx.so ) ( cd usr/lib ; ln -sf libaftenxx.so.0 libaftenxx.so ) ( cd usr/lib ; rm -rf libaftenxx.so.0 ) ( cd usr/lib ; ln -sf libaftenxx.so.0.0.8 libaftenxx.so.0 ) 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/libaften.so.0' removed './usr/lib/libaften.so' removed './usr/lib/libaftenxx.so.0' removed './usr/lib/libaftenxx.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: /usr/src/slapt-src/audio/aften/aften-0.0.8-i586-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/aften usr/bin/wavfilter usr/bin/wavinfo usr/bin/wavrms usr/doc/ usr/doc/aften-0.0.8/ usr/doc/aften-0.0.8/COPYING usr/doc/aften-0.0.8/Changelog usr/doc/aften-0.0.8/README usr/doc/aften-0.0.8/aften.SlackBuild usr/include/ usr/include/aften/ usr/include/aften/aften-types.h usr/include/aften/aften.h usr/include/aften/aftenxx.h usr/lib/ usr/lib/libaften.so.0.0.8 usr/lib/libaftenxx.so.0.0.8 Slackware package /usr/src/slapt-src/audio/aften/aften-0.0.8-i586-1salix15.0.txz created. Installing package aften-0.0.8-i586-1salix15.0... | aften (Fifty-Two ENcoder) | | Aften is an audio encoder which generates compressed audio | streams based on ATSC A/52 specification. | This type of audio is also known as AC-3 or Dolby Digital | and is one of the audio codecs used in DVD-Video content. | | Homepage: http://aften.sourceforge.net/ | | | | |