Your message dated Mon, 19 Aug 2024 11:05:57 +0000 with message-id <E1sg0Cz-001Rma-Fn@fasolo.debian.org> and subject line Bug#1075375: fixed in pd-unauthorized 0.1-9 has caused the Debian Bug report #1075375, regarding pd-unauthorized: 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.) -- 1075375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075375 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: pd-unauthorized: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:39:52 +0000
- Message-id: <E1sOzH6-00439s-KQ@paradis.debian.org>
Package: src:pd-unauthorized Version: 0.1-8 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-unauthorized_0.1-8_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 [...] 214 | SYS_VGUI3(".x%lx.c delete %xFILTERBANK\n", canvas, x ); | ^~~~~~~~~ /usr/include/pd/m_pd.h:796:27: note: declared here 796 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~~ filterbank~.c:215:5: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 215 | SYS_VGUI3(".x%lx.c delete %xSIN\n", canvas, x ); | ^~~~~~~~~ /usr/include/pd/m_pd.h:796:27: note: declared here 796 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~~ filterbank~.c:218:9: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 218 | SYS_VGUI4(".x%lx.c delete %xFILTER%d\n", canvas, x, fi ); | ^~~~~~~~~ /usr/include/pd/m_pd.h:796:27: note: declared here 796 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~~ filterbank~.c: In function ‘filterbank_draw_select’: filterbank~.c:230:9: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 230 | SYS_VGUI3(".x%lx.c itemconfigure %xFILTERBANK -outline #0000FF\n", canvas, x); | ^~~~~~~~~ /usr/include/pd/m_pd.h:796:27: note: declared here 796 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~~ filterbank~.c:234:9: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 234 | SYS_VGUI3(".x%lx.c itemconfigure %xFILTERBANK -outline #000000\n", canvas, x); | ^~~~~~~~~ /usr/include/pd/m_pd.h:796:27: note: declared here 796 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~~ filterbank~.c: In function ‘filterbank_properties’: filterbank~.c:270:47: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=] 270 | sprintf(buf, "pdtk_filterbank_dialog %%s %d %d\n", | ~^ | | | int | %ld 271 | x->x_lowfreq, x->x_highfreq ); | ~~~~~~~~~~~~ | | | t_int {aka long int} filterbank~.c:270:50: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘t_int’ {aka ‘long int’} [-Wformat=] 270 | sprintf(buf, "pdtk_filterbank_dialog %%s %d %d\n", | ~^ | | | int | %ld 271 | x->x_lowfreq, x->x_highfreq ); | ~~~~~~~~~~~~~ | | | t_int {aka long int} filterbank~.c:272:5: warning: ‘gfxstub_new’ is deprecated [-Wdeprecated-declarations] 272 | gfxstub_new(&x->x_obj.ob_pd, x, buf); | ^~~~~~~~~~~ /usr/include/pd/m_pd.h:803:27: note: declared here 803 | PD_DEPRECATED EXTERN void gfxstub_new(t_pd *owner, void *key, const char *cmd); /* avoid this: use pdgui_stub_vnew() instead */ | ^~~~~~~~~~~ filterbank~.c: In function ‘filterbank_tilde_setup’: filterbank~.c:680:5: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 680 | sys_vgui("eval [read [open {%s/%s.tcl}]]\n", | ^~~~~~~~ /usr/include/pd/m_pd.h:796:27: note: declared here 796 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~~ make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" arch.flags= "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" "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" "LDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,-as-needed" returned exit code 2 make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:11: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075375-close@bugs.debian.org
- Subject: Bug#1075375: fixed in pd-unauthorized 0.1-9
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 19 Aug 2024 11:05:57 +0000
- Message-id: <E1sg0Cz-001Rma-Fn@fasolo.debian.org>
- Reply-to: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Source: pd-unauthorized Source-Version: 0.1-9 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-unauthorized, 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 1075375@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-unauthorized 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: Mon, 19 Aug 2024 12:40:07 +0200 Source: pd-unauthorized Architecture: source Version: 0.1-9 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: 1075375 Changes: pd-unauthorized (0.1-9) unstable; urgency=medium . * Add patch for compilation with gcc-14 (Closes: #1075375) * Bump standards version to 4.7.0 Checksums-Sha1: 62572f39b36c8e9f92170780ea51892cf8b0d889 2199 pd-unauthorized_0.1-9.dsc cf7f88ff1c43d89ee2815df36a7b6df5b9d42ef2 12400 pd-unauthorized_0.1-9.debian.tar.xz Checksums-Sha256: 1fc1644a156684796200cd266684daf10e209193bec52ea6c3332a6a60e1daab 2199 pd-unauthorized_0.1-9.dsc 454a74ea849d52813894e17f3ac1acf0055d817b87068446c525f501c97ae1c3 12400 pd-unauthorized_0.1-9.debian.tar.xz Files: 2c2742de2779a6d80430fcdc36bdfffd 2199 sound optional pd-unauthorized_0.1-9.dsc bbf18c12417668e1e3259d2856dc346e 12400 sound optional pd-unauthorized_0.1-9.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAmbDISwACgkQtlAZxH96 Nvgo5g/+PlG8WGb1SRjOGPHn6DkeUnR/xrVlUv1yDrr4IM80jEAmWmiWiOnNmghV qwzCJ0AV4q462XeKpa+lTkhFtgz60MsUmRivOkw5HO0RkAteG+9IB/VS9+NuA3jD roz20yyeBB2H0MaUvc+9Y7Xo4JXCw04+9e8VdNHW7vFYzvGjja8P5y7wANl+AMVC UX+BVsYB77QO4jY13P1m9pkI1xIziCDnMDnBEt+NTwJ+tDEdyaNdGHjUvcpfQpQL VeihJTjwW5EtZEjesVzljyJ4/tDaIQBiMvnvQAECjm+8JXQW71J1pyCajiAfG7Ve DhlrbrzLbh5kAGB0jljOSPeiROCBHUFGBYJJE/enFbi9EkPwuKJ/gZyMl8RPmSTo CuQI9NSFNqg7SwmBWlltqEaFFNX/bpTAdT1xCIgFGjUCctISH7v79jERirDfcFpS pOEML0sNANjyw4FUvQbRudPhtmVFmJiRo88+SL6/+QxUM5ei5W2tNmwEc+G67c8y z/3l+iaVhNXyme855NTwTuzOBeq1cOoOE3vYlHUc7nnE+nPjokBBQSjbOZx/Qhy8 LEgtTn/0xuTGtVGHu3YDYGnooZLdJ7/8msmqwxOHKPRejjPRR/rvRAs4ziL6YhB0 1ym54O+0mOqvpeT+SCjFdU1qijL0+2vv1WunGN2OjuTzuXna8eE= =iTp+ -----END PGP SIGNATURE-----Attachment: pgpG3GQknuzZT.pgp
Description: PGP signature
--- End Message ---