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