Your message dated Sun, 29 Mar 2020 22:48:35 +0000
with message-id <e1jigjl-000a35...@fasolo.debian.org>
and subject line Bug#925712: fixed in hexcurse 1.58-1.2
has caused the Debian Bug report #925712,
regarding hexcurse: ftbfs with GCC-9
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.)


-- 
925712: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hexcurse
Version: 1.58-1.1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/hexcurse_1.58-1.1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for intmax_t... yes
checking for off_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking return type of signal handlers... void
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-silent-rules, 
--disable-maintainer-mode
   dh_auto_build -a
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -Wall -Werror -Wextra -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c file.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -Wall -Werror -Wextra -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c llist.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -Wall -Werror -Wextra -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c screen.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -Wall -Werror -Wextra -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c hexcurse.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -Wall -Werror -Wextra -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c stack.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -Wall -Werror -Wextra -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -Wall -Werror -Wextra -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c acceptch.c
In file included from /usr/include/string.h:494,
                 from ../include/hex.h:26,
                 from acceptch.c:19:
In function 'strncat',
    inlined from 'wacceptch' at acceptch.c:430:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: error: 
'__builtin___strncat_chk' output truncated before terminating nul copying as 
many bytes from a string as its length [-Werror=stringop-truncation]
  136 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acceptch.c: In function 'wacceptch':
acceptch.c:429:11: note: length computed here
  429 |       if (strlen(temp) <= 10)
      |           ^~~~~~~~~~~~
In file included from /usr/include/string.h:494,
                 from ../include/hex.h:26,
                 from acceptch.c:19:
In function 'strncpy',
    inlined from 'wacceptch' at acceptch.c:469:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: 
'__builtin___strncpy_chk' specified bound depends on the length of the source 
argument [-Werror=stringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acceptch.c: In function 'wacceptch':
acceptch.c:469:30: note: length computed here
  469 |       strncpy(temp, tmpstr, (strlen(tmpstr) > 80)
      |                              ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:258: acceptch.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:266: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:206: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: hexcurse
Source-Version: 1.58-1.2
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

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

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated hexcurse 
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: Sun, 29 Mar 2020 19:36:45 +0100
Source: hexcurse
Architecture: source
Version: 1.58-1.2
Distribution: unstable
Urgency: medium
Maintainer: Gergely Risko <ri...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 925712
Changes:
 hexcurse (1.58-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC. (Closes: #925712)
Checksums-Sha1:
 fb508d7bdc9afe03a2cb63e78e7a6d6eb19bf480 1697 hexcurse_1.58-1.2.dsc
 167c9985ad6bdc0698777ea6548e1f2dbc91a844 4072 hexcurse_1.58-1.2.debian.tar.xz
 b2160a1546e26482f87669aaf5e7c975a0fc5847 5331 
hexcurse_1.58-1.2_source.buildinfo
Checksums-Sha256:
 e4f1cbaff409f7d2928393c4dc6351e83ad4d8b37758e2b479e64aa3e11e3872 1697 
hexcurse_1.58-1.2.dsc
 fcd90fdbde22885a1edde5805cef9a68ecf10cce9ce0dbc1a593b0aad144ee54 4072 
hexcurse_1.58-1.2.debian.tar.xz
 a3b2b85f351b5cac514a34f470c9caa20c7e037fe11364809d02c9667c8d7b69 5331 
hexcurse_1.58-1.2_source.buildinfo
Files:
 3ecb15442aad406ab65bb227abff6621 1697 utils optional hexcurse_1.58-1.2.dsc
 7b9d73e0a1075b30ebd1f24b664639d8 4072 utils optional 
hexcurse_1.58-1.2.debian.tar.xz
 61389969adb649445c7caa14bac0ea5f 5331 utils optional 
hexcurse_1.58-1.2_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl6BIn0ACgkQweDZLphv
fH6QkxAAzWqlGI/EA8NbMBJg0bgitNIuZD+VGRmaA/xDPTzvFVNLjy9mzfjSzwtJ
vjMNlmbnLIwQajcFLoOizotoiY5tgPmWzXcMipjbtmNYMM0/BCgIRxzRkGVMrT+p
ExQJ5L/AKCuPQfyNLzD7HGuAlnPNOQVDY6/eP69vjHm4oz85zxSLrnf0vTyTTdKH
Kmq+rEBUNllAhJQxXtKTv/oieHK3YlwGYDWT569TOR5kHW+Y7ZM2GIIy2T8F2JVX
oLOhNSKAtsxic80ftwc7Kh1OmKBh1ONTDXJPhaTv2s5bcMHScGOjH7QsbWAUSpgs
mYYzpmy8simZCx69byJLQgZmhMNkHWhCni86+D42csw/9805kY8xnalrdFPBm/95
+KdF9KlEGajSSb6BIivkUDI8IaItLzgOeFgROTLxETVxXSJJjRHbAWXqLBvJ+iIE
KEsmNr010LTx0E64D+wq7w4zIhj1mULSuZ1GGfffr7rwiu34hXxtCy5vTpawAQI6
QPb41k/R4c724ILsIRTliuPKO9/9RSKUKHPq7raQulcAq5L69bnkAtpeUOImhCWm
XmnaFjX2RjkOF+HNnFgIHje3jHO8ktvFypgtXn+ltzY/hY5oZ9w2X9X+uleJT3q4
YKmS7rxraRxFhPibFO3wEXaftpivM3SMUMZEA9YFWWYfxRwYFTE=
=onWO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to