Your message dated Mon, 18 Mar 2024 11:49:57 +0000 with message-id <E1rmBV7-00ETGc-2z@fasolo.debian.org> and subject line Bug#1066517: fixed in pd-hcs 0.2.1-4 has caused the Debian Bug report #1066517, regarding pd-hcs: FTBFS: stat.c:123:17: 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 owner@bugs.debian.org immediately.) -- 1066517: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066517 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: pd-hcs: FTBFS: stat.c:123:17: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration]
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Wed, 13 Mar 2024 12:54:57 +0100
- Message-id: <[🔎] ZfGUEQ2RL0vO2R5S@grub.nussbaum.fr>
Source: pd-hcs Version: 0.2.1-3 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lucas@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 -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 canvas_name.pd_linux.o -c canvas_name.c > ++++ info: making folder_list.pd_linux.o in lib hcs > classpath.c: In function ‘classpath_setup’: > classpath.c:138:38: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time] > 138 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " "); > | ^~~~~~~~ > classpath.c:138:52: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time] > 138 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " "); > | ^~~~~~~~ > stat.c: In function ‘stat_output_error’: > stat.c:123:17: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration] > 123 | error("[stat]: access denied: %s", x->x_filename->s_name); > | ^~~~~ > | perror > stat.c: In function ‘stat_setup’: > stat.c:302:38: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time] > 302 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " "); > | ^~~~~~~~ > stat.c:302:52: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time] > 302 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " "); > | ^~~~~~~~ > passwd.c: In function ‘get_uid_from_arguments’: > passwd.c:118:25: error: implicit declaration of function ‘error’; did you mean ‘perror’? [-Werror=implicit-function-declaration] > 118 | error("[passwd]: UID less than zero not allowed (%d)", (int)uid); > | ^~~~~ > | perror > passwd.c: In function ‘passwd_setup’: > passwd.c:205:38: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time] > 205 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " "); > | ^~~~~~~~ > passwd.c:205:52: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time] > 205 | logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " "); > | ^~~~~~~~ > 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 folder_list.pd_linux.o -c folder_list.c > ++++ info: making unsetenv.pd_linux.o in lib hcs > 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 unsetenv.pd_linux.o -c unsetenv.c > ++++ info: making screensize.pd_linux.o in lib hcs > 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 screensize.pd_linux.o -c screensize.c > ++++ info: making group.pd_linux.o in lib hcs > 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 group.pd_linux.o -c group.c > ++++ info: making cursor.pd_linux.o in lib hcs > cc1: some warnings being treated as errors > make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: passwd.pd_linux.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/03/13/pd-hcs_0.2.1-3_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lucas@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&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: 1066517-close@bugs.debian.org
- Subject: Bug#1066517: fixed in pd-hcs 0.2.1-4
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 18 Mar 2024 11:49:57 +0000
- Message-id: <E1rmBV7-00ETGc-2z@fasolo.debian.org>
- Reply-to: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Source: pd-hcs Source-Version: 0.2.1-4 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-hcs, 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 1066517@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-hcs 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: Sat, 16 Mar 2024 22:31:26 +0100 Source: pd-hcs Architecture: source Version: 0.2.1-4 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: 1066517 Changes: pd-hcs (0.2.1-4) unstable; urgency=medium . * Patch to use pd_error() instead of error() (Closes: #1066517) Checksums-Sha1: cd1a575b68edfd7bfce719384be1d56dd2b99239 2084 pd-hcs_0.2.1-4.dsc 4da35dccf439e3e5653b4267b9d022d6d21b9a60 7244 pd-hcs_0.2.1-4.debian.tar.xz Checksums-Sha256: f3e924ec6883e8d67effac738e30db52bfc1480d91faef171f2d4374884ba0e7 2084 pd-hcs_0.2.1-4.dsc 25329a74d4502879469a14c0182456ae0168765c775fa0af28adbd9fa647c4db 7244 pd-hcs_0.2.1-4.debian.tar.xz Files: 608ab75370eff4e44b524f231c332c3a 2084 sound optional pd-hcs_0.2.1-4.dsc 613286413333df5c31b9b9041bffb36e 7244 sound optional pd-hcs_0.2.1-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmX4IN0WHGZvcnVtQHVt bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+CRyEACUyqggMTWFUAklXChkNaUsbzCY 2fr3dUdlJER9BJDIIJs9n8XkJadq95Janz/kuq9ipu53BOPrLty46tbjTtvy0BNj pBu0ozV7oGyoMprKDCly3rREuR+804/tmri6N7oRMTiI4lo43bHwPPEE2GX83FJ0 2gIW+R13iya6nKi8aPbeuF1VldB4u8G3ZC+7dclncln1z0Q/3u0ShdOimA5iE+jj 8tK210MYfnDJMHmUrjOekNHi8Sa0yhZGzUeEJokPX1H2OQnFeF6/sIeq45c7utIJ a8IOaCz86aMwtcdwjac0skfnVJwuLKFwJ6/AROyAkFlnXQsFcmAfx2fEx89hk5rJ qxe3co3s93+YGGUGpvnAvTRrjXmu07io36XuajIMz6T9xH87fl/M24OfShbKRIzz lz5HL9SBf/gOFCtfXV7elzOYusgG13KV4SXoTjrrWWslD5Ev+bdEcciqhHXkPdyf SM0eFy9n76vOPbNr12gK8XaBza0NVyN2vbl93/NHFHD6Lw+8Fn902VaKRoMz6M1h 2hx2Ec8sYKiQI4DNQ9FTGmm7owcypEzXogmVjwUgNT/dXZQD+b/1aljVrXB3htkA D1l/SFClN4HKmKjHZZmikdatz5yLRvWbGCiMLN6cnzuoviGxFt1oIaXQAjrJTVCa m1EuL9NilXfak7EOOA== =0KIR -----END PGP SIGNATURE-----Attachment: pgpWsm8PZHD4m.pgp
Description: PGP signature
--- End Message ---