Your message dated Mon, 06 Jan 2025 07:34:10 +0000
with message-id <[email protected]>
and subject line Bug#1066359: fixed in aview 1.3.0rc1-10
has caused the Debian Bug report #1066359,
regarding aview: FTBFS: main.c:30:86: error: implicit declaration of function
‘exit’ [-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.)
--
1066359: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066359
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: aview
Version: 1.3.0rc1-9.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):
> gcc -DHAVE_CONFIG_H -I. -I. -I. -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 -I/usr/include -c main.c
> main.c: In function ‘parse_cmdline’:
> main.c:30:86: error: implicit declaration of function ‘exit’
> [-Werror=implicit-function-declaration]
> 30 | if (!strcmp(argv[i], "--help") || !strcmp(argv[i], "-h")) {
> showhelp(argv[0]); exit(0); }
> |
> ^~~~
> main.c:6:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> 5 | #include "config.h"
> +++ |+#include <stdlib.h>
> 6 |
> main.c:30:86: warning: incompatible implicit declaration of built-in function
> ‘exit’ [-Wbuiltin-declaration-mismatch]
> 30 | if (!strcmp(argv[i], "--help") || !strcmp(argv[i], "-h")) {
> showhelp(argv[0]); exit(0); }
> |
> ^~~~
> main.c:30:86: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> main.c:31:66: warning: incompatible implicit declaration of built-in function
> ‘exit’ [-Wbuiltin-declaration-mismatch]
> 31 | if (!strcmp(argv[i], "--version")) { showversion(argv[0]);
> exit(0); }
> | ^~~~
> main.c:31:66: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> main.c:33:7: warning: incompatible implicit declaration of built-in function
> ‘exit’ [-Wbuiltin-declaration-mismatch]
> 33 | exit(-1);
> | ^~~~
> main.c:33:7: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> main.c: In function ‘main’:
> main.c:49:9: warning: incompatible implicit declaration of built-in function
> ‘exit’ [-Wbuiltin-declaration-mismatch]
> 49 | exit(-1);
> | ^~~~
> main.c:49:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> main.c:52:9: warning: incompatible implicit declaration of built-in function
> ‘exit’ [-Wbuiltin-declaration-mismatch]
> 52 | exit(-1);
> | ^~~~
> main.c:52:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:187: main.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/03/13/aview_1.3.0rc1-9.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: aview
Source-Version: 1.3.0rc1-10
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
aview, 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.
Andreas Tille <[email protected]> (supplier of updated aview 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: Fri, 27 Dec 2024 07:47:48 +0100
Source: aview
Architecture: source
Version: 1.3.0rc1-10
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 724008 772570 1066359 1089143
Changes:
aview (1.3.0rc1-10) unstable; urgency=medium
.
* Team upload.
Closes: #1089143
.
[ Andreas Tille ]
* Maintain in Debian Phototools team
* Switch from cdbs to dh
* debhelper-compat (= 13)
* Fix typo in manpage
Closes: #772570
* Standards-Version: 4.7.0 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Rules-Requires-Root: no (routine-update)
* Trim trailing whitespace.
* Use secure URI in Homepage field.
* Fix watch file
* Fix synopsis
.
[ Steve Langasek ]
* No implicit declaration of function ‘exit’
Closes: #1066359
.
[ Kevin Ryde ]
* Provide /etc/mailcap
Closes: #724008
Checksums-Sha1:
faa50744c1219ef018697895715598ba5251aa8c 1973 aview_1.3.0rc1-10.dsc
3045d8ff90a235d661fe259f216bfccbb9367a4e 9568 aview_1.3.0rc1-10.debian.tar.xz
6682fa8417dee2204f8547e1b4fb9b167e2da91b 6962 aview_1.3.0rc1-10_amd64.buildinfo
Checksums-Sha256:
97f0eb7904f6ad02d4f7c7c5b1a075be0dc737ac867e5f9e4acccb2b6461d023 1973
aview_1.3.0rc1-10.dsc
988095e4f3bd5e04a0015c3593639f1c00138f6b396a6d9f60e909acf14438a3 9568
aview_1.3.0rc1-10.debian.tar.xz
b361081c717031b20294dc0838f52693875d0b59406a5af7d6b7e2852e16dcff 6962
aview_1.3.0rc1-10_amd64.buildinfo
Files:
a31a95ea025cb60cf943264cc39a6594 1973 graphics optional aview_1.3.0rc1-10.dsc
65fe1d698c5ee439ba8330a7a1aefe37 9568 graphics optional
aview_1.3.0rc1-10.debian.tar.xz
9139379299bc357ab41cbe617e64a181 6962 graphics optional
aview_1.3.0rc1-10_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmduThcRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHL2A/+LCWrUxxFI6aWAYzHE425pMBNCdU1Jf5Z
COAJEl8aWJ5umQRmphuE6I/8P39EWF2hnXCyCFKEDyrMF3HDQ7VGq2uqsdx4kASw
XO6DODq2kQ0lOYN6AIkikdQrEqTNHPCj6uw538pO+2jhjhs1LDtGRF41nzCCOQ1p
NwO9tje9JVZBlMaEgMm3RXhNnmZcg2J/0OM5K1Q8825Lx7K7s+GAH3KuOvO/2VSi
veWymIbEBc98tp0AOssYvXE1G/Ieh3lYaHxdShI/xr5r9EdEYh1JtL1Xzy91LIHX
1nUP2TXcymkjhVYsi7y0QtFTu1I13ZA+NFgU95BSRcpyzeQ1f5Op46ivN16nY96L
HEK3s46kW45h/KEnE5O4u6DKHY0eqYj/eTcn/YwSfhZpobK5o9lDpLYKhWCwS5Ol
vAK2RDUcvyocx00kL/SC2NW6AlwuSEtvHCnnA2zcP0eDaKStI+U1urJoHBhLdQVM
vOr3Z9gszIM6V0Oz52lNAj1/i5IPqzn5itT61A5MZJQacAyEP6OBoSqenCop4Tex
+L3t/hQNtfosNJIkwNaKBDFsum57WFGMNAo95oozliECJaSba5savic9uH0IKRUc
pi9tlH/5kzRcIQG/rPia36w0r1cIaXutjv5N8Mgnm5JvO6CX6fAOcWzhJFBFH7zU
/qGi93pm7cE=
=UnB0
-----END PGP SIGNATURE-----
pgp0DlMdDwKRE.pgp
Description: PGP signature
--- End Message ---