Your message dated Mon, 17 Jun 2024 15:50:17 +0000
with message-id <e1sjecb-00hy5y...@fasolo.debian.org>
and subject line Bug#1073333: fixed in pd-ggee 0.28-6
has caused the Debian Bug report #1073333,
regarding pd-ggee: FTBFS: experimental/fofsynth~.c:31:46: error: ‘COSTABSIZE’
undeclared (first use in this function)
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.)
--
1073333: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073333
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pd-ggee
Version: 0.28-5
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" -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
> filters/equalizer.pd_linux.o -c filters/equalizer.c
> ++++ info: making gui/state.pd_linux.o in lib ggee
> gui/image.c: In function ‘image_drawme’:
> gui/image.c:32:11: warning: ‘sys_vgui’ is deprecated
> [-Wdeprecated-declarations]
> 32 | sys_vgui("image create photo img%lx -file {%s}\n",x,fname);
> | ^~~~~~~~
> In file included from gui/image.c:2:
> /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 */
> | ^~~~~~~~
> gui/image.c:33:11: warning: ‘sys_vgui’ is deprecated
> [-Wdeprecated-declarations]
> 33 | sys_vgui(".x%lx.c create image %d %d -image img%lx -tags
> %lxS\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 */
> | ^~~~~~~~
> gui/image.c:42:18: warning: ‘sys_vgui’ is deprecated
> [-Wdeprecated-declarations]
> 42 | sys_vgui(".x%lx.c coords %lxS %d %d\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 */
> | ^~~~~~~~
> gui/image.c: In function ‘image_erase’:
> gui/image.c:53:6: warning: ‘sys_vgui’ is deprecated
> [-Wdeprecated-declarations]
> 53 | sys_vgui(".x%lx.c delete %lxS\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 */
> | ^~~~~~~~
> gui/image.c: In function ‘image_displace’:
> gui/image.c:102:5: warning: ‘sys_vgui’ is deprecated
> [-Wdeprecated-declarations]
> 102 | sys_vgui(".x%lx.c coords %lxSEL %d %d %d %d\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 */
> | ^~~~~~~~
> gui/image.c: In function ‘image_select’:
> gui/image.c:115:11: warning: ‘sys_vgui’ is deprecated
> [-Wdeprecated-declarations]
> 115 | sys_vgui(".x%lx.c create rectangle \
> | ^~~~~~~~
> /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 */
> | ^~~~~~~~
> gui/image.c:123:11: warning: ‘sys_vgui’ is deprecated
> [-Wdeprecated-declarations]
> 123 | sys_vgui(".x%lx.c delete %lxSEL\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 */
> | ^~~~~~~~
> control/qread.c: In function ‘qread_next’:
> control/qread.c:66:6: warning: ignoring return value of ‘fscanf’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 66 | fscanf(x->x_file,"%f",&delay);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> control/qread.c:72:6: warning: ignoring return value of ‘fscanf’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 72 | fscanf(x->x_file,"%s",name);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> control/qread.c:78:11: warning: ignoring return value of ‘fscanf’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 78 | fscanf(x->x_file,"%f",&ff);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> control/qread.c:82:6: warning: ignoring return value of ‘fscanf’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 82 | fscanf(x->x_file,";");
> | ^~~~~~~~~~~~~~~~~~~~~
> experimental/fofsynth~.c: In function ‘cos_maketable’:
> experimental/fofsynth~.c:31:46: error: ‘COSTABSIZE’ undeclared (first use in
> this function)
> 31 | t_sample phase, phsinc = (2. * PD_PI) / COSTABSIZE;
> | ^~~~~~~~~~
> experimental/fofsynth~.c:31:46: note: each undeclared identifier is reported
> only once for each function it appears in
> experimental/fofsynth~.c: In function ‘halfcos_maketable’:
> experimental/fofsynth~.c:45:46: error: ‘COSTABSIZE’ undeclared (first use in
> this function)
> 45 | t_sample *fp, phase, phsinc = (PD_PI) / COSTABSIZE;
> | ^~~~~~~~~~
> experimental/fofsynth~.c: In function ‘exp_maketable’:
> experimental/fofsynth~.c:59:50: error: ‘COSTABSIZE’ undeclared (first use in
> this function)
> 59 | t_sample *fp, phase, phsinc = (2 * PD_PI) / COSTABSIZE;
> | ^~~~~~~~~~
> experimental/fofsynth~.c: In function ‘fofsynth_perform’:
> experimental/fofsynth~.c:209:70: error: ‘COSTABSIZE’ undeclared (first use in
> this function)
> 209 | envelope = *(halfcos_table + (int) (cur->envph *
> COSTABSIZE));
> |
> ^~~~~~~~~~
> experimental/fofsynth~.c: In function ‘fofsynth_dsp’:
> experimental/fofsynth~.c:274:24: error: ‘COSTABSIZE’ undeclared (first use in
> this function)
> 274 | x->x_npoints=COSTABSIZE;
> | ^~~~~~~~~~
> 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
> gui/state.pd_linux.o -c gui/state.c
> ++++ info: making filters/bandpass.pd_linux.o in lib ggee
> make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987:
> experimental/fofsynth~.pd_linux.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/06/15/pd-ggee_0.28-5_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-ggee
Source-Version: 0.28-6
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-ggee, 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-ggee 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:24:04 +0200
Source: pd-ggee
Architecture: source
Version: 0.28-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Closes: 1073333
Changes:
pd-ggee (0.28-6) unstable; urgency=medium
.
* Add patch to fix build against Pd>=0.55 (Closes: #1073333)
* Add 'Provides' stanza
* Switch to dh-sequence-puredata
* Bump standards version to 4.7.0
Checksums-Sha1:
79eb8541606f95246a4a9ab52c6c54605d1f52eb 2094 pd-ggee_0.28-6.dsc
f4158d2ac2b9d28d0ed943ecb73b883cc18af540 7344 pd-ggee_0.28-6.debian.tar.xz
Checksums-Sha256:
6085fe959d1a753091828a3f1270588bd8df405b8876f80a4f6675916600e71c 2094
pd-ggee_0.28-6.dsc
0e969c19c8547206c7e6d681180ec29f3e8b32fc4cea1222506b9dfc22320a33 7344
pd-ggee_0.28-6.debian.tar.xz
Files:
0617cc6bc1bb429e0a47f9e79a6ce121 2094 sound optional pd-ggee_0.28-6.dsc
65397108b69e825631ab9615a219b238 7344 sound optional
pd-ggee_0.28-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmZwVUUWHGZvcnVtQHVt
bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+E7ID/9TK8+tzBo9bkvQc6bjcA+BW0HZ
tNRPpfW0oFax4ohHzMuWOr+zHpWcnjSd4kvHmZaOSn5mk6YXqQcPWWa1BwF4OaU0
cnP9QLvQy2MOr7/o3+f3xVy3flsUXkDjG7mjw8cWYnj46+XIDMi/TBn9haLN9HRi
8qNqFivSf+G9i9+9MJluViKjGvz8ir6CHhxV/I0Q98tOTh050F8AIPoNm2TQbAyM
WWW5jxX4jFnjtu2TOTcwXhjUQ8zrUBMmpWJZ4f72Whm3KlWTvw1+C9W4rTMR3+84
CxW5oPy89fveMdBu6cY88dAOQOB1cI3nPAaymCAETTLZCojmwtbJ0fJjJDiEPmxZ
2R/uhFTCOLPUx7CR97tGTl5DJFpF8OsTcr2/8fCX/uMRg4Yv3I9M1KoqXrB+mgwU
Z+FYIH/TpngLPC7D96G+pSJ7PBop74zuY/zfhBGFLdiXObNuRNQIaCRvwB9Uhwr0
ypggiaauybuwK9r10X7JnDLaS7xbRyuZ70tGfGHmYyXJtedSeOLA33lRxZhsRkvd
4lPvH6iabaSin6l0W3N3mL/nAYinXA4tZEdjwTmGWZb8vB1O0O6i0FSkk39S3iqg
ZfmrhXs432R/tQT8RNHEQVCsGpooEx7QRWcXVfuuVb6M95y9BlGH7peKKBESlI72
iTSQeKcwmwtss1/v7g==
=m6u5
-----END PGP SIGNATURE-----
pgpMnmyzSFuQt.pgp
Description: PGP signature
--- End Message ---