Your message dated Sat, 13 Apr 2024 22:50:31 +0000
with message-id <e1rvmcd-0063x6...@fasolo.debian.org>
and subject line Bug#1066567: fixed in easyh10 1.5-6
has caused the Debian Bug report #1066567,
regarding easyh10: FTBFS: ucs2char_iconv.c:319:25: error: implicit declaration 
of function ‘close’; did you mean ‘pclose’? 
[-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.)


-- 
1066567: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066567
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: easyh10
Version: 1.5-5
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):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
> -I.. -I../include -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 -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o ucs2char_iconv.lo 
> ucs2char_iconv.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -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 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ucs2char.c  -fPIC -DPIC -o .libs/ucs2char.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -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 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> ucs2char_iconv.c  -fPIC -DPIC -o .libs/ucs2char_iconv.o
> ucs2char.c: In function ‘print_ucs2’:
> ucs2char.c:284:28: warning: format ‘%c’ expects a matching ‘int’ argument 
> [-Wformat=]
>   284 |     fprintf(stderr, "0x%X %c ", *str);
>       |                           ~^
>       |                            |
>       |                            int
> ucs2char_iconv.c: In function ‘print_ucs2’:
> ucs2char_iconv.c:57:28: warning: format ‘%c’ expects a matching ‘int’ 
> argument [-Wformat=]
>    57 |     fprintf(stderr, "0x%X %c ", *str);
>       |                           ~^
>       |                            |
>       |                            int
> ucs2char_iconv.c: In function ‘iconv_convert’:
> ucs2char_iconv.c:169:27: warning: passing argument 2 of ‘iconv’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   169 |                 iconv(cd, (const char **)inbuf, &inbytesleft, (char 
> **)outbuf, &outbytesleft);
>       |                           ^~~~~~~~~~~~~~~~~~~~
>       |                           |
>       |                           const char **
> In file included from ucs2char_iconv.c:40:
> /usr/include/iconv.h:49:54: note: expected ‘char ** restrict’ but argument is 
> of type ‘const char **’
>    49 | extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
>       |                                    ~~~~~~~~~~~~~~~~~~^~~~~~~
> ucs2char_iconv.c:177:50: warning: passing argument 2 of ‘iconv’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   177 |                         int iconvret = iconv(cd, (const char 
> **)inbuf, &inbytesleft, &p, &outbytesleft);
>       |                                                  ^~~~~~~~~~~~~~~~~~~~
>       |                                                  |
>       |                                                  const char **
> /usr/include/iconv.h:49:54: note: expected ‘char ** restrict’ but argument is 
> of type ‘const char **’
>    49 | extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
>       |                                    ~~~~~~~~~~~~~~~~~~^~~~~~~
> ucs2char_iconv.c: In function ‘ucs2stat_is_exist’:
> ucs2char_iconv.c:319:25: error: implicit declaration of function ‘close’; did 
> you mean ‘pclose’? [-Werror=implicit-function-declaration]
>   319 |                         close(ret);
>       |                         ^~~~~
>       |                         pclose
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:387: ucs2char_iconv.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/easyh10_1.5-5_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: easyh10
Source-Version: 1.5-6
Done: Andreas Beckmann <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
easyh10, 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.
Andreas Beckmann <a...@debian.org> (supplier of updated easyh10 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: Sun, 14 Apr 2024 00:25:31 +0200
Source: easyh10
Architecture: source
Version: 1.5-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1066567
Changes:
 easyh10 (1.5-6) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with -Werror=implicit-function-declaration.
     (Closes: #1066567)
   * Update Lintian overrides.
Checksums-Sha1:
 06fcccbdfdf4906ff0faea5f3167626d3c2373ab 1832 easyh10_1.5-6.dsc
 276b0591c50fd4d80e995689f8d80f68ece79292 7148 easyh10_1.5-6.debian.tar.xz
 f51b469c4495c0b7c3cbb9680cafcba1b5114f49 5817 easyh10_1.5-6_source.buildinfo
Checksums-Sha256:
 035aeae048329560e433e74c1b1981e43bf8b74862a341cc9e87c14d6686bb1f 1832 
easyh10_1.5-6.dsc
 f1f0837a5088f5483d55dff462f1817311e08ce9c5e439f55f2d3500b45864e6 7148 
easyh10_1.5-6.debian.tar.xz
 a7165abede0f3b745ba025776b86c2fbfa8b55ecd21b84aad9f18923b5520b1e 5817 
easyh10_1.5-6_source.buildinfo
Files:
 f23c432ef3359835c4e067d11b944b13 1832 sound optional easyh10_1.5-6.dsc
 004ac5c27b0212fc062f6bc706cdcb68 7148 sound optional 
easyh10_1.5-6.debian.tar.xz
 f85a60452bd0317b914354ebe01602b0 5817 sound optional 
easyh10_1.5-6_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYbBwEQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCDRMD/9x/f/f+Q5yhi607MPnw+jVTT3PDOjtUhd3
f4aMNkGpwyOPpeIDlQh1LjjW/ztly2sr26sV9GtTsedpwsq+HJIO4nBadwBjz54N
tSgDhZGIhCeQ3bGqWYG+HcSyQW0HJgte1bpEBcSOkH0zdIF/wI1ALsBjgWxecDmL
ev0TtOreqCFcQcy23qQrmE0fVdyEzlTYQTM2YjIUFpkHI1l0302f0n8LVuLYaL+T
FL9+mfmJhcpmx3NvBu4mVhS/+OuCV1Qb6cWSFe7vtS5ypPnZCMwbYYDOqXQSy3/q
Qx19osSqLABh3k9Cg5NQcSHgwsxFO2CYJX1oTk+hXKEqWvjqTyXFZV8w3/igCHP7
0YzBog9CMayU+NsagOpzS/cDyuRWvGkMynDPBHNkz5srJNOGIb9uAn6rdJW4zdvE
nrs7bK2xeDXvUBMMHf3wZNHGO8p4xEHPlIVbnTu1qW0TJZhjlix7f46cobY+z3Zu
EdSV3SuH7iIrGXW5sl8fo0qHqwM6tMxUtscW8hzVpVYD/IBkCzJzIo7FfBmo9soJ
cNEUTz/X1/olZbdZZU480GX9SxhkGsxdhD2ZpWH12R+ON/Zrlhu3dJbGsB0cSerX
hcMG7+InJE49rcihosZDvmEimhVj3RTSdYmcrjvq2AlTTjb3IDTxy12l8DVyWynx
PjJv3SxntA==
=Y5Yw
-----END PGP SIGNATURE-----

Attachment: pgpcUDIwRqW2t.pgp
Description: PGP signature


--- End Message ---

Reply via email to