Your message dated Mon, 17 Jun 2024 17:04:53 +0000 with message-id <E1sJFmn-000Ak1-FV@fasolo.debian.org> and subject line Bug#1073308: fixed in pd-pdogg 0.25.1-10 has caused the Debian Bug report #1073308, regarding pd-pdogg: FTBFS: m_pd.h:85:26: error: static assertion failed: "field must be t_float!" 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.) -- 1073308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073308 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: pd-pdogg: FTBFS: m_pd.h:85:26: error: static assertion failed: "field must be t_float!"
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Sun, 16 Jun 2024 14:55:11 +0200
- Message-id: <[🔎] Zm7gr04KPMryUcFJ@grub.nussbaum.fr>
Source: pd-pdogg Version: 0.25.1-9 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lucas@debian.org Usertags: ftbfs-20240615 ftbfs-trixie Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > cc -DPD -I "/usr/include/pd" -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 oggwrite~.pd_linux.o -c oggwrite~.c > oggcast~.c: In function ‘oggcast_child_connect’: > oggcast~.c:602:36: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 602 | if(sprintf(resp, "%d", br_nom) == -1) /* convert int to a string */ > | ~^ ~~~~~~ > | | | > | int t_int {aka long int} > | %ld > oggcast~.c:670:36: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 670 | if(sprintf(resp, "%d", br_nom) == -1) /* convert int to a string */ > | ~^ ~~~~~~ > | | | > | int t_int {aka long int} > | %ld > oggcast~.c: In function ‘oggcast_child_main’: > oggcast~.c:845:49: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 845 | sprintf(boo, "fifosize %d\n", x->x_fifosize); > | ~^ ~~~~~~~~~~~~~ > | | | > | int t_int {aka long int} > | %ld > oggcast~.c:891:52: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 891 | sprintf(boo, "after: head %d, tail %d, pages %d\n", x->x_fifohead, x->x_fifotail, sysrtn); > | ~^ ~~~~~~~~~~~~~ > | | | > | int t_int {aka long int} > | %ld > oggamp~.c: In function ‘oggamp_child_dographics’: > oggcast~.c:891:61: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 891 | sprintf(boo, "after: head %d, tail %d, pages %d\n", x->x_fifohead, x->x_fifotail, sysrtn); > | ~^ ~~~~~~~~~~~~~ > | | | > | int t_int {aka long int} > | %ld > oggamp~.c:637:17: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] > 637 | sys_vgui(".x%x.c create rectangle %d %d %d %d -fill lightblue -tags %xPBAR\n", > | ^~~~~~~~ > In file included from oggamp~.c:33: > /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 */ > | ^~~~~~~~ > oggamp~.c: In function ‘oggamp_child_updategraphics’: > oggamp~.c:651:17: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] > 651 | sys_vgui(".x%x.c delete rectangle %xSTATUS\n", x->x_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 */ > | ^~~~~~~~ > oggamp~.c:660:17: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] > 660 | sys_vgui(".x%x.c create rectangle %d %d %d %d -fill %s -tags %xSTATUS\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 */ > | ^~~~~~~~ > oggamp~.c: In function ‘oggamp_child_delgraphics’: > oggamp~.c:670:8: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] > 670 | sys_vgui(".x%x.c delete rectangle %xPBAR\n", x->x_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 */ > | ^~~~~~~~ > oggamp~.c:671:8: warning: ‘sys_vgui’ is deprecated [-Wdeprecated-declarations] > 671 | sys_vgui(".x%x.c delete rectangle %xSTATUS\n", x->x_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 */ > | ^~~~~~~~ > oggamp~.c: In function ‘oggamp_child_main’: > oggamp~.c:826:41: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 826 | sprintf(boo, "fifosize %d\n", > | ~^ > | | > | int > | %ld > 827 | x->x_fifosize); > | ~~~~~~~~~~~~~ > | | > | t_int {aka long int} > oggamp~.c:843:53: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 843 | sprintf(boo, "head %d, tail %d\n", x->x_fifohead, x->x_fifotail); > | ~^ ~~~~~~~~~~~~~ > | | | > | int t_int {aka long int} > | %ld > oggamp~.c:843:62: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 843 | sprintf(boo, "head %d, tail %d\n", x->x_fifohead, x->x_fifotail); > | ~^ ~~~~~~~~~~~~~ > | | | > | int t_int {aka long int} > | %ld > In file included from oggcast~.c:29: > oggcast~.c: In function ‘oggcast_tilde_setup’: > oggamp~.c:883:52: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 883 | sprintf(boo, "after: head %d, tail %d\n", > | ~^ > | | > | int > | %ld > 884 | x->x_fifohead, x->x_fifotail); > | ~~~~~~~~~~~~~ > | | > | t_int {aka long int} > oggamp~.c:883:61: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 883 | sprintf(boo, "after: head %d, tail %d\n", > | ~^ > | | > | int > | %ld > 884 | x->x_fifohead, x->x_fifotail); > | ~~~~~~~~~~~~~ > | | > | t_int {aka long int} > /usr/include/pd/m_pd.h:85:26: error: static assertion failed: "field must be t_float!" > 85 | #define PD_STATIC_ASSERT _Static_assert > | ^~~~~~~~~~~~~~ > /usr/include/pd/m_pd.h:575:5: note: in expansion of macro ‘PD_STATIC_ASSERT’ > 575 | PD_STATIC_ASSERT(sizeof(((type *)NULL)->field) == sizeof(t_float), "field must be t_float!"); \ > | ^~~~~~~~~~~~~~~~ > oggcast~.c:1455:5: note: in expansion of macro ‘CLASS_MAINSIGNALIN’ > 1455 | CLASS_MAINSIGNALIN(oggcast_class, t_oggcast, x_f ); > | ^~~~~~~~~~~~~~~~~~ > oggamp~.c: In function ‘oggamp_perform’: > oggamp~.c:1090:50: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ {aka ‘long int’} [-Wformat=] > 1090 | pd_error(x, "dsp: error %d", x->x_connecterror); > | ~^ ~~~~~~~~~~~~~~~~~ > | | | > | int t_int {aka long int} > | %ld > make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: oggcast~.pd_linux.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/06/15/pd-pdogg_0.25.1-9_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lucas@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
- To: 1073308-close@bugs.debian.org
- Subject: Bug#1073308: fixed in pd-pdogg 0.25.1-10
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 17 Jun 2024 17:04:53 +0000
- Message-id: <E1sJFmn-000Ak1-FV@fasolo.debian.org>
- Reply-to: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Source: pd-pdogg Source-Version: 0.25.1-10 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-pdogg, 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 1073308@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-pdogg 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, 17 Jun 2024 18:39:01 +0200 Source: pd-pdogg Architecture: source Version: 0.25.1-10 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: 1073308 Changes: pd-pdogg (0.25.1-10) unstable; urgency=medium . * Add patch to fix building with Pd64 (Closes: #1073308) * Add 'Provides' stanza * Switch to dh-sequence-puredata * Bump standards version to 4.7.0 Checksums-Sha1: 1d92cd9d90c5c0b7e4c1978a34bc827bab95c607 2152 pd-pdogg_0.25.1-10.dsc a3f101c04fccdc90981003b1beff2b505d50eda2 11180 pd-pdogg_0.25.1-10.debian.tar.xz Checksums-Sha256: 013c41b67435817d0b83ed869f9bf4514d59c9bd404b38fb8030f5329cc2e0b4 2152 pd-pdogg_0.25.1-10.dsc 1f6b84b2acbb58a270c063fbef6ab0d4cfd276365290dc0250301979bfc409b1 11180 pd-pdogg_0.25.1-10.debian.tar.xz Files: b39a30d49e3501a3c1a0e600adf857c5 2152 sound optional pd-pdogg_0.25.1-10.dsc 6aa04cdb6ac0205e476ec4fb39f533c0 11180 sound optional pd-pdogg_0.25.1-10.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmZwZ20WHGZvcnVtQHVt bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+O9AD/9TxV4EBZrOYEovzIwig5FQNj/1 qSzeHWmzpcWPMJ5BH5akoE+vYJfvBuRuukU+++VdHgCdrUFkfJmOVkO4p74D8TmC x5HnCeJsoJ7fWauhi0r1JhwFIbpiKNi92PNBWQai6SVZJ4PtQDqwAZ+lSN2AFAwO MVf7h97gCoFzrNu3qIFnPr2qPKSWuhaA+oQJQO0AVO0orzwthfa/8kyICd92U+W+ yl0M3dpeybLySMNdbHJrgw3EYjIMx2V8K8fPRPU7uoFBd2a2nPC0AKu52tUy8LzE RznTPbLeO19XzkkzMpZNqCHOzDTUgDtugE4l1yO0x/W0D6dwXbseSYoAYOYjbvow z+F33t2046+EtJl0CYOPWIdM2KogWE00DId0SEyR+EPn1Vv1Z/6Wm1vcPTiVV6RL 9PrDuNzTvJ+okc4/PR+Mb7jRATrNMaIgqQ2itIMrWAg6YP11YThAsg03WsKWD52F uAKCBXFAnaf9vkSwMLHUNdP1if3IupbXHQGZlZuRka2UFGv1zgVOCV/dWQoguI6M xHBLDPwnCZOS6LCTjmlNfdZHb9gmksCTIuNxQya0J4YqyzPaDACpvk0BmbvkczVE /jgsIaJ5soxe+leUpOEFp92/H8A8vL7+PMsqfLCMjqJb0QCFWhozo3REx+4oVRf9 Ms68n9Mbk0jzNNkweQ== =GgRf -----END PGP SIGNATURE-----Attachment: pgpq3dq5MAs2Q.pgp
Description: PGP signature
--- End Message ---