Your message dated Fri, 26 Jul 2024 00:43:18 +0000
with message-id <[email protected]>
and subject line Bug#1075497: fixed in sdl-mixer1.2 1.2.12-19
has caused the Debian Bug report #1075497,
regarding sdl-mixer1.2: ftbfs with GCC-14
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 [email protected]
immediately.)
--
1075497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075497
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sdl-mixer1.2
Version: 1.2.12-18
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/sdl-mixer1.2_1.2.12-18_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-14/porting_to.html
[...]
effect_position.c:1384:29: note: ...this statement, but the latter is
misleadingly indented as if it were guarded by the ‘if’
1384 | if (left < 0) left = 0; if (left > 255) left = 255;
| ^~
effect_position.c:1385:5: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
1385 | if (right < 0) right = 0; if (right > 255) right = 255;
| ^~
effect_position.c:1385:31: note: ...this statement, but the latter is
misleadingly indented as if it were guarded by the ‘if’
1385 | if (right < 0) right = 0; if (right > 255) right = 255;
| ^~
effect_position.c:1386:5: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
1386 | if (left_rear < 0) left_rear = 0; if (left_rear > 255) left_rear =
255;
| ^~
effect_position.c:1386:39: note: ...this statement, but the latter is
misleadingly indented as if it were guarded by the ‘if’
1386 | if (left_rear < 0) left_rear = 0; if (left_rear > 255) left_rear =
255;
| ^~
effect_position.c:1387:5: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
1387 | if (right_rear < 0) right_rear = 0; if (right_rear > 255)
right_rear = 255;
| ^~
effect_position.c:1387:41: note: ...this statement, but the latter is
misleadingly indented as if it were guarded by the ‘if’
1387 | if (right_rear < 0) right_rear = 0; if (right_rear > 255)
right_rear = 255;
| ^~
effect_position.c:1388:5: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
1388 | if (center < 0) center = 0; if (center > 255) center = 255;
| ^~
effect_position.c:1388:33: note: ...this statement, but the latter is
misleadingly indented as if it were guarded by the ‘if’
1388 | if (center < 0) center = 0; if (center > 255) center = 255;
| ^~
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c effects_internal.c -o
build/effects_internal.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c effect_stereoreverse.c -o
build/effect_stereoreverse.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c music_cmd.c -o
build/music_cmd.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c load_aiff.c -o
build/load_aiff.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c load_voc.c -o build/load_voc.o
>/dev/null 2>&1
/bin/bash ./libtool --mode=compile gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -pipe -Wall -Wdate-time
-D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c wavestream.c -o
build/wavestream.lo
/bin/bash ./libtool --mode=compile gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -pipe -Wall -Wdate-time
-D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c dynamic_mod.c -o
build/dynamic_mod.lo
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c wavestream.c -fPIC -DPIC -o
build/.libs/wavestream.o
/bin/bash ./libtool --mode=compile gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -pipe -Wall -Wdate-time
-D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c music_mod.c -o
build/music_mod.lo
/bin/bash ./libtool --mode=compile gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -pipe -Wall -Wdate-time
-D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c timidity/common.c -o
build/common.lo
/bin/bash ./libtool --mode=compile gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -pipe -Wall -Wdate-time
-D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c timidity/ctrlmode.c -o
build/ctrlmode.lo
wavestream.c: In function ‘LoadWAVStream’:
wavestream.c:292:16: warning: variable ‘wavelen’ set but not used
[-Wunused-but-set-variable]
292 | Uint32 wavelen;
| ^~~~~~~
wavestream.c: In function ‘LoadAIFFStream’:
wavestream.c:422:16: warning: variable ‘blocksize’ set but not used
[-Wunused-but-set-variable]
422 | Uint32 blocksize;
| ^~~~~~~~~
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c dynamic_mod.c -fPIC -DPIC -o
build/.libs/dynamic_mod.o
dynamic_mod.c: In function ‘Mix_InitMOD’:
dynamic_mod.c:237:36: error: assignment to ‘BOOL (*)(CHAR *)’ {aka ‘int
(*)(char *)’} from incompatible pointer type ‘int (*)(const CHAR *)’ {aka ‘int
(*)(const char *)’} [-Wincompatible-pointer-types]
237 | mikmod.MikMod_Init = MikMod_Init;
| ^
dynamic_mod.c:241:40: error: assignment to ‘char * (*)(int)’ from incompatible
pointer type ‘const char * (*)(int)’ [-Wincompatible-pointer-types]
241 | mikmod.MikMod_strerror = MikMod_strerror;
| ^
make[1]: *** [Makefile:157: build/dynamic_mod.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c timidity/common.c -fPIC -DPIC
-o build/.libs/common.o
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c music.c -o build/music.o
>/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c music_mod.c -fPIC -DPIC -o
build/.libs/music_mod.o
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c timidity/ctrlmode.c -fPIC
-DPIC -o build/.libs/ctrlmode.o
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c timidity/ctrlmode.c -o
build/ctrlmode.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c wavestream.c -o
build/wavestream.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c timidity/common.c -o
build/common.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c music_mod.c -o
build/music_mod.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c mixer.c -o build/mixer.o
>/dev/null 2>&1
libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pipe
-Wall -Wdate-time -D_FORTIFY_SOURCE=2
-DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
-D_GNU_SOURCE=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_FORK
-DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -pthread -D_REENTRANT -DMID_MUSIC
-DUSE_TIMIDITY_MIDI -I./timidity -DUSE_FLUIDSYNTH_MIDI -DOGG_MUSIC -DFLAC_MUSIC
-DHAVE_SIGNAL_H -DHAVE_SETBUF -DMP3_MAD_MUSIC -c effect_position.c -o
build/effect_position.o >/dev/null 2>&1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:46: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: sdl-mixer1.2
Source-Version: 1.2.12-19
Done: Simon McVittie <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sdl-mixer1.2, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Simon McVittie <[email protected]> (supplier of updated sdl-mixer1.2 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 26 Jul 2024 00:31:03 +0100
Source: sdl-mixer1.2
Architecture: source
Version: 1.2.12-19
Distribution: unstable
Urgency: medium
Maintainer: Debian SDL packages maintainers
<[email protected]>
Changed-By: Simon McVittie <[email protected]>
Closes: 1075497
Changes:
sdl-mixer1.2 (1.2.12-19) unstable; urgency=medium
.
* Team upload
* d/upstream/metadata: Add
* d/p/multiple-mikmod-player-fixes-from-default-2.0-branch.patch,
d/p/backported-a-warning-fix.-from-2.0-branch-commit-6fa075aa.patch,
d/p/fixed-a-warning-after-commit-cb08fb0976e6.patch,
d/p/fluidsynth-delete_fluid_player-delete_fluid_synth-adjust-.patch,
d/p/music_mad.c-missing-return-value-from-2.0-branch-commit-4.patch:
Add patches from upstream git to fix FTBFS with gcc 14
(Closes: #1075497)
* Remove version constraints unnecessary since bullseye (oldstable)
* Standards-Version: 4.7.0 (no changes required)
Checksums-Sha1:
b483054799aa9a7ebb4790bf0a52b04fae8afc43 2433 sdl-mixer1.2_1.2.12-19.dsc
36d2557f4872f249b813cf8ac8fd4ccc2d6db360 20488
sdl-mixer1.2_1.2.12-19.debian.tar.xz
fcc83fb508bfe83b93c6665589e5a4d6630cb9ff 11506
sdl-mixer1.2_1.2.12-19_source.buildinfo
Checksums-Sha256:
ff2bc3dab993c821df2520be71be2ccc49083eb3b6a34f1e9be2fe68b82fb69b 2433
sdl-mixer1.2_1.2.12-19.dsc
c353e3d45e6c16817acfe8a64a4d251a81bca7458e45ad4d79136357f35e3481 20488
sdl-mixer1.2_1.2.12-19.debian.tar.xz
e11b6c7848db55f328b8bc220eeda650c91941a913d761c94cd02d18eb00c4a8 11506
sdl-mixer1.2_1.2.12-19_source.buildinfo
Files:
2a1fe017274dde6f4ffda9d4600f5028 2433 libs optional sdl-mixer1.2_1.2.12-19.dsc
3e4eb6cb3f6cd8b486af520a1f8f9005 20488 libs optional
sdl-mixer1.2_1.2.12-19.debian.tar.xz
a97efede692b790fb3ea56350dbd39b0 11506 libs optional
sdl-mixer1.2_1.2.12-19_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAmai4pYACgkQ4FrhR4+B
TE8bVA/+K2C/kbYtxXb5Xpku7HnX70l10m5Rvbfft/y33KBTZ4zueuj9q568lNI3
+RFqm1/DaF2tPTRxnAu7qsF9TqfYglQ0ivn7kT0kmgOqW3al/5wcAJNIrZz3cdv5
oYGbN83ITZkW4S1e1RSvY9QX0ubOs6uIuKhhLxmOa9AOMj89dyAH/zpc4khZFN/2
/0kDti5I0bjC0EHUAWVemJGTnbZq3cASsUChOis84yWo6vo+PbNiFAOLjOzV6aIF
wntII/x+XCFcirKUEC4x5uiX1/kdNiisiqGkM8cnN8yaA0aeVDeFhO/e1VpOweBH
swZ38fj9pk4MK637FjNLsbBjCadUlUNMPisx5+1bbDLDtUcF+ZOx5Mi4SQ33BKnq
i1lQ0l2EqFahrcPcVXq/c5lxJlHkjx8WNWKQ37xdQWzMIQN7pcPa+8lWVd9FbjJ6
EnvLlccrgFM4tNjt1wEbdBDRLt3tUn6DRQHGrfgD8bmvfdyJc2MuMZpJmZWUWNBo
eNBpEzhSiC5xQzxQwDCrOZAXskeZsOqZ/k2Jzl+hGfwCraiINP+2sh2o87C1AxNP
y1SAanfsi3PxjJalQR69O2EdPfxjpfPw/1xdrxys8Gh3Ev0JmIbiIR7ndj6q247Y
ZoFnGxKaefwV3zHl2Ujtytob99qm+qFUMF3OJFrQ6Wpm2+ipT4Y=
=nCXu
-----END PGP SIGNATURE-----
pgpQbWmbGMWv_.pgp
Description: PGP signature
--- End Message ---