Your message dated Sat, 20 Sep 2025 11:29:20 +0000 with message-id <E1uzvmK-003CtA-2j@fasolo.debian.org> and subject line Bug#1097877: fixed in shine 3.1.1-3 has caused the Debian Bug report #1097877, regarding shine: ftbfs with GCC-15 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1097877: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097877 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: shine: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:53:18 +0000
- Message-id: <E1tk5J0-009Q5H-GZ@paradis.debian.org>
Package: src:shine Version: 3.1.1-2 Severity: important Tags: sid forky User: debian-gcc@lists.debian.org 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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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=\"savonet-users@lists.sourceforge.net\" -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
--- End Message ---
--- Begin Message ---
- To: 1097877-close@bugs.debian.org
- Subject: Bug#1097877: fixed in shine 3.1.1-3
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 20 Sep 2025 11:29:20 +0000
- Message-id: <E1uzvmK-003CtA-2j@fasolo.debian.org>
- Reply-to: Sebastian Ramacher <sramacher@debian.org>
Source: shine Source-Version: 3.1.1-3 Done: Sebastian Ramacher <sramacher@debian.org> We believe that the bug you reported is fixed in the latest version of shine, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1097877@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sebastian Ramacher <sramacher@debian.org> (supplier of updated shine package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 20 Sep 2025 12:08:50 +0200 Source: shine Architecture: source Version: 3.1.1-3 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Sebastian Ramacher <sramacher@debian.org> Closes: 1097877 Changes: shine (3.1.1-3) unstable; urgency=medium . [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set upstream metadata fields: Bug-Database, Repository, Repository- Browse. * Set upstream metadata fields: Bug-Submit. . [ Sebastian Ramacher ] * debian/control: - Bump debhelper compat to 13 - Bump Standards-Version * debian/rules: Remove special mips* handling * debian/patches: Fix build with GCC 15 (Closes: #1097877) Checksums-Sha1: e5a634b071700d1c19075666d14e791789ade665 1400 shine_3.1.1-3.dsc f2fe315d68034248f479ee0fad0f544cb59bc4cb 4048 shine_3.1.1-3.debian.tar.xz 44ad9d6214ae12ba31f7552a37a0f6409d27229b 6033 shine_3.1.1-3_amd64.buildinfo Checksums-Sha256: 7eab4d50db7face0385018dedfc058b7de665041716b1489c519a08fe19c0e55 1400 shine_3.1.1-3.dsc 1bc4087f6678cdc418b125e7024d0e873716c8a8058c214e57b30240768e4926 4048 shine_3.1.1-3.debian.tar.xz 6cd245c2bc6903abbbfd6af889d6ff5199f7131cb28ba7bdfc215ce897ea8365 6033 shine_3.1.1-3_amd64.buildinfo Files: 5b68fa21cdcf70d9d6be1baf006f433b 1400 libs optional shine_3.1.1-3.dsc b0331273606a592efc309979f749a6b4 4048 libs optional shine_3.1.1-3.debian.tar.xz 25f9c3b71e7067f71e1a67e93d3e9f37 6033 libs optional shine_3.1.1-3_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCaM59qgAKCRAhk2s2YA/N iZlOAP4wSTHl8QRr91G+P4V0qgYkPN+bOQ1x7+WlEskmZpkdEAD+JTvIWrj4IQy4 qxJwSfgJfQ/dW6e8d30Fn2NHMmx7tAs= =/dft -----END PGP SIGNATURE-----Attachment: pgpEKSHQf06i4.pgp
Description: PGP signature
--- End Message ---