Your message dated Sun, 25 Oct 2020 10:39:34 +0000
with message-id <e1kwdr0-0008iq...@fasolo.debian.org>
and subject line Bug#971114: fixed in wordgrinder 0.8-1
has caused the Debian Bug report #971114,
regarding wordgrinder: FTBFS: src/c/arch/unix/cursesw/dpy.c:219:8: error: 
‘KEY_EVENT’ undeclared (first use in this function); did you mean ‘KEY_SLEFT’?
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.)


-- 
971114: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971114
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wordgrinder
Version: 0.7.2-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200926 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> cc -MMD -MF .obj/lua-5.3-curses-release/src/c/arch/unix/cursesw/dpy.o.d 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g 
> -DVERSION='"0.7.2"' -DFILEFORMAT=7 -DNOUNCRYPT -DNOCRYPT -Isrc/c -Wall 
> -Wno-unused-function -ffunction-sections -fdata-sections 
> -Werror=implicit-function-declaration --std=gnu99 -D_DEFAULT_SOURCE 
> -D_XOPEN_SOURCE=600 -Os -I/usr/include/lua5.3 -I/usr/include/lua5.3   
> -DARCH='"unix"' -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE -D_GNU_SOURCE 
> -I/usr/include/minizip -c src/c/arch/unix/cursesw/dpy.c -o 
> .obj/lua-5.3-curses-release/src/c/arch/unix/cursesw/dpy.o
> <command-line>: warning: "_XOPEN_SOURCE" redefined
> <command-line>: note: this is the location of the previous definition
> src/c/arch/unix/cursesw/dpy.c: In function ‘dpy_getkeyname’:
> src/c/arch/unix/cursesw/dpy.c:219:8: error: ‘KEY_EVENT’ undeclared (first use 
> in this function); did you mean ‘KEY_SLEFT’?
>   219 |   case KEY_EVENT: return "KEY_EVENT";
>       |        ^~~~~~~~~
>       |        KEY_SLEFT
> src/c/arch/unix/cursesw/dpy.c:219:8: note: each undeclared identifier is 
> reported only once for each function it appears in
> [14/82] cc -MMD -MF .obj/lua-5.3-curses-release/src/c/main.o.d -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g 
> -DVERSION='"0.7.2"' -DFILEFORMAT=7 -DNOUNCRYPT -DNOCRYPT -Isrc/c -Wall 
> -Wno-unused-function -ffunction-sections -fdata-sections 
> -Werror=implicit-function-declaration --std=gnu99 -D_DEFAULT_SOURCE 
> -D_XOPEN_SOURCE=600 -Os -I/usr/include/lua5.3 -I/usr/include/lua5.3   
> -DARCH='"unix"' -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE -D_GNU_SOURCE 
> -I/usr/include/minizip -c src/c/main.c -o 
> .obj/lua-5.3-curses-release/src/c/main.o
> <command-line>: warning: "_XOPEN_SOURCE" redefined
> <command-line>: note: this is the location of the previous definition
> [15/82] cc -MMD -MF .obj/lua-5.3-curses-release/src/c/lua.o.d -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g 
> -DVERSION='"0.7.2"' -DFILEFORMAT=7 -DNOUNCRYPT -DNOCRYPT -Isrc/c -Wall 
> -Wno-unused-function -ffunction-sections -fdata-sections 
> -Werror=implicit-function-declaration --std=gnu99 -D_DEFAULT_SOURCE 
> -D_XOPEN_SOURCE=600 -Os -I/usr/include/lua5.3 -I/usr/include/lua5.3   
> -DARCH='"unix"' -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE -D_GNU_SOURCE 
> -I/usr/include/minizip -c src/c/lua.c -o 
> .obj/lua-5.3-curses-release/src/c/lua.o
> <command-line>: warning: "_XOPEN_SOURCE" redefined
> <command-line>: note: this is the location of the previous definition
> [16/82] cc -MMD -MF .obj/lua-5.3-curses-release/src/c/screen.o.d -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g 
> -DVERSION='"0.7.2"' -DFILEFORMAT=7 -DNOUNCRYPT -DNOCRYPT -Isrc/c -Wall 
> -Wno-unused-function -ffunction-sections -fdata-sections 
> -Werror=implicit-function-declaration --std=gnu99 -D_DEFAULT_SOURCE 
> -D_XOPEN_SOURCE=600 -Os -I/usr/include/lua5.3 -I/usr/include/lua5.3   
> -DARCH='"unix"' -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE -D_GNU_SOURCE 
> -I/usr/include/minizip -c src/c/screen.c -o 
> .obj/lua-5.3-curses-release/src/c/screen.o
> <command-line>: warning: "_XOPEN_SOURCE" redefined
> <command-line>: note: this is the location of the previous definition
> [17/82] cc -MMD -MF .obj/lua-5.3-x11-release/.obj/luascripts.o.d -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g 
> -DVERSION='"0.7.2"' -DFILEFORMAT=7 -DNOUNCRYPT -DNOCRYPT -Isrc/c -Wall 
> -Wno-unused-function -ffunction-sections -fdata-sections 
> -Werror=implicit-function-declaration --std=gnu99 -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/X11 -Os -I/usr/include/lua5.3 
> -I/usr/include/lua5.3   -DARCH='"unix"' -D_XOPEN_SOURCE_EXTENDED 
> -D_XOPEN_SOURCE -D_GNU_SOURCE -I/usr/include/minizip -c .obj/luascripts.c -o 
> .obj/lua-5.3-x11-release/.obj/luascripts.o
> [18/82] cc -MMD -MF .obj/lua-5.3-curses-release/.obj/luascripts.o.d 
> -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -g 
> -DVERSION='"0.7.2"' -DFILEFORMAT=7 -DNOUNCRYPT -DNOCRYPT -Isrc/c -Wall 
> -Wno-unused-function -ffunction-sections -fdata-sections 
> -Werror=implicit-function-declaration --std=gnu99 -D_DEFAULT_SOURCE 
> -D_XOPEN_SOURCE=600 -Os -I/usr/include/lua5.3 -I/usr/include/lua5.3   
> -DARCH='"unix"' -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE -D_GNU_SOURCE 
> -I/usr/include/minizip -c .obj/luascripts.c -o 
> .obj/lua-5.3-curses-release/.obj/luascripts.o
> <command-line>: warning: "_XOPEN_SOURCE" redefined
> <command-line>: note: this is the location of the previous definition
> ninja: build stopped: subcommand failed.
> make[2]: *** [Makefile:113: all] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/09/26/wordgrinder_0.7.2-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: wordgrinder
Source-Version: 0.8-1
Done: David Given <d...@cowlark.com>

