Your message dated Mon, 18 Mar 2024 11:50:11 +0000
with message-id <e1rmbvl-00etlb...@fasolo.debian.org>
and subject line Bug#1066588: fixed in pd-nusmuk 20151113+repack-9
has caused the Debian Bug report #1066588,
regarding pd-nusmuk: FTBFS: pbank.c:159:9: 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 ow...@bugs.debian.org
immediately.)


-- 
1066588: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066588
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pd-nusmuk
Version: 20151113+repack-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
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):
> cc -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 -fPIC -o "tab_upsample.o" -c 
> "tab_upsample.c"
> pbank.c: In function ‘pbank_set’:
> pbank.c:159:9: error: implicit declaration of function ‘error’; did you mean 
> ‘perror’? [-Werror=implicit-function-declaration]
>   159 |         error("pbank_set: takes at least 3 arguments: column row 
> item(s)");
>       |         ^~~~~
>       |         perror
> pbank.c: In function ‘pbank_read’:
> pbank.c:907:27: warning: passing argument 2 of ‘pbank_fromfile’ discards 
> ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
>   907 |     pbank_fromfile(x,fname->s_name,TEXT,0);
>       |                      ~~~~~^~~~~~~~
> pbank.c:869:38: note: expected ‘char *’ but argument is of type ‘const char *’
>   869 | void pbank_fromfile(t_pbank *x,char *name, int type, int silentFlag) 
> // filename with or without path
>       |                                ~~~~~~^~~~
> pbank.c: In function ‘pbank_new’:
> mtx_preset.c: In function ‘mtx_preset_matrix’:
> pbank.c:1194:14: warning: assignment discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>  1194 |         shit = (argv+2)->a_w.w_symbol->s_name;
>       |              ^
> mtx_preset.c:120:9: error: implicit declaration of function ‘error’; did you 
> mean ‘perror’? [-Werror=implicit-function-declaration]
>   120 |         error("bad matrix");
>       |         ^~~~~
>       |         perror
> pbank.c:1217:14: warning: assignment discards ‘const’ qualifier from pointer 
> target type [-Wdiscarded-qualifiers]
>  1217 |         shit = (argv+3)->a_w.w_symbol->s_name;
>       |              ^
> pbank.c:1257:43: warning: passing argument 2 of ‘pbank_fromfile’ discards 
> ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
>  1257 |                 pbank_fromfile(x,x->p_name->s_name, TEXT,1);
>       |                                  ~~~~~~~~~^~~~~~~~
> pbank.c:869:38: note: expected ‘char *’ but argument is of type ‘const char *’
>   869 | void pbank_fromfile(t_pbank *x,char *name, int type, int silentFlag) 
> // filename with or without path
>       |                                ~~~~~~^~~~
> cc -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 -fPIC -o "tab_upsample_copy.o" -c 
> "tab_upsample_copy.c"
> cc -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 -fPIC -o "tab_max.o" -c "tab_max.c"
> cc -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 -fPIC -o "tab_min.o" -c "tab_min.c"
> cc -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 -fPIC -o "tab_integrate.o" -c 
> "tab_integrate.c"
> cc -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 -fPIC -o "tab_derivate.o" -c 
> "tab_derivate.c"
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "line3.pd_linux" "line3.o"  -lc
> chmod a-x "line3.pd_linux"
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_downsample_max.pd_linux" "tab_downsample_max.o"  -lc
> chmod a-x "tab_downsample_max.pd_linux"
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_downsample_min.pd_linux" "tab_downsample_min.o"  -lc
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_downsample_average.pd_linux" "tab_downsample_average.o"  -lc
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_downsample.pd_linux" "tab_downsample.o"  -lc
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_upsample.pd_linux" "tab_upsample.o"  -lc
> chmod a-x "tab_downsample_min.pd_linux"
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_upsample_copy.pd_linux" "tab_upsample_copy.o"  -lc
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_integrate.pd_linux" "tab_integrate.o"  -lc
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_derivate.pd_linux" "tab_derivate.o"  -lc
> chmod a-x "tab_downsample_average.pd_linux"
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_max.pd_linux" "tab_max.o"  -lc
> chmod a-x "tab_downsample.pd_linux"
> cc -Wl,-z,relro -Wl,-z,now -Wl,-as-needed -fPIC -Wl,--export-dynamic -shared 
> -o "tab_min.pd_linux" "tab_min.o"  -lc
> chmod a-x "tab_upsample_copy.pd_linux"
> chmod a-x "tab_max.pd_linux"
> chmod a-x "tab_integrate.pd_linux"
> chmod a-x "tab_upsample.pd_linux"
> chmod a-x "tab_min.pd_linux"
> chmod a-x "tab_derivate.pd_linux"
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:162: mtx_preset.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pd-nusmuk_20151113+repack-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&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-nusmuk
Source-Version: 20151113+repack-9
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-nusmuk, 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 1066...@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-nusmuk 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, 18 Mar 2024 12:26:56 +0100
Source: pd-nusmuk
Architecture: source
Version: 20151113+repack-9
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: 1066588
Changes:
 pd-nusmuk (20151113+repack-9) unstable; urgency=medium
 .
   * Patch to use pd_error() instead of error() (Closes: #1066588)
   * Bump standards version to 4.6.2
Checksums-Sha1:
 da2e5466ed16311260dbf7dc1afdb14d69f91403 2228 pd-nusmuk_20151113+repack-9.dsc
 08dc83771be712371fdc4044e0d67be565f97fbf 8060 
pd-nusmuk_20151113+repack-9.debian.tar.xz
Checksums-Sha256:
 2fb1c44c518cce07ee53c80a26d5da1cb0c97b69cba59c25feba619d62bc262e 2228 
pd-nusmuk_20151113+repack-9.dsc
 6fcc28b8964a9748865439fcb3b235370ff0f9bfd35c98ad032f3312626295b1 8060 
pd-nusmuk_20151113+repack-9.debian.tar.xz
Files:
 b8d00255a1a2322146d91924150b8391 2228 sound optional 
pd-nusmuk_20151113+repack-9.dsc
 75d30320fe84cdd6b87669eb3776d816 8060 sound optional 
pd-nusmuk_20151113+repack-9.debian.tar.xz

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

iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmX4JUkWHGZvcnVtQHVt
bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+PPdD/9L/rfwvWizfH9hM1BOt9Qqf1RZ
xbh88Wwym2w/v+gd3qNVBKvXWS3bWh+kkI+jwxBdNbDQj9Kd22MWcYFZ7UlzNqvD
gQRbtjUUx7blH5gRXr55gfQQs60aQbbZdkV2gFFxrCUYCNZM/pCgZPrcSMz56OIR
nWgV2V9cCbKTiMm5wEkLein5NLU576z1A0QtT8yVyqSv7PkNNjA2EE1TFLTHffCG
8i36SRl/Vy0zaoWzWz5tZEGio/FxHtlowuv//dFQvfgepTIDnQYoYpuKbhuTbxAb
b/IGxHDHE3iTkuPZBa5DJX7TC8L/MissabqX/dJuUt1drYkp6zQvuKdeHQDsZGcV
EYoTPXC6rY1MmU3R5/2OM23g1Q98NLtLUDvhmCg9zj2G+iZIY+u/EjO68ORaIBQc
tLFcCuvYtNR0pQcII9zQ3AfI35eqSjfVEAzzes8yxSklhVweAIQTTpxE6WT9B2XO
5bS64Dv0HxtZlNNRh+xrw2obr4zisZpNOQA0XrtLEQovDUewisRLuQJjGSn01xEy
UP9NuhOrnU/Ls1EHusr5CXDZccybqSMBVwmn8dzJuV9+jzyxBkEcehUtFx/kGhWL
dO5gBdAELwTMcuZFSdew+PvrnS6MxbLEXZrw7xyIEhZxflbyqCUaKYdfeMlLhXwB
2GKvW7td/UA1irhAUw==
=SLoW
-----END PGP SIGNATURE-----

Attachment: pgpZ7zB16leCJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to