Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 931533 Details for
Bug 957484
media-libs/aften-0.0.8-r2 - QA Notice: Compatibility with CMake < 3.5 has been removed from CMake 4,
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-libs:aften-0.0.8-r2:20250607-063312.log
media-libs:aften-0.0.8-r2:20250607-063312.log (text/plain), 107.96 KB, created by
Toralf Förster
on 2025-06-07 10:14:34 UTC
(
hide
)
Description:
media-libs:aften-0.0.8-r2:20250607-063312.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2025-06-07 10:14:34 UTC
Size:
107.96 KB
patch
obsolete
> * Package: media-libs/aften-0.0.8-r2:0 > * Repository: gentoo > * Maintainer: sound@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking aften-0.0.8.tar.bz2 to /var/tmp/portage/media-libs/aften-0.0.8-r2/work >>>> Source unpacked in /var/tmp/portage/media-libs/aften-0.0.8-r2/work >>>> Preparing source in /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8" > * Build directory (BUILD_DIR): "/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build" > * Applying aften-0.0.8-multilib.patch ... > [ ok ] > * Applying aften-0.0.8-ppc.patch ... > [ ok ] > * Applying aften-0.0.8-no-static-aften.patch ... > [ ok ] > * Hardcoded definition(s) removed in CMakeLists.txt: > * SET(CMAKE_BUILD_TYPE "Release") >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8" > * Build directory (BUILD_DIR): "/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build" > * QA Notice: Compatibility with CMake < 3.5 has been removed from CMake 4, > * media-libs/aften will fail to build w/o a fix. > * See also tracker bug #951350; check existing bug or file a new one for > * this package, and take it upstream. > * QA Notice: EAPI=7 detected; this package is now a prime last-rites target. > * QA Notice: CMake 4 detected; building with -DCMAKE_POLICY_VERSION_MINIMUM=3.5 > * This is merely a workaround and *not* a permanent fix. >cmake -C /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DSHARED=1 -DBINDINGS_CXX=no -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build/gentoo_toolchain.cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 >loading initial cache file /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build/gentoo_common_config.cmake >CMake Deprecation Warning at CMakeLists.txt:2 (CMAKE_MINIMUM_REQUIRED): > Compatibility with CMake < 3.10 will be removed from a future version of > CMake. > > Update the VERSION argument <min> value. Or, use the <min>...<max> syntax > to tell CMake that the project requires at least <min> but has been updated > to work with policies introduced by <max> or earlier. > > >-- The C compiler identification is GNU 15.1.0 >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped >-- Detecting C compile features >-- Detecting C compile features - done >CMake Warning (dev) at CMakeLists.txt:79 (EXEC_PROGRAM): > Policy CMP0153 is not set: The exec_program command should not be called. > Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy > command to set the policy and suppress this warning. > > Use execute_process() instead. >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Performing Test HAVE_64BITS >-- Performing Test HAVE_64BITS - Success >-- 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 >-- Performing Test CMAKE_HAVE_LIBC_PTHREAD >-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success >-- 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 >-- <<< Gentoo configuration >>> >Build type Gentoo >Install path /usr >Compiler flags: >C -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 -O3 -pipe -march=native -fno-diagnostics-color >C++ >Linker flags: >Executable -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 >Module -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 >Shared -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 > >-- Configuring done (2.3s) >-- Generating done (0.0s) >-- Build files have been written to: /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8" > * Build directory (BUILD_DIR): "/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build" >ninja -v -j4 -l0 >[1/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/bitio.c.o -MF CMakeFiles/aften.dir/libaften/bitio.c.o.d -o CMakeFiles/aften.dir/libaften/bitio.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitio.c >[2/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/crc.c.o -MF CMakeFiles/aften.dir/libaften/crc.c.o.d -o CMakeFiles/aften.dir/libaften/crc.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/crc.c >[3/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/dynrng.c.o -MF CMakeFiles/aften.dir/libaften/dynrng.c.o.d -o CMakeFiles/aften.dir/libaften/dynrng.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/dynrng.c >[4/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/window.c.o -MF CMakeFiles/aften.dir/libaften/window.c.o.d -o CMakeFiles/aften.dir/libaften/window.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/window.c >[5/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/bitalloc.c.o -MF CMakeFiles/aften.dir/libaften/bitalloc.c.o.d -o CMakeFiles/aften.dir/libaften/bitalloc.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitalloc.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitalloc.h:31, > from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitalloc.c:35: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitalloc.c: In function âa52_bit_allocationâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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) > | ^~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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] >[6/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/filter.c.o -MF CMakeFiles/aften.dir/libaften/filter.c.o.d -o CMakeFiles/aften.dir/libaften/filter.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/filter.c >[7/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/a52enc.c.o -MF CMakeFiles/aften.dir/libaften/a52enc.c.o.d -o CMakeFiles/aften.dir/libaften/a52enc.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c: In function âaften_encode_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:375:25: warning: âcallocâ sizes specified with âsizeofâ in the earlier argument and not in the later argument [-Wcalloc-transposed-args] > 375 | ctx = calloc(sizeof(A52Context), 1); > | ^~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:375:25: note: earlier argument should specify number of elements, later size of each element >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:508:26: warning: âcallocâ sizes specified with âsizeofâ in the earlier argument and not in the later argument [-Wcalloc-transposed-args] > 508 | tctx = calloc(sizeof(A52ThreadContext), ctx->n_threads); > | ^~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:508:26: note: earlier argument should specify number of elements, later size of each element >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52.h:36, > from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:36: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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) > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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); > | ^~~~~~~~~~~~~ >[8/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/exponent.c.o -MF CMakeFiles/aften.dir/libaften/exponent.c.o.d -o CMakeFiles/aften.dir/libaften/exponent.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c:28: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent_common.c: In function âextract_exponentsâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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 /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent_common.c:28: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c: In function âencode_exp_blk_châ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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); >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c:145:15: note: in expansion of macro âMINâ > 145 | exp1[0] = MIN(exp1[0], exp[0]+2); > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c:105:13: note: âexp1â declared here > 105 | uint8_t exp1[256]; > | ^~~~ >[9/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_cpu_caps.c.o -MF CMakeFiles/aften.dir/libaften/x86/x86_cpu_caps.c.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_cpu_caps.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_cpu_caps.c >[10/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/util.c.o -MF CMakeFiles/aften.dir/libaften/util.c.o.d -o CMakeFiles/aften.dir/libaften/util.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/util.c >[11/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_dummy.c.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_dummy.c.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_dummy.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_dummy.c >[12/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse_window.c.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse_window.c.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse_window.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_window.c >[13/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -mmmx -DUSE_MMX -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_mmx_exponent.c.o -MF CMakeFiles/aften.dir/libaften/x86/x86_mmx_exponent.c.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_mmx_exponent.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:29: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent_common.c: In function âextract_exponentsâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function âcompute_expstr_châ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:318:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 318 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:319:13: note: here > 319 | case 6: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:322:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 322 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:323:13: note: here > 323 | case 5: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:326:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 326 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:327:13: note: here > 327 | case 4: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:330:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 330 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:331:13: note: here > 331 | case 3: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:334:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 334 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:335:13: note: here > 335 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:338:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 338 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:339:13: note: here > 339 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function âexponent_minâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:53:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 53 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:54:5: note: here > 54 | case 6: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:56:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 56 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:57:5: note: here > 57 | case 5: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:59:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 59 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:60:5: note: here > 60 | case 4: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:62:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 62 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:63:5: note: here > 63 | case 3: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:65:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 65 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:66:5: note: here > 66 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:68:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 68 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:69:5: note: here > 69 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function âencode_exp_blk_châ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:129:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 129 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:130:9: note: here > 130 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:133:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 133 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:134:9: note: here > 134 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:164:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 164 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:165:9: note: here > 165 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:170:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 170 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:171:9: note: here > 171 | case 1: > | ^~~~ >[14/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_common_init.c.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_common_init.c.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_common_init.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_simd_support.h:34, > from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:52: >In function â_mm_loadl_piâ, > inlined from âsse_mdct_ctx_initâ at /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:144:24: >/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/xmmintrin.h:850:19: warning: âXMM0â may be used uninitialized [-Wmaybe-uninitialized] > 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c: In function âsse_mdct_ctx_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:140:21: note: âXMM0â was declared here > 140 | __m128 XMM0, XMM1, XMM2, XMM3; > | ^~~~ >In function â_mm_loadl_piâ, > inlined from âsse_mdct_ctx_initâ at /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:145:24: >/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/xmmintrin.h:850:19: warning: âXMM2â may be used uninitialized [-Wmaybe-uninitialized] > 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c: In function âsse_mdct_ctx_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:140:33: note: âXMM2â was declared here > 140 | __m128 XMM0, XMM1, XMM2, XMM3; > | ^~~~ >In function â_mm_loadl_piâ, > inlined from âsse_mdct_ctx_initâ at /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:170:24: >/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/xmmintrin.h:850:19: warning: âXMM0â may be used uninitialized [-Wmaybe-uninitialized] > 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c: In function âsse_mdct_ctx_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:166:21: note: âXMM0â was declared here > 166 | __m128 XMM0, XMM1, XMM2, XMM3; > | ^~~~ >In function â_mm_loadl_piâ, > inlined from âsse_mdct_ctx_initâ at /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:171:24: >/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/xmmintrin.h:850:19: warning: âXMM2â may be used uninitialized [-Wmaybe-uninitialized] > 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c: In function âsse_mdct_ctx_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:166:33: note: âXMM2â was declared here > 166 | __m128 XMM0, XMM1, XMM2, XMM3; > | ^~~~ >[15/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -MD -MT CMakeFiles/aften.dir/libaften/mdct.c.o -MF CMakeFiles/aften.dir/libaften/mdct.c.o.d -o CMakeFiles/aften.dir/libaften/mdct.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/mdct.c >[16/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/aften_pcm.dir/pcm/byteio.c.o -MF CMakeFiles/aften_pcm.dir/pcm/byteio.c.o.d -o CMakeFiles/aften_pcm.dir/pcm/byteio.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm/byteio.c >[17/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -mmmx -msse -msse2 -msse3 -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -DUSE_SSE3 -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse3_mdct_dummy.c.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse3_mdct_dummy.c.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse3_mdct_dummy.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse3_mdct_dummy.c >[18/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/aften_pcm.dir/pcm/raw.c.o -MF CMakeFiles/aften_pcm.dir/pcm/raw.c.o.d -o CMakeFiles/aften_pcm.dir/pcm/raw.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm/raw.c >[19/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DAFTEN_BUILD_LIBRARY -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fPIC -fno-diagnostics-color -mmmx -msse -msse2 -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -MD -MT CMakeFiles/aften.dir/libaften/x86/x86_sse2_exponent.c.o -MF CMakeFiles/aften.dir/libaften/x86/x86_sse2_exponent.c.o.d -o CMakeFiles/aften.dir/libaften/x86/x86_sse2_exponent.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:29: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent_common.c: In function âextract_exponentsâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c: In function âencode_exp_blk_châ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:98:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 98 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:99:9: note: here > 99 | case 6: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:102:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 102 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:103:9: note: here > 103 | case 5: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:106:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 106 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:107:9: note: here > 107 | case 4: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:110:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 110 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:111:9: note: here > 111 | case 3: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:114:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 114 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:115:9: note: here > 115 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:118:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 118 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:119:9: note: here > 119 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:149:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 149 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:150:9: note: here > 150 | case 6: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:155:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 155 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:156:9: note: here > 156 | case 5: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:161:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 161 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:162:9: note: here > 162 | case 4: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:167:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 167 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:168:9: note: here > 168 | case 3: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:173:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 173 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:174:9: note: here > 174 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:179:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 179 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:180:9: note: here > 180 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:209:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 209 | k += 4; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:210:9: note: here > 210 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:215:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 215 | k += 4; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:216:9: note: here > 216 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:252:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 252 | k += 4; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:253:9: note: here > 253 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:260:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 260 | k += 4; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:261:9: note: here > 261 | case 1: > | ^~~~ >[20/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/aften_pcm.dir/pcm/pcm.c.o -MF CMakeFiles/aften_pcm.dir/pcm/pcm.c.o.d -o CMakeFiles/aften_pcm.dir/pcm/pcm.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm/pcm.c >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm/pcm.c:80:1: warning: conflicting types for âpcmfile_initâ due to enum/integer mismatch; have âint(PcmFile *, FILE *, enum PcmSampleFormat, int)â [-Wenum-int-mismatch] > 80 | pcmfile_init(PcmFile *pf, FILE *fp, enum PcmSampleFormat read_format, > | ^~~~~~~~~~~~ >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm/pcm.c:31: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm/pcm.h:113:12: note: previous declaration of âpcmfile_initâ with type âint(PcmFile *, FILE *, int, int)â > 113 | extern int pcmfile_init(PcmFile *pf, FILE *fp, int read_format, int file_format); > | ^~~~~~~~~~~~ >[21/53] : && /usr/bin/x86_64-pc-linux-gnu-gcc -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 -O3 -pipe -march=native -fno-diagnostics-color -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--dependency-file=CMakeFiles/aften.dir/link.d -shared -Wl,-soname,libaften.so.0 -o libaften.so.0.0.8 CMakeFiles/aften.dir/libaften/a52enc.c.o CMakeFiles/aften.dir/libaften/bitalloc.c.o CMakeFiles/aften.dir/libaften/bitio.c.o CMakeFiles/aften.dir/libaften/crc.c.o CMakeFiles/aften.dir/libaften/dynrng.c.o CMakeFiles/aften.dir/libaften/window.c.o CMakeFiles/aften.dir/libaften/mdct.c.o CMakeFiles/aften.dir/libaften/exponent.c.o CMakeFiles/aften.dir/libaften/filter.c.o CMakeFiles/aften.dir/libaften/util.c.o CMakeFiles/aften.dir/libaften/x86/x86_cpu_caps.c.o CMakeFiles/aften.dir/libaften/x86/x86_mmx_exponent.c.o CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_dummy.c.o CMakeFiles/aften.dir/libaften/x86/x86_sse_mdct_common_init.c.o CMakeFiles/aften.dir/libaften/x86/x86_sse_window.c.o CMakeFiles/aften.dir/libaften/x86/x86_sse2_exponent.c.o CMakeFiles/aften.dir/libaften/x86/x86_sse3_mdct_dummy.c.o -lm && : >[22/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/aften_pcm.dir/pcm/wav.c.o -MF CMakeFiles/aften_pcm.dir/pcm/wav.c.o.d -o CMakeFiles/aften_pcm.dir/pcm/wav.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm/wav.c >[23/53] /usr/bin/cmake -E cmake_symlink_library libaften.so.0.0.8 libaften.so.0 libaften.so && : >[24/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/bitio.c.o -MF CMakeFiles/aften_static.dir/libaften/bitio.c.o.d -o CMakeFiles/aften_static.dir/libaften/bitio.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitio.c >[25/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/crc.c.o -MF CMakeFiles/aften_static.dir/libaften/crc.c.o.d -o CMakeFiles/aften_static.dir/libaften/crc.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/crc.c >[26/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/dynrng.c.o -MF CMakeFiles/aften_static.dir/libaften/dynrng.c.o.d -o CMakeFiles/aften_static.dir/libaften/dynrng.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/dynrng.c >[27/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/bitalloc.c.o -MF CMakeFiles/aften_static.dir/libaften/bitalloc.c.o.d -o CMakeFiles/aften_static.dir/libaften/bitalloc.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitalloc.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitalloc.h:31, > from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitalloc.c:35: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/bitalloc.c: In function âa52_bit_allocationâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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) > | ^~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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] >[28/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/window.c.o -MF CMakeFiles/aften_static.dir/libaften/window.c.o.d -o CMakeFiles/aften_static.dir/libaften/window.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/window.c >[29/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/aften_pcm.dir/pcm/convert.c.o -MF CMakeFiles/aften_pcm.dir/pcm/convert.c.o.d -o CMakeFiles/aften_pcm.dir/pcm/convert.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm/convert.c >[30/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/a52enc.c.o -MF CMakeFiles/aften_static.dir/libaften/a52enc.c.o.d -o CMakeFiles/aften_static.dir/libaften/a52enc.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c: In function âaften_encode_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:375:25: warning: âcallocâ sizes specified with âsizeofâ in the earlier argument and not in the later argument [-Wcalloc-transposed-args] > 375 | ctx = calloc(sizeof(A52Context), 1); > | ^~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:375:25: note: earlier argument should specify number of elements, later size of each element >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:508:26: warning: âcallocâ sizes specified with âsizeofâ in the earlier argument and not in the later argument [-Wcalloc-transposed-args] > 508 | tctx = calloc(sizeof(A52ThreadContext), ctx->n_threads); > | ^~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:508:26: note: earlier argument should specify number of elements, later size of each element >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52.h:36, > from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/a52enc.c:36: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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) > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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); > | ^~~~~~~~~~~~~ >[31/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/filter.c.o -MF CMakeFiles/aften_static.dir/libaften/filter.c.o.d -o CMakeFiles/aften_static.dir/libaften/filter.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/filter.c >[32/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_cpu_caps.c.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_cpu_caps.c.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_cpu_caps.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_cpu_caps.c >[33/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/exponent.c.o -MF CMakeFiles/aften_static.dir/libaften/exponent.c.o.d -o CMakeFiles/aften_static.dir/libaften/exponent.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c:28: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent_common.c: In function âextract_exponentsâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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 /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent_common.c:28: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c: In function âencode_exp_blk_châ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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); >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c:145:15: note: in expansion of macro âMINâ > 145 | exp1[0] = MIN(exp1[0], exp[0]+2); > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent.c:105:13: note: âexp1â declared here > 105 | uint8_t exp1[256]; > | ^~~~ >[34/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/util.c.o -MF CMakeFiles/aften_static.dir/libaften/util.c.o.d -o CMakeFiles/aften_static.dir/libaften/util.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/util.c >[35/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -mmmx -DUSE_MMX -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_mmx_exponent.c.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_mmx_exponent.c.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_mmx_exponent.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:29: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent_common.c: In function âextract_exponentsâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function âcompute_expstr_châ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:318:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 318 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:319:13: note: here > 319 | case 6: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:322:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 322 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:323:13: note: here > 323 | case 5: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:326:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 326 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:327:13: note: here > 327 | case 4: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:330:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 330 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:331:13: note: here > 331 | case 3: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:334:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 334 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:335:13: note: here > 335 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:338:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 338 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:339:13: note: here > 339 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function âexponent_minâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:53:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 53 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:54:5: note: here > 54 | case 6: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:56:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 56 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:57:5: note: here > 57 | case 5: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:59:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 59 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:60:5: note: here > 60 | case 4: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:62:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 62 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:63:5: note: here > 63 | case 3: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:65:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 65 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:66:5: note: here > 66 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:68:9: warning: this statement may fall through [-Wimplicit-fallthrough=] > 68 | ++i; > | ^~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:69:5: note: here > 69 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c: In function âencode_exp_blk_châ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:129:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 129 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:130:9: note: here > 130 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:133:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 133 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:134:9: note: here > 134 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:164:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 164 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:165:9: note: here > 165 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:170:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 170 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_mmx_exponent.c:171:9: note: here > 171 | case 1: > | ^~~~ >[36/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_dummy.c.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_dummy.c.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_dummy.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_dummy.c >[37/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_sse_window.c.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse_window.c.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_window.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_window.c >[38/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -mmmx -msse -DUSE_MMX -DUSE_SSE -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_common_init.c.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_common_init.c.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_common_init.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_simd_support.h:34, > from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:52: >In function â_mm_loadl_piâ, > inlined from âsse_mdct_ctx_initâ at /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:144:24: >/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/xmmintrin.h:850:19: warning: âXMM0â may be used uninitialized [-Wmaybe-uninitialized] > 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c: In function âsse_mdct_ctx_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:140:21: note: âXMM0â was declared here > 140 | __m128 XMM0, XMM1, XMM2, XMM3; > | ^~~~ >In function â_mm_loadl_piâ, > inlined from âsse_mdct_ctx_initâ at /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:145:24: >/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/xmmintrin.h:850:19: warning: âXMM2â may be used uninitialized [-Wmaybe-uninitialized] > 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c: In function âsse_mdct_ctx_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:140:33: note: âXMM2â was declared here > 140 | __m128 XMM0, XMM1, XMM2, XMM3; > | ^~~~ >In function â_mm_loadl_piâ, > inlined from âsse_mdct_ctx_initâ at /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:170:24: >/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/xmmintrin.h:850:19: warning: âXMM0â may be used uninitialized [-Wmaybe-uninitialized] > 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c: In function âsse_mdct_ctx_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:166:21: note: âXMM0â was declared here > 166 | __m128 XMM0, XMM1, XMM2, XMM3; > | ^~~~ >In function â_mm_loadl_piâ, > inlined from âsse_mdct_ctx_initâ at /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:171:24: >/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/xmmintrin.h:850:19: warning: âXMM2â may be used uninitialized [-Wmaybe-uninitialized] > 850 | return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (const __v2sf *)__P); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c: In function âsse_mdct_ctx_initâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse_mdct_common_init.c:166:33: note: âXMM2â was declared here > 166 | __m128 XMM0, XMM1, XMM2, XMM3; > | ^~~~ >[39/53] : && /usr/bin/cmake -E rm -f libaften_pcm.a && /usr/bin/x86_64-pc-linux-gnu-ar qc libaften_pcm.a CMakeFiles/aften_pcm.dir/pcm/byteio.c.o CMakeFiles/aften_pcm.dir/pcm/convert.c.o CMakeFiles/aften_pcm.dir/pcm/pcm.c.o CMakeFiles/aften_pcm.dir/pcm/raw.c.o CMakeFiles/aften_pcm.dir/pcm/wav.c.o && /usr/bin/x86_64-pc-linux-gnu-ranlib libaften_pcm.a && : >[40/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -MD -MT CMakeFiles/aften_static.dir/libaften/mdct.c.o -MF CMakeFiles/aften_static.dir/libaften/mdct.c.o.d -o CMakeFiles/aften_static.dir/libaften/mdct.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/mdct.c >[41/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/aften_exe.dir/aften/aften.c.o -MF CMakeFiles/aften_exe.dir/aften/aften.c.o.d -o CMakeFiles/aften_exe.dir/aften/aften.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften/aften.c >[42/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -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.c.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse3_mdct_dummy.c.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse3_mdct_dummy.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse3_mdct_dummy.c >[43/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/aften_exe.dir/aften/opts.c.o -MF CMakeFiles/aften_exe.dir/aften/opts.c.o.d -o CMakeFiles/aften_exe.dir/aften/opts.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften/opts.c >[44/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/wavrms.dir/util/wavrms.c.o -MF CMakeFiles/wavrms.dir/util/wavrms.c.o.d -o CMakeFiles/wavrms.dir/util/wavrms.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/util/wavrms.c >[45/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -DAFTEN_BUILD_LIBRARY -mmmx -msse -msse2 -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -MD -MT CMakeFiles/aften_static.dir/libaften/x86/x86_sse2_exponent.c.o -MF CMakeFiles/aften_static.dir/libaften/x86/x86_sse2_exponent.c.o.d -o CMakeFiles/aften_static.dir/libaften/x86/x86_sse2_exponent.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c >In file included from /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:29: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/exponent_common.c: In function âextract_exponentsâ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/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)); > | ^ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c: In function âencode_exp_blk_châ: >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:98:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 98 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:99:9: note: here > 99 | case 6: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:102:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 102 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:103:9: note: here > 103 | case 5: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:106:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 106 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:107:9: note: here > 107 | case 4: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:110:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 110 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:111:9: note: here > 111 | case 3: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:114:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 114 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:115:9: note: here > 115 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:118:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 118 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:119:9: note: here > 119 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:149:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 149 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:150:9: note: here > 150 | case 6: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:155:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 155 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:156:9: note: here > 156 | case 5: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:161:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 161 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:162:9: note: here > 162 | case 4: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:167:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 167 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:168:9: note: here > 168 | case 3: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:173:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 173 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:174:9: note: here > 174 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:179:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 179 | k += 2; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:180:9: note: here > 180 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:209:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 209 | k += 4; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:210:9: note: here > 210 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:215:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 215 | k += 4; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:216:9: note: here > 216 | case 1: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:252:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 252 | k += 4; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:253:9: note: here > 253 | case 2: > | ^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:260:15: warning: this statement may fall through [-Wimplicit-fallthrough=] > 260 | k += 4; > | ~~^~~~ >/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86/x86_sse2_exponent.c:261:9: note: here > 261 | case 1: > | ^~~~ >[46/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/wavinfo.dir/util/wavinfo.c.o -MF CMakeFiles/wavinfo.dir/util/wavinfo.c.o.d -o CMakeFiles/wavinfo.dir/util/wavinfo.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/util/wavinfo.c >[47/53] : && /usr/bin/cmake -E rm -f libaften_static.a && /usr/bin/x86_64-pc-linux-gnu-ar qc libaften_static.a CMakeFiles/aften_static.dir/libaften/a52enc.c.o CMakeFiles/aften_static.dir/libaften/bitalloc.c.o CMakeFiles/aften_static.dir/libaften/bitio.c.o CMakeFiles/aften_static.dir/libaften/crc.c.o CMakeFiles/aften_static.dir/libaften/dynrng.c.o CMakeFiles/aften_static.dir/libaften/window.c.o CMakeFiles/aften_static.dir/libaften/mdct.c.o CMakeFiles/aften_static.dir/libaften/exponent.c.o CMakeFiles/aften_static.dir/libaften/filter.c.o CMakeFiles/aften_static.dir/libaften/util.c.o CMakeFiles/aften_static.dir/libaften/x86/x86_cpu_caps.c.o CMakeFiles/aften_static.dir/libaften/x86/x86_mmx_exponent.c.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_dummy.c.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_mdct_common_init.c.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse_window.c.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse2_exponent.c.o CMakeFiles/aften_static.dir/libaften/x86/x86_sse3_mdct_dummy.c.o && /usr/bin/x86_64-pc-linux-gnu-ranlib libaften_static.a && : >[48/53] : && /usr/bin/x86_64-pc-linux-gnu-gcc -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 -O3 -pipe -march=native -fno-diagnostics-color -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--dependency-file=CMakeFiles/aften_exe.dir/link.d CMakeFiles/aften_exe.dir/aften/aften.c.o CMakeFiles/aften_exe.dir/aften/opts.c.o -o aften -Wl,-rpath,/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build: libaften_pcm.a libaften.so.0.0.8 -lm && : >[49/53] : && /usr/bin/x86_64-pc-linux-gnu-gcc -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 -O3 -pipe -march=native -fno-diagnostics-color -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--dependency-file=CMakeFiles/wavinfo.dir/link.d CMakeFiles/wavinfo.dir/util/wavinfo.c.o -o wavinfo libaften_pcm.a && : >[50/53] : && /usr/bin/x86_64-pc-linux-gnu-gcc -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 -O3 -pipe -march=native -fno-diagnostics-color -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--dependency-file=CMakeFiles/wavrms.dir/link.d CMakeFiles/wavrms.dir/util/wavrms.c.o -o wavrms libaften_pcm.a -lm && : >[51/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/wavfilter.dir/libaften/filter.c.o -MF CMakeFiles/wavfilter.dir/libaften/filter.c.o.d -o CMakeFiles/wavfilter.dir/libaften/filter.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/filter.c >[52/53] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DHAVE_GCC_VISIBILITY -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8 -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/aften -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/pcm -I/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/libaften/x86 -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 -O3 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/wavfilter.dir/util/wavfilter.c.o -MF CMakeFiles/wavfilter.dir/util/wavfilter.c.o.d -o CMakeFiles/wavfilter.dir/util/wavfilter.c.o -c /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8/util/wavfilter.c >[53/53] : && /usr/bin/x86_64-pc-linux-gnu-gcc -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 -O3 -pipe -march=native -fno-diagnostics-color -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--dependency-file=CMakeFiles/wavfilter.dir/link.d CMakeFiles/wavfilter.dir/util/wavfilter.c.o CMakeFiles/wavfilter.dir/libaften/filter.c.o -o wavfilter libaften_pcm.a -lm && : >>>> Source compiled. >>>> Test phase [not enabled]: media-libs/aften-0.0.8-r2 > >>>> Install media-libs/aften-0.0.8-r2 into /var/tmp/portage/media-libs/aften-0.0.8-r2/image > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8" > * Build directory (BUILD_DIR): "/var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build" >ninja -v -j4 -l0 install >[0/1] cd /var/tmp/portage/media-libs/aften-0.0.8-r2/work/aften-0.0.8_build && /usr/bin/cmake -P cmake_install.cmake >-- Install configuration: "Gentoo" >-- Installing: /var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/lib64/libaften.so.0.0.8 >-- Installing: /var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/lib64/libaften.so.0 >-- Installing: /var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/lib64/libaften.so >-- Installing: /var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/bin/aften >-- Set non-toolchain portion of runtime path of "/var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/bin/aften" to "" >-- Installing: /var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/bin/wavinfo >-- Installing: /var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/bin/wavrms >-- Installing: /var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/bin/wavfilter >-- Installing: /var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/include/aften/aften.h >-- Installing: /var/tmp/portage/media-libs/aften-0.0.8-r2/image/usr/include/aften/aften-types.h >>>> Completed installing media-libs/aften-0.0.8-r2 into /var/tmp/portage/media-libs/aften-0.0.8-r2/image > > * Final size of build directory: 2324 KiB (2.2 MiB) > * Final size of installed tree: 456 KiB > >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version > /usr/lib64/libaften.so.0.0.8 > /usr/bin/wavinfo-aften > /usr/bin/aften > /usr/bin/wavrms > /usr/bin/wavfilter > * checking 11 files for package collisions >>>> Merging media-libs/aften-0.0.8-r2 to / >--- /usr/ >--- /usr/lib64/ >>>> /usr/lib64/libaften.so.0.0.8 >>>> /usr/lib64/libaften.so.0 -> libaften.so.0.0.8 >>>> /usr/lib64/libaften.so -> libaften.so.0 >--- /usr/bin/ >>>> /usr/bin/aften >>>> /usr/bin/wavrms >>>> /usr/bin/wavfilter >>>> /usr/bin/wavinfo-aften >--- /usr/include/ >>>> /usr/include/aften/ >>>> /usr/include/aften/aften.h >>>> /usr/include/aften/aften-types.h >--- /usr/share/ >--- /usr/share/doc/ >>>> /usr/share/doc/aften-0.0.8-r2/ >>>> /usr/share/doc/aften-0.0.8-r2/README.bz2 >>>> /usr/share/doc/aften-0.0.8-r2/Changelog.bz2 >>>> media-libs/aften-0.0.8-r2 merged. >>>> Regenerating /etc/ld.so.cache...
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 957484
:
931529
|
931530
|
931531
|
931532
| 931533 |
931534