Your message dated Sat, 16 Mar 2024 13:20:40 +0000
with message-id <[email protected]>
and subject line Bug#1066693: fixed in xcolors 1.5a-9
has caused the Debian Bug report #1066693,
regarding xcolors: FTBFS: xcolors.c:171:5: 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.)
--
1066693: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066693
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xcolors
Version: 1.5a-8.1
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 -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -c -o xcolors.o xcolors.c
> xcolors.c: In function ‘quit_action’:
> xcolors.c:171:5: error: implicit declaration of function ‘exit’
> [-Werror=implicit-function-declaration]
> 171 | exit(0);
> | ^~~~
> xcolors.c:29:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> 28 | #include <math.h> /* for sqrt() */
> +++ |+#include <stdlib.h>
> 29 |
> xcolors.c:171:5: warning: incompatible implicit declaration of built-in
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
> 171 | exit(0);
> | ^~~~
> xcolors.c:171:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> xcolors.c: At top level:
> xcolors.c:181:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 181 | main(argc, argv)
> | ^~~~
> xcolors.c: In function ‘main’:
> xcolors.c:204:9: warning: incompatible implicit declaration of built-in
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
> 204 | exit(3);
> | ^~~~
> xcolors.c:204:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> xcolors.c:217:13: warning: incompatible implicit declaration of built-in
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
> 217 | exit(1);
> | ^~~~
> xcolors.c:217:13: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘exit’
> xcolors.c:245:5: error: implicit declaration of function ‘colordemo’
> [-Werror=implicit-function-declaration]
> 245 | colordemo(colors, opts.start_color, near_rgb, opts.near_distance);
> | ^~~~~~~~~
> xcolors.c:249:9: warning: incompatible implicit declaration of built-in
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
> 249 | exit(5);
> | ^~~~
> xcolors.c:249:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> xcolors.c: At top level:
> xcolors.c:268:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
> 268 | colordemo(parent, startcolor, nearcolor, maxdist)
> | ^~~~~~~~~
> xcolors.c: In function ‘colordemo’:
> xcolors.c:283:9: warning: incompatible implicit declaration of built-in
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
> 283 | exit(2);
> | ^~~~
> xcolors.c:283:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> xcolors.c:295:17: error: implicit declaration of function ‘l_strcasecmp’; did
> you mean ‘strcasecmp’? [-Werror=implicit-function-declaration]
> 295 | if (l_strcasecmp(colorname, startcolor))
> | ^~~~~~~~~~~~
> | strcasecmp
> xcolors.c:310:19: warning: ‘return’ with no value, in function returning
> non-void
> 310 | return;
> | ^~~~~~
> xcolors.c:268:1: note: declared here
> 268 | colordemo(parent, startcolor, nearcolor, maxdist)
> | ^~~~~~~~~
> xcolors.c:291:9: warning: ignoring return value of ‘fgets’ declared with
> attribute ‘warn_unused_result’ [-Wunused-result]
> 291 | fgets(str, 1024L, rgb);
> | ^~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[1]: *** [<builtin>: xcolors.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xcolors_1.5a-8.1_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: xcolors
Source-Version: 1.5a-9
Done: Fredrik Hallenberg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xcolors, 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.
Fredrik Hallenberg <[email protected]> (supplier of updated xcolors 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: Sat, 16 Mar 2024 13:14:16 +0100
Source: xcolors
Binary: xcolors xcolors-dbgsym
Architecture: source amd64
Version: 1.5a-9
Distribution: unstable
Urgency: medium
Maintainer: Fredrik Hallenberg <[email protected]>
Changed-By: Fredrik Hallenberg <[email protected]>
Description:
xcolors - display all X11 color names and colors
Closes: 1066693
Changes:
xcolors (1.5a-9) unstable; urgency=medium
.
* Fix build issues (closes: #1066693)
Checksums-Sha1:
173a9ba37f067261e1a6798a4d26bf833a146f2e 1698 xcolors_1.5a-9.dsc
fdfa3ec2cb86202b6fe080e7047090f9a9a05a5f 4376 xcolors_1.5a-9.debian.tar.xz
18f5ec89b9e9336f8ba74827c99b63d1a8c3d8f6 14876 xcolors-dbgsym_1.5a-9_amd64.deb
bfe34a67b3d58c7af87a430df16f22dde9cbf4c3 7697 xcolors_1.5a-9_amd64.buildinfo
5d69aa75375dcf9f0d4591c702bb7f38d69e78da 10052 xcolors_1.5a-9_amd64.deb
Checksums-Sha256:
35b66608ddd17a2f0bce8cf08e98d713888331e3ce949c34e7395e59c2733d92 1698
xcolors_1.5a-9.dsc
30ee6ba4feb317ac94bef5911c846333e261626e898def3d6a243f51a69b0f60 4376
xcolors_1.5a-9.debian.tar.xz
457577bb57f4a182e88193e649f3eb9048dec32ba482d929bb33416e34a34ce8 14876
xcolors-dbgsym_1.5a-9_amd64.deb
48fbfac4b0da4a6907b6fe2cb67bd568f2279efd3e76043e4878c71fa296d949 7697
xcolors_1.5a-9_amd64.buildinfo
fa2e4c7f027c6f79f7e85b3cd5916ca8c6f74f4da2f329d18bfb5a00858403f0 10052
xcolors_1.5a-9_amd64.deb
Files:
8325a486151845bcfe63df5115c553ae 1698 x11 optional xcolors_1.5a-9.dsc
3ae9b86e4ba41a97f8f0ebe629bb6790 4376 x11 optional xcolors_1.5a-9.debian.tar.xz
57dcd2c5912cdc893504ff5098967a4f 14876 debug optional
xcolors-dbgsym_1.5a-9_amd64.deb
4511112a360aacfed96b9fa8bd605634 7697 x11 optional
xcolors_1.5a-9_amd64.buildinfo
c9c0c10c2b058419a93ba72f63b1e20c 10052 x11 optional xcolors_1.5a-9_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEuty0xD097U5UB3Ha4zfbk0JuQVQFAmX1kOYACgkQ4zfbk0Ju
QVTLYBAAy3Rj2U1/BkDZlpv2i4oAccgooF52r21hFQIq/NgVNB2gS/9TA+G+alOq
XI2xE6tz8oAgBVLGzNlkRlBNjEUXNaFFQdFK04MHGD2HDTcUjs9PcDqf6ao/K0gY
bJW5geGVr2MaJzugXhbtcMjpghK43l/KS3vPGc4y5YbrkbBvP6Y6nm+uFUfAVKPf
N8bvIzaX8SDCslpr6NRKcvxQIglvTcqNsp48MH1tQXWvBq6NqJHLUrCW8TJ2smrV
jDc3EbFonrGzQyIxLMfy7poDmCZpyBDmnyISLNUa3tSyv5bRKDT1LFjt1HLPgK49
aprYQGPpI6QGg7XPBHQaEXSGKXGnQ8+vvEwj/I9WtbDrAf/PRAKgoqzesrtMB50R
kRvWVbxXbRkvIzYu8+QWBAU2cM2rQXn2hc20GEL2twA4hxpxF9ijNKGtFgafru7F
/9T1hq5WXsNbT4KcfGA5eh1MFuJ5asZPY8mp0pKMOeRv3m0Ox+EXKa1uQqztfqWn
AtQCoLj+sZstxH5q9dWHyZykMKOpois6mR35cDfrShgobvMmtAxQUKN6pye9YJMR
/wHiSD3nTjBUqaAimOb0F9NsmKbtl/BqJngq8AqoQUQwl8yh51ujb/pS9ctz+OZ9
zr8ZTEGgbrboENQXxzUtGUKlEQBwnruixY/X2KRgEiKnotgCbm0=
=x0pi
-----END PGP SIGNATURE-----
pgpidmtVJRPL_.pgp
Description: PGP signature
--- End Message ---