Your message dated Thu, 15 Aug 2024 23:05:19 +0000 with message-id <e1sejwx-001auy...@fasolo.debian.org> and subject line Bug#1075369: fixed in pd-cyclone 0.9.0+ds-2 has caused the Debian Bug report #1075369, regarding pd-cyclone: 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 ow...@bugs.debian.org immediately.) -- 1075369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075369 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: src:pd-cyclone Version: 0.9.0+ds-1 Severity: important Tags: sid trixie User: debian-...@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-cyclone_0.9.0+ds-1_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 [...] /usr/include/pd/m_pd.h:797:27: note: declared here 797 | PD_DEPRECATED EXTERN void sys_gui(const char *s); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~ shared/common/file.c:563:5: warning: ‘sys_gui’ is deprecated [-Wdeprecated-declarations] 563 | sys_gui(" }\n"); | ^~~~~~~ /usr/include/pd/m_pd.h:797:27: note: declared here 797 | PD_DEPRECATED EXTERN void sys_gui(const char *s); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~ shared/common/file.c:564:5: warning: ‘sys_gui’ is deprecated [-Wdeprecated-declarations] 564 | sys_gui("}\n"); | ^~~~~~~ /usr/include/pd/m_pd.h:797:27: note: declared here 797 | PD_DEPRECATED EXTERN void sys_gui(const char *s); /* avoid this: use pdgui_vmess() instead */ | ^~~~~~~ shared/common/file.c: In function ‘panel_tick’: shared/common/file.c:591:9: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 591 | sys_vgui("panel_open %s {%s}\n", f->f_bindname->s_name, f->f_inidir->s_name); | ^~~~~~~~ /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 */ | ^~~~~~~~ shared/common/file.c:593:9: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] 593 | sys_vgui("panel_save %s {%s} {%s}\n", f->f_bindname->s_name, | ^~~~~~~~ /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 */ | ^~~~~~~~ cc -DPD -I "/usr/include/pd" -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ishared -DHAVE_STRUCT_TIMESPEC -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 cyclone_objects/binaries/audio/kink.pd_linux.o -c cyclone_objects/binaries/audio/kink.c ++++ info: making shared/common/magicbit.pd_linux.o in lib cyclone cc -DPD -I "/usr/include/pd" -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ishared -DHAVE_STRUCT_TIMESPEC -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 shared/common/magicbit.pd_linux.o -c shared/common/magicbit.c ++++ info: making cyclone_objects/binaries/audio/bitor.pd_linux.o in lib cyclone cc -DPD -I "/usr/include/pd" -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ishared -DHAVE_STRUCT_TIMESPEC -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 cyclone_objects/binaries/audio/bitor.pd_linux.o -c cyclone_objects/binaries/audio/bitor.c ++++ info: making cyclone_objects/binaries/audio/matrix.pd_linux.o in lib cyclone cyclone_objects/binaries/audio/bitor.c: In function ‘bitor_intmask’: cyclone_objects/binaries/audio/bitor.c:34:19: error: passing argument 1 of ‘pd_float’ from incompatible pointer type [-Wincompatible-pointer-types] 34 | pd_float(x->x_rightinlet, (t_float)x->x_mask); | ~^~~~~~~~~~~~~~ | | | struct _inlet * In file included from cyclone_objects/binaries/audio/bitor.c:6: /usr/include/pd/m_pd.h:444:28: note: expected ‘struct _class **’ but argument is of type ‘struct _inlet *’ 444 | EXTERN void pd_float(t_pd *x, t_float f); | ~~~~~~^ cyclone_objects/binaries/audio/bitor.c: In function ‘bitor_bits’: cyclone_objects/binaries/audio/bitor.c:121:15: error: passing argument 1 of ‘pd_float’ from incompatible pointer type [-Wincompatible-pointer-types] 121 | pd_float(x->x_rightinlet, f); | ~^~~~~~~~~~~~~~ | | | struct _inlet * /usr/include/pd/m_pd.h:444:28: note: expected ‘struct _class **’ but argument is of type ‘struct _inlet *’ 444 | EXTERN void pd_float(t_pd *x, t_float f); | ~~~~~~^ cyclone_objects/binaries/audio/bitor.c: In function ‘bitor_new’: cyclone_objects/binaries/audio/bitor.c:137:46: error: passing argument 1 of ‘obj_findsignalscalar’ from incompatible pointer type [-Wincompatible-pointer-types] 137 | x->x_signalscalar = obj_findsignalscalar(x, 1); | ^ | | | t_bitor * {aka struct _bitor *} In file included from shared/common/magicbit.h:5, from cyclone_objects/binaries/audio/bitor.c:8: /usr/include/pd/m_imp.h:97:54: note: expected ‘const t_object *’ {aka ‘const struct _text *’} but argument is of type ‘t_bitor *’ {aka ‘struct _bitor *’} 97 | EXTERN t_float *obj_findsignalscalar(const t_object *x, int m); | ~~~~~~~~~~~~~~~~^ make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: cyclone_objects/binaries/audio/bitor.pd_linux.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/ 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 ---Source: pd-cyclone Source-Version: 0.9.0+ds-2 Done: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> We believe that the bug you reported is fixed in the latest version of pd-cyclone, 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 1075...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated pd-cyclone 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 ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 16 Aug 2024 00:33:26 +0200 Source: pd-cyclone Architecture: source Version: 0.9.0+ds-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> Closes: 1075369 Changes: pd-cyclone (0.9.0+ds-2) unstable; urgency=medium . * Add patch to fix FTBFS with gcc-14 (Closes: #1075369) Checksums-Sha1: 06906e4fa5c2453311078c9b3f87d3e71dd3c97e 2185 pd-cyclone_0.9.0+ds-2.dsc 6676a6b4b0cc20a69765173d5319422ba7fa2205 10644 pd-cyclone_0.9.0+ds-2.debian.tar.xz Checksums-Sha256: 8182a6d15af3e0f4e2d68c367a45fe630dfe810b8063b2314b72b37ba36375cd 2185 pd-cyclone_0.9.0+ds-2.dsc 7f503a35a072bde8ebc6326968aa348c23805807bc49107c5caea29995cffc5f 10644 pd-cyclone_0.9.0+ds-2.debian.tar.xz Files: e2cc2cba489815b75cfe92022bc8c136 2185 sound optional pd-cyclone_0.9.0+ds-2.dsc 3077f478c0c46c1235c535f9ea92bf04 10644 sound optional pd-cyclone_0.9.0+ds-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAma+hYYWHGZvcnVtQHVt bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+B0LD/415I08cKoiPxufvmVM++Ys88Lx xudUdGXIZwmQsdX+vcV2ss/LtZhG2ozhl+hDkvRa8AacFQjcD7DL0vTrQr6tWvfb YEDDbPdJFtZPs8VSNwjGn9udiUGK2vawWFWIOT9bBmLEbmek3BzKEK9ccibKkMEK JjB49FrYjfjx3oLrv4VhSAcXf9CDFloA95tDOrCGxsAOjrNxL8WUQoZ4Smt6Go/A 0IMT4yeXc1sVkuEgDRZdpG1ze85RXwWHW5oEh/L9n2dQZQpXxlX4+t1Bl4HpCn3b xpJg5/EqPvtnvmwtwZl5DmkCclo688/teU0+8DnkJ5DQSGk7rgmwTZ7BrsgpWyId 203o8s3FKR8/vsaiPzWHELQ6QhaqxySVwXoClpeSP2dbcE0UpmBTQKjmRtg27do5 KHfQs42qQeaDgWcC7fDtwkD+Fo4x+DOX0J/eZ0RaeCHs7e41YHQzUhZTiFNVd16Q GLrwYJUsrp08yKMbHOSuDwklMUSqz0WRyDE7vR9q2AGMJ95gYL6jm8UhenuNtHqK xs7IT3HxlaoU9s0lI+xA+QUGoEdBKj8ogGpKDM4lrifPbyK5VCwLrXmvm9mfLaPZ iHJgxQrrol5eeI6T0gz7eHqiMJjXVJWWzH/Q1tcohXY/FXuDZSAYOMEtgP8Zu0GA FhmDEVBOFqgexgChwA== =90zV -----END PGP SIGNATURE-----pgpAEXo3Sqq3t.pgp
Description: PGP signature
--- End Message ---