We believe that the bug you reported is fixed in the latest version of
wordgrinder, 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 971...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Given <d...@cowlark.com> (supplier of updated wordgrinder 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: SHA512

Format: 1.8
Date: Fri, 16 Oct 2020 21:22:20 +0200
Source: wordgrinder
Architecture: source
Version: 0.8-1
Distribution: unstable
Urgency: medium
Maintainer: David Given <d...@cowlark.com>
Changed-By: David Given <d...@cowlark.com>
Closes: 971114
Changes:
 wordgrinder (0.8-1) unstable; urgency=medium
 .
   * New upstream release
   * Fix FTBFS with new version of ncurses (Closes: #971114)
Checksums-Sha1:
 cf34be3efece0ee7dcc8a2122dc7de42c666a01a 2099 wordgrinder_0.8-1.dsc
 6a0bef522f65ff5ad0b027de15fc79ea81c03afa 780472 wordgrinder_0.8.orig.tar.xz
 8c806160730326ff3ebaf024fb885b5deb572f70 3540 wordgrinder_0.8-1.debian.tar.xz
 76aab5cb0a4399ba5e2b6e55d7a80bb517ba7043 7837 
wordgrinder_0.8-1_source.buildinfo
Checksums-Sha256:
 23a4f7010d5f1d58f492a64f7ea8f10b5f8f489ca04650de756016e7cd452d77 2099 
wordgrinder_0.8-1.dsc
 5585e47b01e2de171f99d9c67fcf3d83566f41b6bfc9ffc5599d8c99eca623f3 780472 
wordgrinder_0.8.orig.tar.xz
 ca1f103f21f0c38cc5d4192f7ffbd7b4b7236d1b4dcc292fea8cd6ce4d65feb4 3540 
wordgrinder_0.8-1.debian.tar.xz
 bce7a66098016a38ef805b3332c91e5764f1e92c72bfaf035f4ce056fb37e1ea 7837 
wordgrinder_0.8-1_source.buildinfo
Files:
 bd202249baae9dd752e4c0b7bc6696e5 2099 editors optional wordgrinder_0.8-1.dsc
 568a703cb2599ebcdeb10d5687a58544 780472 editors optional 
wordgrinder_0.8.orig.tar.xz
 a39c96ba0974ccbe9904e762f32218e9 3540 editors optional 
wordgrinder_0.8-1.debian.tar.xz
 44d2f94f33c05217d726bd59144ec39d 7837 editors optional 
wordgrinder_0.8-1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl+VUAIACgkQweDZLphv
fH74pQ/+OK1ZySd/RSoznTnatynPzSYxKF+HARo++xv3GbHEcSo3u8m40oextkxO
8l4jPTtHmMRRYvbKy7a2fIWrWxLGxIqbcJrQfdgbpL3gzYjrK4GQ/YWb8ro0SLQr
nfSUebW0stN3WJcJvSkYurR/x/TxjxEXJjUyz2FWJmeBKaV4AksvVC2hg8K2wmzA
RGvlM/148irSm3Zld+7SWqZZ/TPH4JMV9yUqgG2qgw40/PvngREgNaXuYLhA2etk
mlC65CrPnE5rcrvv6RVlPSnA3EdXeqBP3+4qYAfOTDGjQCUhw/h8shIJDA1iTARs
64H/VZHtoO9MdJM46lVs3D1veEEgFPOcBgvqsiZfr+GiXotW/QscHbX6OBulCXF7
KCuJ5QSpx5lHJaZwwGZPvEKT95TK3C129YgeKfTAsrUv4E2scUcf90kiwt3/Yvht
xEvKVW46B1ItP803aZ7Qvh6Bp//ibhJ2X2AUNXQ5tpD1Ox1qJKIQNnUJ9ev9qNjf
+TgoOb74TqwqRzYGvBR2bIShvQFJNlZTcVrkVtShF4dgzQo2+tRJHDSe2aRa9swR
ALMmuKmWjRHTowzIE68BHSwkD5JRsMgWZwy1Yx2j+/RQXpjurn4SGSze+2QyRYyk
82lZ05GGjusbv95wpGKChGFDfJybz/873lyWzNDs9aSEhytlKVI=
=RJhj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to