Package: src:dssi Version: 1.1.1~dfsg0-5 Severity: important Tags: sid trixie User: debian-...@lists.debian.org 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/dssi_1.1.1~dfsg0-5_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 [...] checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether ln -s works... yes checking whether byte ordering is bigendian... no checking for ladspa.h... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for alsa >= 0.9... yes checking for liblo >= 0.12... yes checking for jack >= 0.99.14... yes checking for sndfile... yes checking for samplerate... yes checking for QtCore >= 4.0.1 QtGui >= 4.0.1... no configure: pkg-config could not find Qt >= 4.0.1 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating dssi.pc config.status: creating jack-dssi-host/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands * ======== DSSI 1.1.1 configured ======== * building jack-dssi-host: yes * building DSSI list/analyse tools: yes * building DSSI OSC tools: yes * building trivial_synth plugin: yes * building less_trivial_synth plugin: yes * building karplong plugin: yes * building trivial_sampler plugin: yes * building less_trivial_synth GUI: no (missing Qt4) * building trivial_sampler GUI: no (missing Qt4) dh_auto_build make -j8 make[1]: Entering directory '/<<PKGBUILDDIR>>' make all-recursive make[2]: Entering directory '/<<PKGBUILDDIR>>' Making all in jack-dssi-host make[3]: Entering directory '/<<PKGBUILDDIR>>/jack-dssi-host' gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DDEFAULT_DSSI_PATH=\"/usr/local/lib/dssi:/usr/lib/x86_64-linux-gnu/dssi:/usr/lib/dssi\" -I../dssi -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o jack_dssi_host-jack-dssi-host.o `test -f 'jack-dssi-host.c' || echo './'`jack-dssi-host.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DDEFAULT_DSSI_PATH=\"/usr/local/lib/dssi:/usr/lib/x86_64-linux-gnu/dssi:/usr/lib/dssi\" -I../dssi -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -c -o jack_dssi_host-message_buffer.o `test -f '../message_buffer/message_buffer.c' || echo './'`../message_buffer/message_buffer.c In file included from /usr/include/unistd.h:25, from /usr/include/alsa/asoundlib.h:31, from jack-dssi-host.c:41: /usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ jack-dssi-host.c: In function ‘main’: jack-dssi-host.c:1240:59: error: passing argument 4 of ‘lo_server_thread_add_method’ from incompatible pointer type [-Wincompatible-pointer-types] 1240 | lo_server_thread_add_method(serverThread, NULL, NULL, osc_message_handler, | ^~~~~~~~~~~~~~~~~~~ | | | int (*)(const char *, const char *, lo_arg **, int, void *, void *) In file included from /usr/include/lo/lo.h:33, from jack-dssi-host.c:60: /usr/include/lo/lo_serverthread.h:151:72: note: expected ‘lo_method_handler’ {aka ‘int (*)(const char *, const char *, lo_arg **, int, struct lo_message_ *, void *)’} but argument is of type ‘int (*)(const char *, const char *, lo_arg **, int, void *, void *)’ 151 | const char *typespec, lo_method_handler h, | ~~~~~~~~~~~~~~~~~~^ make[3]: *** [Makefile:461: jack_dssi_host-jack-dssi-host.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/<<PKGBUILDDIR>>/jack-dssi-host' make[2]: *** [Makefile:561: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:406: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:12: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2