Your message dated Mon, 17 Jun 2024 15:50:23 +0000
with message-id <e1sjech-00hy7p...@fasolo.debian.org>
and subject line Bug#1073342: fixed in pd-mjlib 0.2.0-2
has caused the Debian Bug report #1073342,
regarding pd-mjlib: 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 ow...@bugs.debian.org
immediately.)


-- 
1073342: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073342
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pd-mjlib
Version: 0.2.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@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 src/monorhythm.linux-amd64-64.so.o 
> -c src/monorhythm.c
> src/metroplus.c: In function ‘metroplus_time_seq’:
> src/metroplus.c:125:28: warning: assignment to ‘t_float *’ {aka ‘double *’} 
> from incompatible pointer type ‘float *’ [-Wincompatible-pointer-types]
>   125 |                 x->x_times = (float *) malloc( ac * sizeof( float ));
>       |                            ^
> src/metroplus.c:135:28: warning: assignment to ‘t_float *’ {aka ‘double *’} 
> from incompatible pointer type ‘float *’ [-Wincompatible-pointer-types]
>   135 |                 x->x_times = (float *) malloc( sizeof( float ));
>       |                            ^
> src/metroplus.c: In function ‘metroplus_time_float’:
> src/metroplus.c:152:20: warning: assignment to ‘t_float *’ {aka ‘double *’} 
> from incompatible pointer type ‘float *’ [-Wincompatible-pointer-types]
>   152 |         x->x_times = (float *) malloc( sizeof( float ));
>       |                    ^
> src/monorhythm.c: In function ‘monorhythm_pattern_seq’:
> src/monorhythm.c:172:30: warning: assignment to ‘t_float *’ {aka ‘double *’} 
> from incompatible pointer type ‘float *’ [-Wincompatible-pointer-types]
>   172 |                 x->x_pattern = (float *) malloc( ac * sizeof( float 
> ));
>       |                              ^
> In file included from src/pin~.c:1:
> src/pin~.c: In function ‘pin_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!"); \
>       |     ^~~~~~~~~~~~~~~~
> src/pin~.c:198:5: note: in expansion of macro ‘CLASS_MAINSIGNALIN’
>   198 |     CLASS_MAINSIGNALIN( pin_tilde_class, t_pin_tilde, x_f);
>       |     ^~~~~~~~~~~~~~~~~~
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
> src/pin~.linux-amd64-64.so.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/pd-mjlib_0.2.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@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 ---
Source: pd-mjlib
Source-Version: 0.2.0-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-mjlib, 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 1073...@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-mjlib 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: Mon, 17 Jun 2024 17:31:41 +0200
Source: pd-mjlib
Architecture: source
Version: 0.2.0-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: 1073342
Changes:
 pd-mjlib (0.2.0-2) unstable; urgency=medium
 .
   * Add patch to fix building with Pd64 (Closes: #1073342)
   * Add 'Provides' stanza
   * Switch to dh-sequence-puredata
   * Bump standards version to 4.7.0
Checksums-Sha1:
 53f20fb2c619ba0314dd14dbac02ba508aa450d5 2099 pd-mjlib_0.2.0-2.dsc
 69c64ce20f60ca398014fd01746eabac146011cd 5096 pd-mjlib_0.2.0-2.debian.tar.xz
Checksums-Sha256:
 b1ce95cf9daf6abbc78b9f15194bc4560b59a400aa76012dd03a16731d882516 2099 
pd-mjlib_0.2.0-2.dsc
 e31e231ef0dc929e87552c6bc25e6783b57ca5ec6259cd6853218de193b7ed23 5096 
pd-mjlib_0.2.0-2.debian.tar.xz
Files:
 bcc37a1c52fdd3b999063219fffac113 2099 sound optional pd-mjlib_0.2.0-2.dsc
 a7a6b570ccb819352f4c8c07c9618f6e 5096 sound optional 
pd-mjlib_0.2.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmZwVvUWHGZvcnVtQHVt
bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+CNWD/9UJC+9i0jw4zB+LW67i4HHPaqu
o+O7opQT4fpGHyl4heAcmNgsr61/8z3MjCGmmArZ6kpBLIYUNC0gGEoHb5wxd0Jw
d2GU/LuIZLNdCwHnKjwLz1UUIo/lHduc+j4LJkAPZPTXb43HHUzZIpfNGQJgbxii
e+KCeKjGhALyKlG4pNQTdoEdbxGICt0ILqV3HJKga4tOb13ARnQgWw89ktobVkoa
XkYz5nnjKI03fObY9yA9d/BgW8H3jJQDls0TGxeYuIgEK6TS14x2IkFExpxroipO
IVk3ueos2qyobZfzXZcnHs8EQ1vrq2zxmriJgd00yYU33SXgjRTRr8CEPmoWmdJ0
HblBfrjLyKR2Fb5gro17uLgA4EZhA7/tpChvTO9EsMae7frZeuYF/FTzLJJhk+sp
6v39UN1xSFXMe8W+2yL5z0KuGbG1/dAVS/0QdkrT75FhqAqDxaUIrY2fKnFN/V7j
GkzNnEVIlb7I1xHOrFpX+DwMKeEIZzWbeOh0jwM1IH3vWVZgmFUxqpSNeQwWH36P
6szsMNxOWSmApoXlA/Vk0WueG+sFhDCsE7AYzVbSSlbEB+lFd8EPJMdI57DzosDJ
A/qme31KOc/9h+LZYwzz4hur9rDEgu7MBziPuM3fd59BWNlyJkQ/omx0K8CWP18P
XQhZOGn7/1SAtitZpg==
=KtiR
-----END PGP SIGNATURE-----

Attachment: pgpNWVE1915iY.pgp
Description: PGP signature


--- End Message ---

Reply via email to