Your message dated Mon, 17 Jun 2024 16:22:43 +0000 with message-id <E1sJF7z-0002kH-Fo@fasolo.debian.org> and subject line Bug#1073351: fixed in pd-motex 1.1.4-9 has caused the Debian Bug report #1073351, regarding pd-motex: 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.) -- 1073351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073351 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: pd-motex: 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:05 +0200
- Message-id: <[🔎] Zm7gqbhFn4eHpIT0@grub.nussbaum.fr>
Source: pd-motex Version: 1.1.4-8 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" -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 pansig~.linux-amd64-64.so.o -c pansig~.c > ++++ info: making pan~.linux-amd64-64.so.o in lib motex > getenv.c: In function ‘getenv_new’: > getenv.c:57:20: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] > 57 | x->envar = argv[0].a_w.w_symbol->s_name; > | ^ > system.c: In function ‘system_anything’: > system.c:52:3: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] > 52 | system(message); > | ^~~~~~~~~~~~~~~ > pansig~.c: In function ‘pansig_perform’: > pansig~.c:67:16: warning: initialization of ‘float *’ from incompatible pointer type ‘t_float *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 67 | float *in1 = (t_float *)(w[1]); > | ^ > pansig~.c:68:16: warning: initialization of ‘float *’ from incompatible pointer type ‘t_float *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 68 | float *in2 = (t_float *)(w[2]); > | ^ > pansig~.c:69:17: warning: initialization of ‘float *’ from incompatible pointer type ‘t_float *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 69 | float *out1 = (t_float *)(w[3]); > | ^ > pansig~.c:70:17: warning: initialization of ‘float *’ from incompatible pointer type ‘t_float *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 70 | float *out2 = (t_float *)(w[4]); > | ^ > pansig~.c:78:29: warning: passing argument 2 of ‘pansig_getpan’ from incompatible pointer type [-Wincompatible-pointer-types] > 78 | pansig_getpan(value2, &left, &right); > | ^~~~~ > | | > | float * > pansig~.c:31:58: note: expected ‘t_floatarg *’ {aka ‘double *’} but argument is of type ‘float *’ > 31 | static void pansig_getpan(t_floatarg signal, t_floatarg *left, t_floatarg *right) > | ~~~~~~~~~~~~^~~~ > pansig~.c:78:36: warning: passing argument 3 of ‘pansig_getpan’ from incompatible pointer type [-Wincompatible-pointer-types] > 78 | pansig_getpan(value2, &left, &right); > | ^~~~~~ > | | > | float * > pansig~.c:31:76: note: expected ‘t_floatarg *’ {aka ‘double *’} but argument is of type ‘float *’ > 31 | static void pansig_getpan(t_floatarg signal, t_floatarg *left, t_floatarg *right) > | ~~~~~~~~~~~~^~~~~ > pansig~.c: In function ‘pansig_dsp’: > pansig~.c:92:16: warning: initialization of ‘float *’ from incompatible pointer type ‘t_sample *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 92 | float *in1 = sp[0]->s_vec; > | ^~ > pansig~.c:93:16: warning: initialization of ‘float *’ from incompatible pointer type ‘t_sample *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 93 | float *in2 = sp[1]->s_vec; > | ^~ > pansig~.c:94:17: warning: initialization of ‘float *’ from incompatible pointer type ‘t_sample *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 94 | float *out1 = sp[2]->s_vec; > | ^~ > pansig~.c:95:17: warning: initialization of ‘float *’ from incompatible pointer type ‘t_sample *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 95 | float *out2 = sp[3]->s_vec; > | ^~ > pol2rec~.c: In function ‘pol2rec_perform’: > pol2rec~.c:94:16: warning: initialization of ‘float *’ from incompatible pointer type ‘t_float *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 94 | float *in1 = (t_float *)(w[1]); > | ^ > pol2rec~.c:95:16: warning: initialization of ‘float *’ from incompatible pointer type ‘t_float *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 95 | float *in2 = (t_float *)(w[2]); > | ^ > pol2rec~.c:96:17: warning: initialization of ‘float *’ from incompatible pointer type ‘t_float *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 96 | float *out1 = (t_float *)(w[3]); > | ^ > pol2rec~.c:97:17: warning: initialization of ‘float *’ from incompatible pointer type ‘t_float *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 97 | float *out2 = (t_float *)(w[4]); > | ^ > pol2rec~.c: In function ‘pol2rec_dsp’: > pol2rec~.c:112:16: warning: initialization of ‘float *’ from incompatible pointer type ‘t_sample *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 112 | float *in1 = sp[0]->s_vec; > | ^~ > pol2rec~.c:113:16: warning: initialization of ‘float *’ from incompatible pointer type ‘t_sample *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 113 | float *in2 = sp[1]->s_vec; > | ^~ > pol2rec~.c:114:17: warning: initialization of ‘float *’ from incompatible pointer type ‘t_sample *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 114 | float *out1 = sp[2]->s_vec; > | ^~ > pol2rec~.c:115:17: warning: initialization of ‘float *’ from incompatible pointer type ‘t_sample *’ {aka ‘double *’} [-Wincompatible-pointer-types] > 115 | float *out2 = sp[3]->s_vec; > | ^~ > In file included from pol2rec~.c:26: > pol2rec~.c: In function ‘pol2rec_tilde_setup’: > /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!"); \ > | ^~~~~~~~~~~~~~~~ > pol2rec~.c:135:3: note: in expansion of macro ‘CLASS_MAINSIGNALIN’ > 135 | CLASS_MAINSIGNALIN(pol2rec_class, t_pol2rec, x_f); > | ^~~~~~~~~~~~~~~~~~ > make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: pol2rec~.linux-amd64-64.so.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/06/15/pd-motex_1.1.4-8_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: 1073351-close@bugs.debian.org
- Subject: Bug#1073351: fixed in pd-motex 1.1.4-9
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 17 Jun 2024 16:22:43 +0000
- Message-id: <E1sJF7z-0002kH-Fo@fasolo.debian.org>
- Reply-to: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Source: pd-motex Source-Version: 1.1.4-9 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-motex, 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 1073351@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-motex 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 17:56:56 +0200 Source: pd-motex Architecture: source Version: 1.1.4-9 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: 1073351 Changes: pd-motex (1.1.4-9) unstable; urgency=medium . * Fix FTBFS with Pd64 (Closes: #1073351) * Fix FTBFS with older Pd as well... * Add 'Provides' stanza * Switch to dh-sequence-puredata * Add lintian-overrides for false-positives regarding underlinking * Bump standards version to 4.7.0 Checksums-Sha1: 5c62cf9dabce1c9ee4e01e689c80471250aa782c 2099 pd-motex_1.1.4-9.dsc 4189848696edf83862ac4d000443486e4bbd921d 6520 pd-motex_1.1.4-9.debian.tar.xz Checksums-Sha256: b94da04ebd14c6219fe8a108b7edfc713b77677b65b31911ef402bc523d357e8 2099 pd-motex_1.1.4-9.dsc 97bdecada240c3826d35101d1cdf9f9982ec3a05a44b71725f400a2a99cd4f93 6520 pd-motex_1.1.4-9.debian.tar.xz Files: af4fc530d5ca87b72f11369126e63be8 2099 sound optional pd-motex_1.1.4-9.dsc 51af9ba5ab81b06d13812833fb414d9e 6520 sound optional pd-motex_1.1.4-9.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmZwXPMWHGZvcnVtQHVt bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+FOgD/9fKzxjnKyPfR0Kf1px+3s8aUW2 Tijq1nvL895fkWFyvxbb1V8qFagV+HZ4s/BRxuXqihrWnW0TOSujRBfsEpDSOSMu r6unOx1Vba+YrsnYOwmYklFrEp2N08igZSOjbG/1U+tgpjyQuPmZJBn/mjLPn/BN pXPxBVcO/wup/kPbVD0rz4aH975l8bjIPMG0v1poTYv+ePWwHg59ynMkTIdS1Ncr lzQ2E61gR5taHwdC2XJHkLcfTJKiazTGwpLp9h74JDK0/cqR3o+cMYNmOY90dE4U kT0OQzQRWppvMwlgH6lbLlZbmAErfqfPgOI8A2tzndA6XlVHQJABvDNd3PGbkcjF JidoYoJlndGe/Co4lQqUm2zU4CpWi+QsPo/Hz4bXy0VmMLK4/CyPxgn6eLCa2qp6 2GTNIadnMIbmiqp//70RRP5a/jiPZ5GTd435UXxIvdg66tvMm8I2E+VnTYm41wAc wi0jXCLSp4TVHzEnqwQOwzkX4P7nPmy8umz4aM0zB1Qe3Iz1hEM4EUCr/lBWscmz aHHIk5xk+xQCyA7vaMmHSyAHdhGhFoCuw3iLHfzQ6mFzmxl228HhXJm4MMBTEByN d+u+aWkGJIdVd1tXY0Gg2TP3lpNJqOlmngrLwYgr8jNEk74TWK/kZT93PkKdzKkN fcu/drmyTTQlQRodjg== =TMVd -----END PGP SIGNATURE-----Attachment: pgpRjzzAFLtsR.pgp
Description: PGP signature
--- End Message ---