Your message dated Fri, 02 Aug 2024 04:34:28 +0000
with message-id <e1szjzo-002isx...@fasolo.debian.org>
and subject line Bug#1066635: fixed in yorick-curses 0.1-7
has caused the Debian Bug report #1066635,
regarding yorick-curses: FTBFS: ywrap_static.c:14:3: error: implicit 
declaration of function ‘kbdinit’; did you mean ‘Y_kbdinit’? 
[-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.)


-- 
1066635: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066635
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: yorick-curses
Version: 0.1-6
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  -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  -fPIC -DPLUG_IN -I. 
> -I/usr/lib/yorick/include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
> ywrap_static.o ywrap_static.c
> ywrap_static.c: In function ‘Y_kbdinit’:
> ywrap_static.c:14:3: error: implicit declaration of function ‘kbdinit’; did 
> you mean ‘Y_kbdinit’? [-Werror=implicit-function-declaration]
>    14 |   kbdinit();
>       |   ^~~~~~~
>       |   Y_kbdinit
> ywrap_static.c: In function ‘Y_kbd’:
> ywrap_static.c:24:16: error: implicit declaration of function ‘kbd’; did you 
> mean ‘Y_kbd’? [-Werror=implicit-function-declaration]
>    24 |   PushIntValue(kbd(yarg_si(0)));
>       |                ^~~
>       |                Y_kbd
> ywrap_static.c: In function ‘Y_kbdend’:
> ywrap_static.c:34:3: error: implicit declaration of function ‘kbdend’; did 
> you mean ‘Y_kbdend’? [-Werror=implicit-function-declaration]
>    34 |   kbdend();
>       |   ^~~~~~
>       |   Y_kbdend
> ywrap_static.c: In function ‘Y_cgetlines’:
> ywrap_static.c:265:16: error: implicit declaration of function ‘getlines’; 
> did you mean ‘getline’? [-Werror=implicit-function-declaration]
>   265 |   PushIntValue(getlines());
>       |                ^~~~~~~~
>       |                getline
> ywrap_static.c: In function ‘Y_cgetcols’:
> ywrap_static.c:275:16: error: implicit declaration of function ‘getcols’; did 
> you mean ‘Y_cgetcols’? [-Werror=implicit-function-declaration]
>   275 |   PushIntValue(getcols());
>       |                ^~~~~~~
>       |                Y_cgetcols
> ywrap_static.c: In function ‘Y_cnodelay’:
> ywrap_static.c:365:16: error: implicit declaration of function ‘ynodelay’; 
> did you mean ‘nodelay’? [-Werror=implicit-function-declaration]
>   365 |   PushIntValue(ynodelay(yarg_si(0)));
>       |                ^~~~~~~~
>       |                nodelay
> ywrap_static.c: In function ‘Y_cnotimeout’:
> ywrap_static.c:375:16: error: implicit declaration of function ‘ynotimeout’; 
> did you mean ‘notimeout’? [-Werror=implicit-function-declaration]
>   375 |   PushIntValue(ynotimeout(yarg_si(0)));
>       |                ^~~~~~~~~~
>       |                notimeout
> ywrap_static.c: In function ‘Y_ckeypad’:
> ywrap_static.c:385:16: error: implicit declaration of function ‘ykeypad’; did 
> you mean ‘keypad’? [-Werror=implicit-function-declaration]
>   385 |   PushIntValue(ykeypad(yarg_si(0)));
>       |                ^~~~~~~
>       |                keypad
> ywrap_static.c: In function ‘Y_cmeta’:
> ywrap_static.c:395:16: error: implicit declaration of function ‘ymeta’; did 
> you mean ‘meta’? [-Werror=implicit-function-declaration]
>   395 |   PushIntValue(ymeta(yarg_si(0)));
>       |                ^~~~~
>       |                meta
> ywrap_static.c: In function ‘Y_cintrflush’:
> ywrap_static.c:405:16: error: implicit declaration of function ‘yintrflush’; 
> did you mean ‘intrflush’? [-Werror=implicit-function-declaration]
>   405 |   PushIntValue(yintrflush(yarg_si(0)));
>       |                ^~~~~~~~~~
>       |                intrflush
> ywrap_static.c: In function ‘Y_cscrollok’:
> ywrap_static.c:415:16: error: implicit declaration of function ‘yscrollok’; 
> did you mean ‘scrollok’? [-Werror=implicit-function-declaration]
>   415 |   PushIntValue(yscrollok(yarg_si(0)));
>       |                ^~~~~~~~~
>       |                scrollok
> ywrap_static.c: In function ‘Y_cleaveok’:
> ywrap_static.c:425:16: error: implicit declaration of function ‘yleaveok’; 
> did you mean ‘leaveok’? [-Werror=implicit-function-declaration]
>   425 |   PushIntValue(yleaveok(yarg_si(0)));
>       |                ^~~~~~~~
>       |                leaveok
> ywrap_static.c: In function ‘Y_cclearok’:
> ywrap_static.c:435:16: error: implicit declaration of function ‘yclearok’; 
> did you mean ‘clearok’? [-Werror=implicit-function-declaration]
>   435 |   PushIntValue(yclearok(yarg_si(0)));
>       |                ^~~~~~~~
>       |                clearok
> ywrap_static.c: In function ‘Y_cidlok’:
> ywrap_static.c:445:16: error: implicit declaration of function ‘yidlok’; did 
> you mean ‘idlok’? [-Werror=implicit-function-declaration]
>   445 |   PushIntValue(yidlok(yarg_si(0)));
>       |                ^~~~~~
>       |                idlok
> cc1: some warnings being treated as errors
> make[2]: *** [<builtin>: ywrap_static.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/yorick-curses_0.1-6_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: yorick-curses
Source-Version: 0.1-7
Done: Thibaut Paumard <thib...@debian.org>

We believe that the bug you reported is fixed in the latest version of
yorick-curses, 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.
Thibaut Paumard <thib...@debian.org> (supplier of updated yorick-curses 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: Fri, 02 Aug 2024 06:12:44 +0200
Source: yorick-curses
Architecture: source
Version: 0.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Thibaut Paumard <thib...@debian.org>
Closes: 1066635
Changes:
 yorick-curses (0.1-7) unstable; urgency=medium
 .
   * Bump standards version to 4.7.0.
   * Update VCS addresses.
   * Depend on debhelper-compat (=13) and remove debian/compat.
   * Bug fix: "FTBFS: ywrap_static.c:14:3: error: implicit declaration of
     function ‘kbdinit’; did you mean ‘Y_kbdinit’?
     [-Werror=implicit-function-declaration]", thanks to Lucas Nussbaum
     (Closes: #1066635); new patch Werror_implicit-function-declaration.
   * Add lintian override about library-not-linked-against-libc.
Checksums-Sha1:
 a7bf3b5412f7d32593c937f7364d7d3007a95d43 2004 yorick-curses_0.1-7.dsc
 fb0ca00a51d164a9d63c397db8b104647460e49c 5536 yorick-curses_0.1-7.debian.tar.xz
 1d22d2c965adc68096d1de7e3c8b7f2a7e21f2a2 6453 
yorick-curses_0.1-7_amd64.buildinfo
Checksums-Sha256:
 e53f2ccccb862bcd5569ffa01617058b8b08d33ea63b638a2754957f980d0a94 2004 
yorick-curses_0.1-7.dsc
 9e7be6328820605cfb9bc6f55b5e87a9675a7bbb804cccfebb71ae967f4aa52c 5536 
yorick-curses_0.1-7.debian.tar.xz
 a1edf9e554cae4566da8c1672106d11ca9afe7a3cad3c598b71837ab8085c5d0 6453 
yorick-curses_0.1-7_amd64.buildinfo
Files:
 bc9e7f4ffc1790c24944220c188e2c8a 2004 science optional yorick-curses_0.1-7.dsc
 e22eeef15c7fe34cd2ef596a6d3d3fe7 5536 science optional 
yorick-curses_0.1-7.debian.tar.xz
 90f1d9a71e9f629eff855c9111dfbf10 6453 science optional 
yorick-curses_0.1-7_amd64.buildinfo

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

iQJHBAEBCAAxFiEEvK37UrQZmNdNmdmOk5RTSODcKEAFAmasX4ETHHRoaWJhdXRA
ZGViaWFuLm9yZwAKCRCTlFNI4NwoQKgwEACcqwNh9yP5fuGekyjoSTv1AHbigyej
AHnbdObufJBrGHBMf386goRA9qQOKltIdznv4I/VdnfTTCOfjPJdBwPRj8HcIsiB
t28Q3clXhVZyKWgKWOWFwiumdy4P1vu6ToU79r6XG+Jj6Ua2Z0sOswLmlhylBSZU
9DqlXbxb4qeDs0UYWXmt0M8yCQf7GgmbWVpkX9Z5wCzdOkACQ7uRuc2905XoNQAz
TnIGk1+BQkU+g6u/w1D+9IRNLcsq9Bi6Dp53S+IgFAvS7D2pdK7GbwMu54g3FuER
Zlc/cO4keo6e7nDp+G2g8q7no9esuusPi0YLr03zZm91BgPMXIeuuIljOy801a34
XZZ3GsffVJwJcXHkiBV9800rsJwo9ynQLAiyFQAREeMakNKtPDj0i6XNEtDCsMKe
vUWSziYjg1zf8EabnER6C4bwPKhp+HkzND135NgsohLvLlx4Mdt9XM1oGTcZzBRT
YeKOFnpo36xrq6QJeH5IlQJebnn8hZJtABQNbBQKVMpUm78tuDQMvm4uEuJWbYTJ
T6lS7hXX7O8PE+I4FXFmuXH362ynoSjU4hGpxXGspbMTFRZ56MQQwW43BcRdWTyy
lzZE5li+KN7NY1qR63wjstOI3ZKJYD/gN7MwSyEpD2cR5+qypcRiPoB/uhymgRZc
D89kqthj2UQ6gg==
=mMhN
-----END PGP SIGNATURE-----

Attachment: pgpzJW2KglSxP.pgp
Description: PGP signature


--- End Message ---

Reply via email to