Bug#1075372: pd-ggee: ftbfs with GCC-14
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
Reply to: