Your message dated Tue, 03 Sep 2024 13:04:26 +0000
with message-id <[email protected]>
and subject line Bug#1066502: fixed in pd-iemutils 0.0.20240903-1
has caused the Debian Bug report #1066502,
regarding pd-iemutils: FTBFS: doublechord.c:89:5: error: implicit declaration
of function ‘error’; did you mean ‘perror’?
[-Werror=implicit-function-declaration]
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 [email protected]
immediately.)
--
1066502: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066502
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pd-iemutils
Version: 0.0.20210927-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration
Relevant part (hopefully):
> x86_64-linux-gnu-gcc -DPD -I "/usr/include/pd" -DUNIX -Wdate-time
> -D_FORTIFY_SOURCE=2 -DPD -I/usr/include/pd -fPIC -Wdate-time
> -D_FORTIFY_SOURCE=2 -DPD -I/usr/include/pd -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -o doublechord.pd_linux.o -c
> doublechord.c
> doublechord.c: In function ‘doublechord_setup’:
> doublechord.c:89:5: error: implicit declaration of function ‘error’; did you
> mean ‘perror’? [-Werror=implicit-function-declaration]
> 89 | error("double-chord built into Pd>=0.49, not enabling
> iem::punish::doublechord");
> | ^~~~~
> | perror
> triggerize.c: In function ‘triggerize_setup’:
> triggerize.c:456:5: error: implicit declaration of function ‘error’; did you
> mean ‘perror’? [-Werror=implicit-function-declaration]
> 456 | error("triggerize built into Pd>=0.49, not enabling
> iem::punish::triggerize");
> | ^~~~~
> | perror
> src/FXNLMSplus2in~.c: In function ‘FXNLMSplus2in_tilde_check_array’:
> src/FXNLMSplus2in~.c:55:5: error: implicit declaration of function ‘error’;
> did you mean ‘perror’? [-Werror=implicit-function-declaration]
> 55 | error("%s: no such array for FXNLMSplus2in~",
> array_sym_name->s_name);
> | ^~~~~
> | perror
> x86_64-linux-gnu-gcc -DPD -I "/usr/include/pd" -DUNIX -Wdate-time
> -D_FORTIFY_SOURCE=2 -DPD -I/usr/include/pd -fPIC -Wdate-time
> -D_FORTIFY_SOURCE=2 -DPD -I/usr/include/pd -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -o src/add~~.pd_linux.o -c
> src/add~~.c
> ++++ info: making src/delay~~.pd_linux.o in lib iem_dp
> cc1: some warnings being treated as errors
> make[4]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987:
> doublechord.pd_linux.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-iemutils_0.0.20210927-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&[email protected]&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-iemutils
Source-Version: 0.0.20240903-1
Done: IOhannes m zmölnig (Debian/GNU) <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pd-iemutils, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <[email protected]> (supplier of updated
pd-iemutils 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 03 Sep 2024 14:42:19 +0200
Source: pd-iemutils
Architecture: source
Version: 0.0.20240903-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: IOhannes m zmölnig (Debian/GNU) <[email protected]>
Closes: 1066502
Changes:
pd-iemutils (0.0.20240903-1) unstable; urgency=medium
.
* New upstream version 0.0.20240903
(Closes: #1066502)
+ Drop obsolete patches
* Backported patch for Pd64 compatibility
* Adjust to upstream file renames
* Use buildsystem's 'install'
* Switch buildsystem to "pd-lib-builder"
* Switch to dh-sequence-puredata
+ Add puredata:Provides stanza
* Update copyright information
+ Re-generate d/copyright_hints
+ Bump copyright dates
* Bump standards version to 4.7.0
Checksums-Sha1:
bb3cfb370fc063df15afecf69c1ab5036b8f559b 2269 pd-iemutils_0.0.20240903-1.dsc
24682fcb808dd069b127329c4f6fe44d86c2a693 1181248
pd-iemutils_0.0.20240903.orig.tar.gz
1b711d9c49a9a1f6260f379a7ddf91902ec898a9 9580
pd-iemutils_0.0.20240903-1.debian.tar.xz
Checksums-Sha256:
cb3786fef8856d87ad88cd8d0ce8df3961aafb05d5a8dd4fd9ed9efce4752cc0 2269
pd-iemutils_0.0.20240903-1.dsc
bf1cc5b74deed778a1f60f1b7dc7dae0a58d350f87391cd0c902229383e82958 1181248
pd-iemutils_0.0.20240903.orig.tar.gz
413977db9300157a97a594b5a4c41c8a42492861bb6ae16967bad3b366b2d481 9580
pd-iemutils_0.0.20240903-1.debian.tar.xz
Files:
2165cbe98316564bf32673533a1dd746 2269 sound optional
pd-iemutils_0.0.20240903-1.dsc
d6636f525d91bfc8602f462a5ba3401b 1181248 sound optional
pd-iemutils_0.0.20240903.orig.tar.gz
a06d795e31ae9d9bd12844d01045395b 9580 sound optional
pd-iemutils_0.0.20240903-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmbXBIQWHGZvcnVtQHVt
bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+MfyD/4ps+521ljUcuZqpxOffYBwMwem
TeewHHvfas4yj51PvLgyT+z6/G2nhpp2ygBnBDUFKPv57MQ4RZnSFv6o+mMFs1yc
yyzpmSwtYcghDXhdEUQN8VWO/FaPj1DQ9fOFrsSquzde0/jgSU20nOOI9fu5iOAI
kzLmJRWygG9UKQW2gdJ6a9gco9DGGOaJBfw0S6QQfhoBiCuQIxkbwABZ6hrBMGkP
4sYhxDyJAQXga8gCLjQdG8ruRu9waTMqlykJXWLNwrczLVr2ZVMXPaZ3eqcEliwq
4enT0vjDP3wJsXA8McMfl2NBDRJTwx8Z4MHLBTk+KoJgQiYZSghgLSUiUeCKEI2m
0y6T4FTKkGvbuxS7yc71Rc/U4ya5aDvlvE9A47yr91XZP5iW1c8iJC+D9aPp11F/
WgXDBt1tq9zm61CagvLOs2+YZW6ztabmr8XBTq6h8Cab0cug1UT9cwkMQRVSkn1E
zjVnd6ANMpBffBBg1UkUL3ydDth9All8RcJXDYUlGt4FjYgIQD/pO4sqj80jNrKV
W0ibLblQhDwbjtukxwqrS7kEa//XaXtwfv5ID5FCAgX/nC8bwst1waNBZS9tOP5l
lTcckCT/3hVALtkxRDj8PG7djTKMbZ7qpiuFAG95gPGajqi9QN+gP4YoE0PYRw6j
M8b6ZaD7wyFEux7SZw==
=Ialo
-----END PGP SIGNATURE-----
pgpmJhue__hYF.pgp
Description: PGP signature
--- End Message ---