Your message dated Mon, 19 Aug 2024 11:05:49 +0000 with message-id <E1sg0Cr-001Rie-5V@fasolo.debian.org> and subject line Bug#1075368: fixed in pd-creb 0.10.0-3 has caused the Debian Bug report #1075368, regarding pd-creb: 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.) -- 1075368: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075368 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: pd-creb: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:39:38 +0000
- Message-id: <E1sOzGs-00437c-JE@paradis.debian.org>
Package: src:pd-creb Version: 0.10.0-2 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-creb_0.10.0-2_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 [...] cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/ratio.linux-amd64-64.so.o -c modules/ratio.c ++++ info: making modules/fdn~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/fdn~.linux-amd64-64.so.o -c modules/fdn~.c ++++ info: making modules/statwav~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/statwav~.linux-amd64-64.so.o -c modules/statwav~.c ++++ info: making modules/bfft~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/bfft~.linux-amd64-64.so.o -c modules/bfft~.c ++++ info: making modules/ibfft~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/ibfft~.linux-amd64-64.so.o -c modules/ibfft~.c ++++ info: making modules/cheby~.linux-amd64-64.so.o in lib creb modules/statwav~.c: In function ‘statwav_tilde_set’: modules/statwav~.c:119:5: warning: ‘garray_getfloatarray’ is deprecated [-Wdeprecated-declarations] 119 | else if (!garray_getfloatarray(a, &x->x_npoints, &x->x_vec)) | ^~~~ In file included from modules/statwav~.c:21: /usr/include/pd/m_pd.h:775:26: note: declared here 775 | PD_DEPRECATED EXTERN int garray_getfloatarray(t_garray *x, int *size, t_float **vec); /* use garray_getfloatwords() */ | ^~~~~~~~~~~~~~~~~~~~ cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/cheby~.linux-amd64-64.so.o -c modules/cheby~.c ++++ info: making modules/ear~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/ear~.linux-amd64-64.so.o -c modules/ear~.c ++++ info: making modules/scrollgrid1D~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/scrollgrid1D~.linux-amd64-64.so.o -c modules/scrollgrid1D~.c ++++ info: making modules/ffpoly.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/ffpoly.linux-amd64-64.so.o -c modules/ffpoly.c ++++ info: making modules/dt_ms.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/dt_ms.linux-amd64-64.so.o -c modules/dt_ms.c ++++ info: making modules/bitsplit~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/bitsplit~.linux-amd64-64.so.o -c modules/bitsplit~.c ++++ info: making modules++/filterortho~.linux-amd64-64.so.o in lib creb g++ -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fcheck-new -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 modules++/filterortho~.linux-amd64-64.so.o -c modules++/filterortho~.cc ++++ info: making modules/nifft~.linux-amd64-64.so.o in lib creb cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/nifft~.linux-amd64-64.so.o -c modules/nifft~.c ++++ info: making modules/cexp~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/cexp~.linux-amd64-64.so.o -c modules/cexp~.c ++++ info: making modules/dynwav~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/dynwav~.linux-amd64-64.so.o -c modules/dynwav~.c ++++ info: making modules/tabreadmix~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/tabreadmix~.linux-amd64-64.so.o -c modules/tabreadmix~.c ++++ info: making modules/bdiag~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/bdiag~.linux-amd64-64.so.o -c modules/bdiag~.c ++++ info: making modules/xfm~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/xfm~.linux-amd64-64.so.o -c modules/xfm~.c ++++ info: making modules/blocknorm~.linux-amd64-64.so.o in lib creb modules/tabreadmix~.c: In function ‘tabreadmix_tilde_set’: modules/tabreadmix~.c:249:5: warning: ‘garray_getfloatarray’ is deprecated [-Wdeprecated-declarations] 249 | else if (!garray_getfloatarray(a, &x->x_npoints, &x->x_vec)) | ^~~~ In file included from modules/extlib_util.h:24, from modules/tabreadmix~.c:23: /usr/include/pd/m_pd.h:775:26: note: declared here 775 | PD_DEPRECATED EXTERN int garray_getfloatarray(t_garray *x, int *size, t_float **vec); /* use garray_getfloatwords() */ | ^~~~~~~~~~~~~~~~~~~~ cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/blocknorm~.linux-amd64-64.so.o -c modules/blocknorm~.c ++++ info: making modules/qnorm~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/qnorm~.linux-amd64-64.so.o -c modules/qnorm~.c ++++ info: making modules/sawtooth~.linux-amd64-64.so.o in lib creb cc -DPD -I "/usr/include/pd" -DPD_FLOATSIZE=64 -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -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 modules/sawtooth~.linux-amd64-64.so.o -c modules/sawtooth~.c ++++ info: making modules/fwarp.linux-amd64-64.so.o in lib creb modules/sawtooth~.c: In function ‘sawtooth_perform’: modules/sawtooth~.c:59:23: error: initialization of ‘t_float *’ {aka ‘double *’} from incompatible pointer type ‘float *’ [-Wincompatible-pointer-types] 59 | t_float *out = (float *)(w[3]); | ^ make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: modules/sawtooth~.linux-amd64-64.so.o] Error 1 make[1]: *** Waiting for unfinished jobs.... 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/ floatsize=64 extension=linux-amd64-64.so 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: 1075368-close@bugs.debian.org
- Subject: Bug#1075368: fixed in pd-creb 0.10.0-3
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 19 Aug 2024 11:05:49 +0000
- Message-id: <E1sg0Cr-001Rie-5V@fasolo.debian.org>
- Reply-to: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Source: pd-creb Source-Version: 0.10.0-3 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-creb, 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 1075368@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-creb 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:39:09 +0200 Source: pd-creb Architecture: source Version: 0.10.0-3 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: 1075368 Changes: pd-creb (0.10.0-3) unstable; urgency=medium . * Fix compilation with Pd64 (Closes: #1075368) * Add patch for 64bit compatible array access * Switch to dh-sequence-puredata * Add Provides stanza * Bump standards version to 4.7.0 Checksums-Sha1: 19ce662d8256873e0ad9b49558bfdb414e998b2a 2083 pd-creb_0.10.0-3.dsc e6ed59424df05e0b98cfbbbd557c4cc62562e001 12492 pd-creb_0.10.0-3.debian.tar.xz Checksums-Sha256: a9ff9e2f7bfe66f77975123ead1654ff57a87357bbaf43b3a458ebed8d209197 2083 pd-creb_0.10.0-3.dsc 9e56e730081e1a58ea483427f452938d812c75bd8b93f9f2481770221feb183d 12492 pd-creb_0.10.0-3.debian.tar.xz Files: b9ccd0888099d3e3946d64d308c3d12d 2083 sound optional pd-creb_0.10.0-3.dsc cd777333a603e019ce103c559e2421c7 12492 sound optional pd-creb_0.10.0-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAmbDIRkACgkQtlAZxH96 NvijohAAl7WvCrhkafJx8cPDEXfrjv2BCte6La4XXI9A8xoRFGxGNs7eqib3V7uu NP6j2JVbDzxsNTwrhnyvfuT3J3yHmuQjUZneFBkmhAeQjJiJSddaGg2k62s+hF6Y 1jqRdUrZy/EqYfBI+snmef9AzPJARS0T05zOumecmQdCVN8U6Ed1uZhXjrX4RaLt 6azadEiNaCgcefbJGTcMOzv3b8dnamMh4V/EGJP0JQ+ToBujZPeX+zYNyXY4tjjm o2lrA4v2B2IOy3F0LlbVmUFGfwRXDbYdFLdfNM7vxJ9Vekdgq98LicopPWwk5Gy8 nQlHUodJ9TG19Xzc5NNCerAdk6v6z+jsy/yfbT3xdOXn4Lp4ojFdsVwPcWQyTl6q bH2vgWnYgYasycCaTvd3Pmv6jXMjR23zMqJ2ci7d0J1Y3Nq4IpyawlnyV4N4CVS5 eV09uage3dHnJDYhae28pSckWCN7BpfG+UXTn+ba/bwK3XteDP/4cYcxEd5+oURb 6/o99Q2Hzus4B8XBNUbFI7ovcQ7NONBWG+Hya0m/+Bs0jB5uSI6raAqYXaHF2mp5 GgvBgaCfmFzji4Y/+rm9z5u+8xUadYXbte7qgc1sb6kB7G2SVe7RAUCTz6bFs1Lq 9wAy1DGr3PEsDchQzQ8k5QQSyVKw7dkaYuwUrw1P/9C3k3H4KfE= =v3h7 -----END PGP SIGNATURE-----Attachment: pgpU9UsKhd2y9.pgp
Description: PGP signature
--- End Message ---