Your message dated Sun, 04 Aug 2024 21:19:59 +0000 with message-id <E1saidz-00G9FH-Pw@fasolo.debian.org> and subject line Bug#1075372: fixed in pd-ggee 0.28-7 has caused the Debian Bug report #1075372, regarding pd-ggee: 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.) -- 1075372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075372 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: pd-ggee: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:39:45 +0000
- Message-id: <E1sOzGz-00438s-Ey@paradis.debian.org>
Package: src:pd-ggee Version: 0.28-6 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-ggee_0.28-6_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 [...] 796 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~~ gui/fatom.h:237:6: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 237 | sys_vgui(".x%lx.c delete %lxo%d\n",glist_getcanvas(glist),x,0); | ^~~~~~~~ /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 */ | ^~~~~~~~ gui/fatom.h:238:6: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 238 | sys_vgui(".x%lx.c delete %lxhandle\n",glist_getcanvas(glist),x,0); | ^~~~~~~~ /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 */ | ^~~~~~~~ gui/fatom.h: In function ‘fatom_displace’: gui/fatom.h:269:7: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 269 | sys_vgui(".x%lx.c coords %lxSEL %d %d %d %d\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 */ | ^~~~~~~~ gui/fatom.h: In function ‘fatom_select’: gui/fatom.h:284:11: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 284 | sys_vgui(".x%lx.c create rectangle \ | ^~~~~~~~ /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 */ | ^~~~~~~~ gui/fatom.h:292:11: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 292 | sys_vgui(".x%lx.c delete %lxSEL\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 */ | ^~~~~~~~ gui/fatom.h: In function ‘fatom_float’: gui/fatom.h:353:10: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 353 | sys_vgui(".x%lx.c.s%lx select\n",x->x_glist,x,f); | ^~~~~~~~ /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 */ | ^~~~~~~~ gui/fatom.h:355:10: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 355 | sys_vgui(".x%lx.c.s%lx deselect\n",x->x_glist,x,f); | ^~~~~~~~ /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 */ | ^~~~~~~~ gui/fatom.h:357:8: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 357 | sys_vgui(".x%lx.c.s%lx set %f\n",x->x_glist,x,f); | ^~~~~~~~ /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 */ | ^~~~~~~~ gui/fatom.h: In function ‘fatom_new’: gui/fatom.h:414:25: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘t_fatom *’ {aka ‘struct _fatom *’} [-Wformat=] 414 | sprintf(buf,"fatom%lx",x); | ~~^ ~ | | | | | t_fatom * {aka struct _fatom *} | long unsigned int gui/fatom.h:420:5: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 420 | sys_vgui("proc fatom_cb%lx {val} {\n pdsend \"fatom%lx f $val\"\n }\n",x,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 */ | ^~~~~~~~ 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: 1075372-close@bugs.debian.org
- Subject: Bug#1075372: fixed in pd-ggee 0.28-7
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 04 Aug 2024 21:19:59 +0000
- Message-id: <E1saidz-00G9FH-Pw@fasolo.debian.org>
- Reply-to: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Source: pd-ggee Source-Version: 0.28-7 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-ggee, 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 1075372@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-ggee 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 23:04:23 +0200 Source: pd-ggee Architecture: source Version: 0.28-7 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: 1075372 Changes: pd-ggee (0.28-7) unstable; urgency=medium . * Fix FTBFS with gcc>=14 (Closes: #1075372) * Refresh patches with 'gbp pq' Checksums-Sha1: 5f1cd080794d49915627920cd821f5c822900e04 2094 pd-ggee_0.28-7.dsc 02c9d45865b7ce8278d15ecfc926397ecba096c0 8532 pd-ggee_0.28-7.debian.tar.xz Checksums-Sha256: 63400e2b82c732c5396ba7e726a8240c08f2bbf7d7ddf2b1da4555d41dc32448 2094 pd-ggee_0.28-7.dsc 6f569420d21fcfa0d27ec4d1bff2224eac15641772a5aa7eb146b13b979aae38 8532 pd-ggee_0.28-7.debian.tar.xz Files: f9bc35ddbeed28e489164048511a4f8b 2094 sound optional pd-ggee_0.28-7.dsc e6e4b39016328540609fcb7d7209f229 8532 sound optional pd-ggee_0.28-7.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmav7XcWHGZvcnVtQHVt bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+EloD/9NXc/hh1kLURvOAxXj6EPfCnwg wKadVaSwFhOWiQ23I9A64db/I+eslX3hcJL0zCclc8DNYkpxe34YC8jwMYHseRuQ 7YUoUN50IRp4rZ5v7M8wWoQV4aNXz5McLRx6CvLrTjFgqCNqyABMxdBz9W5lzLUv lRVFAU0FZU8lJnqxXujEa1Pt9dT3jsX6Qnu+dJB24oFpKYI/iqJNEYHPFHXZJXkg qC8tsExVXyFIGmT9MGewFptfxh/bvxL/aQIEBq0upfNhHklhQIK7KB7uVuQdp/h+ oCgtfFD7d+9goPKmon+9fk2gRp0uJWWbMNbLkS//ndB2swPAsMntrW36WeKF3Mm2 7K+71Kf4Gju5K+V0oR3s77thIGvUkCYafYXtHzr4iLvwz7pmrO1M7J/rVsnu+Rnx 2Sxb2rUeZ+ra5cwEL8MJ1osioldtR55SrOO2fi2r67JAHFZX3zfByf6PeZofg3Ya E8EyVIjnuxw2gaXn3r90acI3OZ6kLO8uZfk3Dsv7tTnm5eHgodXyxsir2oykBsw3 WT4RFN8bx6ZGEBl0S7GkTzQ1BEnGxINK2BQB+012v77+8ffXeyjVQL5fGSeGmfNr y2qrE+M7FlqeV3q2uOL/4xPuNacksuqjoEaYjn1yCMPkTkkRMx7v9oQ6RBXcZqiW 8CafAWiAqZmBu1fOAg== =KgrW -----END PGP SIGNATURE-----Attachment: pgpEA9YXrqvV6.pgp
Description: PGP signature
--- End Message ---