Your message dated Sun, 04 Aug 2024 20:49:23 +0000 with message-id <E1saiAN-00G42R-01@fasolo.debian.org> and subject line Bug#1075371: fixed in pd-flite 0.3.3-5 has caused the Debian Bug report #1075371, regarding pd-flite: 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 owner@bugs.debian.org immediately.) -- 1075371: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075371 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: pd-flite: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:39:43 +0000
- Message-id: <E1sOzGx-00438e-OB@paradis.debian.org>
Package: src:pd-flite Version: 0.3.3-4 Severity: important Tags: sid trixie User: debian-gcc@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/pd-flite_0.3.3-4_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 [...] SCHROOT_UID=1001 SCHROOT_USER=user42 SHELL=/bin/sh USER=user42 dpkg-buildpackage ----------------- Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot dpkg-buildpackage: info: source package pd-flite dpkg-buildpackage: info: source version 0.3.3-4 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean dh clean --buildsystem=pd_lib_builder dh_auto_clean -O--buildsystem=pd_lib_builder make -j8 distclean PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/ make[1]: Entering directory '/<<PKGBUILDDIR>>' ++++ info: using Makefile.pdlibbuilder version 0.7.0~Debian ++++ info: making target distclean in lib flite rm -f flite.pd_linux.o rm -f flite.pd_linux flite.pd_linux rm -f *.pre *.lst target distclean not yet implemented make[1]: Leaving directory '/<<PKGBUILDDIR>>' make -j8 distclean PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/ floatsize=64 extension=linux-amd64-64.so make[1]: Entering directory '/<<PKGBUILDDIR>>' ++++ info: using Makefile.pdlibbuilder version 0.7.0~Debian ++++ info: making target distclean in lib flite rm -f flite.linux-amd64-64.so.o rm -f flite.linux-amd64-64.so flite.linux-amd64-64.so rm -f *.pre *.lst target distclean not yet implemented make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_autoreconf_clean -O--buildsystem=pd_lib_builder dh_clean -O--buildsystem=pd_lib_builder debian/rules binary dh binary --buildsystem=pd_lib_builder dh_update_autotools_config -O--buildsystem=pd_lib_builder dh_autoreconf -O--buildsystem=pd_lib_builder dh_auto_configure -O--buildsystem=pd_lib_builder dh_auto_build -O--buildsystem=pd_lib_builder make -j8 "INSTALL=install --strip-program=true" arch.c.flags= "LDFLAGS=-Wl,-z,relro -Wl,-z,now" "CFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/ make[1]: Entering directory '/<<PKGBUILDDIR>>' ++++ info: using Makefile.pdlibbuilder version 0.7.0~Debian ++++ info: using Pd API /usr/include/pd/m_pd.h ++++ info: making target all in lib flite ++++ info: making flite.pd_linux.o in lib flite cc -DPD -I "/usr/include/pd" -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_FLITE_FLITE_H=1 -I . -DVERSION='"0.3.3"' -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o flite.pd_linux.o -c flite.c flite.c: In function ‘flite_new’: flite.c:696:32: error: passing argument 3 of ‘pthread_create’ from incompatible pointer type [-Wincompatible-pointer-types] 696 | pthread_create(&x->x_tid, 0, flite_thread, x); | ^~~~~~~~~~~~ | | | void (*)(t_flite *) {aka void (*)(struct _flite *)} In file included from flite.c:19: /usr/include/pthread.h:204:36: note: expected ‘void * (*)(void *)’ but argument is of type ‘void (*)(t_flite *)’ {aka ‘void (*)(struct _flite *)’} 204 | void *(*__start_routine) (void *), | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ flite.c: In function ‘flite_read_textfile’: flite.c:407:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 407 | fread(x->x_textbuf, 1, len, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: flite.pd_linux.o] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" arch.c.flags= "LDFLAGS=-Wl,-z,relro -Wl,-z,now" "CFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/ returned exit code 2 make: *** [debian/rules:8: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075371-close@bugs.debian.org
- Subject: Bug#1075371: fixed in pd-flite 0.3.3-5
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 04 Aug 2024 20:49:23 +0000
- Message-id: <E1saiAN-00G42R-01@fasolo.debian.org>
- Reply-to: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Source: pd-flite Source-Version: 0.3.3-5 Done: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> We believe that the bug you reported is fixed in the latest version of pd-flite, 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 1075371@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> (supplier of updated pd-flite 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: SHA256 Format: 1.8 Date: Sun, 04 Aug 2024 22:22:44 +0200 Source: pd-flite Architecture: source Version: 0.3.3-5 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Closes: 1075371 Changes: pd-flite (0.3.3-5) unstable; urgency=medium . * Add patch to fix FTBFS with gcc-14 (Closes: #1075371) * Switch to dh-sequence-puredata + Add Provides stanza * Bump standards version to 4.7.0 Checksums-Sha1: 06e123dc41c94a9f95c40785a1261cae37763c57 2164 pd-flite_0.3.3-5.dsc 0245d39b4287c28e89fdf1b4c63f8637019655c0 4360 pd-flite_0.3.3-5.debian.tar.xz Checksums-Sha256: 50bcfb32c81130c5f0d94e4594cfefcf6fc2b106a8a4c08f0dee06ce2b44937c 2164 pd-flite_0.3.3-5.dsc ba97df9c61ff4e9be93120fe4c01d44cbe3ccefef2feda04f4c42255350cc537 4360 pd-flite_0.3.3-5.debian.tar.xz Files: 3a57be66ce752a81cb3a5594fd16f22e 2164 sound optional pd-flite_0.3.3-5.dsc ed168850f368a04b10050fb6e3867f24 4360 sound optional pd-flite_0.3.3-5.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmav5KEWHGZvcnVtQHVt bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+JSeD/4wHS9o5sCuoBrJFysR78q4XHXz NNrUR5MVWIqJgGyFFuWzTakagj+hiFd4b7S2EBZUg6LbxZhzyyt48qLUqJJWwm+K x4cCaL71TViOVZq46OnDq1AdMiw+XcJscKF093q/6co5DkNs9N5KER8t22dlve8F d6pUvT3FMX2AX9StF5UT70h0KpcZBUZG9FcLi3kRVO51GT42X4HeM9YHVKWwcjDq 9u3qHBuJsMiHkvLccVZrVBeD9Ci1kDh6Tz3aYU9bQt2atK306iShsUkuFGCFv5qJ rDUqTGEbvsIlJ2JFJ6NmcMzvJwlrSM7X/8Z9z0Bwc4zG0QzncL8XDceaZETyTAwo qzUpu/BERrnzsFCW9MFEiURQSBEvqedZJSWx+HrgEnVApS7EKBVJT1dkzBP4D7DS R4LZxiOt+4uu3FDdSsyUmfDvtoUhZFE+0Q7vCBvd44Lt71IR5hgLabRqja7PfiFF qci+/Jf9g/+8bcc2swY7EmLKp5lt66USIJqLbGF7T97rtnBgzpd7kh8qEQbbRCLX TG2xatTw0zmsabVTK+Px6dWreBeqoTA4vcu6dYV2Poz1y8R28X2IPNEGptrTiQgA MyiBgm6T6tIcs2T16hZKHaGNKSwJl0Yjxhr5gmElAHrR/8BaVJxFTuf11UunAXt8 kTIabNx3KwwABNiglw== =aP9P -----END PGP SIGNATURE-----Attachment: pgpqQ837GraaD.pgp
Description: PGP signature
--- End Message ---