Your message dated Wed, 14 Aug 2024 17:04:15 +0000
with message-id <e1sehpz-00ev1f...@fasolo.debian.org>
and subject line Bug#1074922: fixed in dssi 1.1.1~dfsg0-6
has caused the Debian Bug report #1074922,
regarding dssi: 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 ow...@bugs.debian.org
immediately.)


-- 
1074922: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: dssi
Source-Version: 1.1.1~dfsg0-6
Done: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>

We believe that the bug you reported is fixed in the latest version of
dssi, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated dssi 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 14 Aug 2024 18:15:40 +0200
Source: dssi
Architecture: source
Version: 1.1.1~dfsg0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Closes: 985525 1074922
Changes:
 dssi (1.1.1~dfsg0-6) unstable; urgency=medium
 .
   [ Sebastian Ramacher ]
   * Revert "Revert "Apply multi-arch hints.""
 .
   [ Debian Janitor ]
   * Avoid explicitly specifying -Wl,--as-needed linker flag.
 .
   [ Dennis Braun ]
   * Bump dh-compat to 13
 .
   [ IOhannes m zmölnig (Debian/GNU) ]
   * Add patch to fix callback signatures (Closes: #1074922)
   * Demote dependency of 'dssi-example-plugins' on 'dssi-host-jack' to a mere 
recommends
     + Add wrapper for launching plugins via jack-dssi-host (Closes: #985525)
   * Depend on 'pkgconf' rather than 'pkg-config'
   * Prefer libjack-dev over libjack-jackd2-dev
   * Mark .la-files as not-installed
   * Add salsa-ci configuration
   * Apply 'wrap-and-sort -ast'
   * Bump standards version to 4.7.0
Checksums-Sha1:
 65da335f2b6bc1c7212bba33224cfedf1963fbe5 2483 dssi_1.1.1~dfsg0-6.dsc
 1509e39ec57a0ba7c8a6ee5cc711ee9addcc03fc 6672 dssi_1.1.1~dfsg0-6.debian.tar.xz
Checksums-Sha256:
 9c7fc53489635d08441c5f156cfab0af38b3ccee86bf943abc52967b92cebb9b 2483 
dssi_1.1.1~dfsg0-6.dsc
 ddb721feacab042ee9dc60292476d692e9f33b3696ff31db8b0db6c2f2cfafbb 6672 
dssi_1.1.1~dfsg0-6.debian.tar.xz
Files:
 862db589ce3adfe23ab18485c249457e 2483 libdevel optional dssi_1.1.1~dfsg0-6.dsc
 49255f487fca6073e75465fc8754cba7 6672 libdevel optional 
dssi_1.1.1~dfsg0-6.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAma831QACgkQtlAZxH96
NvjLaA//Qu6MViB9xzjdwmNTXKzlk7rvUQkvExTBB5lFBj6ZI+uJByzUQqaLW0ft
nR+OFeHcdMIzbBNrqslE/C1cQhbKR6VCyfShudFnzY2w7Rlg4IcmS9zwEA9CiPg0
yQLbf42TUrZz/o+nECGADLu7lKSrxluEIrKss9P9pVzSyWWkeeRWn+bsIuoC+hNn
RaD7XG2WRnk6iJz1UCEZW52VnsGCG0ER0odFevYN9YuUbWjEpl/Pf0wcS4MoXWao
4bJP89z90SSrqo+FhuoJJq+HGxDO0mUTCld+M0d7FPHAlVzwJ1cgFdlTsOOiQ3J9
wPTbswxTpouvqp87r6pRQpPELPful5j9FyMDa8uJHdUf8TeWQzJEjESZNuyQ5IOF
J3rMCaLYBH49lMwJC7BF7wmZpReRAmN+eD+4SaTTfL3QvvAPylYLPIUOmAwzxJ2O
/397dVOhSVDnhCe/LyTw0Rzc5AoM6VTDgSXi/sQjsPbBlT85w7zw2MAZPntiOdif
Y8F3gReIQdqieBaAsq5e/jMKC/KyUbc6MlqYZRiizW2wDJnbCXG2mav7XNMrh0fA
z42zYveXLaSTF1ETEr7fGO176QE+vDfMj9MfFwWNc6m3SFzygIDOLOxqgaeXlOir
p5PU3auBBD/hnVfxa7EyxhzxnvuFj9PkeZitSZ2OtrTZZQIQYAU=
=O2SY
-----END PGP SIGNATURE-----

Attachment: pgpsbi6DWoKJy.pgp
Description: PGP signature


--- End Message ---

Reply via email to