Package: src:shine Version: 3.1.1-2 Severity: important Tags: sid forky User: [email protected] Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The severity of this report will be raised before the forky release. The full build log can be found at: http://qa-logs.debian.net/2025/02/16/amd64exp/shine_3.1.1-2_unstable_gccexp.log.gz The last lines of the build log are at the end of this report. To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS. Other Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-15/porting_to.html [...] checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether byte ordering is bigendian... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating shine.pc config.status: executing depfiles commands config.status: executing libtool commands dh_auto_build make -j8 make[1]: Entering directory '/build/reproducible-path/shine-3.1.1' gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" -DPACKAGE_STRING=\"shine\ 3.1.0\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/lib -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c -o src/bin/shineenc-main.o `test -f 'src/bin/main.c' || echo './'`src/bin/main.c gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" -DPACKAGE_STRING=\"shine\ 3.1.0\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/lib -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c -o src/bin/shineenc-wave.o `test -f 'src/bin/wave.c' || echo './'`src/bin/wave.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" -DPACKAGE_STRING=\"shine\ 3.1.0\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c -o src/lib/bitstream.lo src/lib/bitstream.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" -DPACKAGE_STRING=\"shine\ 3.1.0\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c -o src/lib/huffman.lo src/lib/huffman.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" -DPACKAGE_STRING=\"shine\ 3.1.0\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c -o src/lib/l3bitstream.lo src/lib/l3bitstream.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" -DPACKAGE_STRING=\"shine\ 3.1.0\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c -o src/lib/l3loop.lo src/lib/l3loop.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" -DPACKAGE_STRING=\"shine\ 3.1.0\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c -o src/lib/l3mdct.lo src/lib/l3mdct.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" -DPACKAGE_STRING=\"shine\ 3.1.0\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c -o src/lib/l3subband.lo src/lib/l3subband.c libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/l3mdct.c -fPIC -DPIC -o src/lib/.libs/l3mdct.o libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/l3subband.c -fPIC -DPIC -o src/lib/.libs/l3subband.o libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/l3bitstream.c -fPIC -DPIC -o src/lib/.libs/l3bitstream.o libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/bitstream.c -fPIC -DPIC -o src/lib/.libs/bitstream.o libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/l3loop.c -fPIC -DPIC -o src/lib/.libs/l3loop.o libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/huffman.c -fPIC -DPIC -o src/lib/.libs/huffman.o src/lib/l3mdct.c:33:6: error: conflicting types for 'shine_mdct_initialise'; have 'void(shine_global_config *)' {aka 'void(struct shine_global_flags *)'} 33 | void shine_mdct_initialise(shine_global_config *config) | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/lib/l3mdct.c:4: src/lib/l3mdct.h:4:6: note: previous declaration of 'shine_mdct_initialise' with type 'void(void)' 4 | void shine_mdct_initialise(); | ^~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:601: src/lib/l3mdct.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/huffman.c -o src/lib/huffman.o >/dev/null 2>&1 libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/bitstream.c -o src/lib/bitstream.o >/dev/null 2>&1 src/lib/l3loop.c: In function 'calc_runlen': src/lib/l3loop.c:452:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 452 | for ( ; i > 3; i -= 4 ) | ^~~ src/lib/l3loop.c:461:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 461 | cod_info->big_values = i>>1; | ^~~~~~~~ libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/l3subband.c -o src/lib/l3subband.o >/dev/null 2>&1 libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/l3bitstream.c -o src/lib/l3bitstream.o >/dev/null 2>&1 libtool: compile: gcc -DPACKAGE_NAME=\"shine\" -DPACKAGE_TARNAME=\"shine\" -DPACKAGE_VERSION=\"3.1.0\" "-DPACKAGE_STRING=\"shine 3.1.0\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shine\" -DVERSION=\"3.1.0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/shine-3.1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -funroll-loops -fno-exceptions -Wall -O2 -fsigned-char -c src/lib/l3loop.c -o src/lib/l3loop.o >/dev/null 2>&1 make[1]: Leaving directory '/build/reproducible-path/shine-3.1.1' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:10: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

