Your message dated Sun, 19 Apr 2020 07:33:30 +0000
with message-id <[email protected]>
and subject line Bug#957337: fixed in hnb 1.9.18+ds1-3
has caused the Debian Bug report #957337,
regarding hnb: ftbfs with GCC-10
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.)


-- 
957337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957337
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:hnb
Version: 1.9.18+ds1-2
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. 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/gcc10-20200225/hnb_1.9.18+ds1-2_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
  151 |     fread(&len, sizeof(int),1,file);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
file_binary.c:153:5: warning: ignoring return value of 'fread' declared with 
attribute 'warn_unused_result' [-Wunused-result]
  153 |     fread(att_data,1,len,file);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o cli_macro.o 
cli_macro.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o query.o query.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o actions.o actions.c
actions.c: In function 'action_node':
actions.c:126:3: warning: ignoring return value of 'system' declared with 
attribute 'warn_unused_result' [-Wunused-result]
  126 |   system (cmdline);
      |   ^~~~~~~~~~~~~~~~
actions.c: In function 'cmd_system':
actions.c:41:3: warning: ignoring return value of 'system' declared with 
attribute 'warn_unused_result' [-Wunused-result]
   41 |   system (argv[1]);
      |   ^~~~~~~~~~~~~~~~
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o autosave.o 
autosave.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o spell.o spell.c
spell.c: In function 'spell_node':
spell.c:50:2: warning: ignoring return value of 'write' declared with attribute 
'warn_unused_result' [-Wunused-result]
   50 |  write (tempfile, fixnullstring (node_get (node, TEXT)),
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   51 |      strlen (node_get (node, TEXT)));
      |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spell.c:55:2: warning: ignoring return value of 'system' declared with 
attribute 'warn_unused_result' [-Wunused-result]
   55 |  system (commandline);
      |  ^~~~~~~~~~~~~~~~~~~~
spell.c:52:30: warning: '__builtin___sprintf_chk' may write a terminating nul 
past the end of the destination [-Wformat-overflow=]
   52 |  sprintf (commandline, "%s %s", spell_command, tempfilename);
      |                              ^
In file included from /usr/include/stdio.h:867,
                 from /usr/include/ncursesw/curses.h:183,
                 from ui.h:5,
                 from spell.c:25:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
'__builtin___sprintf_chk' output 2 or more bytes (assuming 256) into a 
destination of size 255
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o util_string.o 
util_string.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o cal.o cal.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_style.o 
ui_style.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_ascii.o 
file_ascii.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_binding.o 
ui_binding.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o ui_edit.o ui_edit.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o file_html.o 
file_html.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o xml_tok.o xml_tok.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o hnb.o hnb.c
hnb.c: In function 'main':
hnb.c:271:7: warning: ignoring return value of 'fgets' declared with attribute 
'warn_unused_result' [-Wunused-result]
  271 |       fgets(response,10,stdin);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o tokenizer.o 
tokenizer.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o tree_todo.o 
tree_todo.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o tree.o tree.c
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H 
"-I/usr/include/ncursesw" -Wdate-time -D_FORTIFY_SOURCE=2 -o evilloop.o 
evilloop.c
cc -o hnb file_html.o expanded.o ui.o xml_tok.o file_opml.o file_help.o hnb.o 
statcmds.o evilloop.o init_subsystems.o clipboard.o ui_style.o file.o node.o 
cli_macro.o ui_menu.o file_ps.o ui_binding.o file_ascii.o search.o tree_todo.o 
ui_cli.o path.o ui_overlay.o ui_draw.o autosave.o cal.o ui_edit.o tree.o 
actions.o file_binary.o tree_sort.o file_xml.o spell.o prefs.o state.o query.o 
tree_misc.o util_string.o file_hnb.o tokenizer.o -lncursesw libcli/libcli.a -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -I.. -Ilibcli -DHAVE_CONFIG_H -Wl,-z,relro -Wl,-z,now
/usr/bin/ld: ui_draw.o:./src/ui_draw.c:43: multiple definition of 
`active_line'; ui.o:./src/ui.c:36: first defined here
/usr/bin/ld: ui_draw.o:./src/ui_draw.c:42: multiple definition of 
`nodes_above'; ui.o:./src/ui.c:35: first defined here
/usr/bin/ld: ui_draw.o:./src/ui_draw.c:44: multiple definition of 
`nodes_below'; ui.o:./src/ui.c:37: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:12: hnb] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:3: src/hnb] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hnb
Source-Version: 1.9.18+ds1-3
Done: Axel Beckert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hnb, 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.
Axel Beckert <[email protected]> (supplier of updated hnb 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: SHA512

Format: 1.8
Date: Sun, 19 Apr 2020 09:01:23 +0200
Source: hnb
Architecture: source
Version: 1.9.18+ds1-3
Distribution: unstable
Urgency: medium
Maintainer: Carsten Hey <[email protected]>
Changed-By: Axel Beckert <[email protected]>
Closes: 957337
Changes:
 hnb (1.9.18+ds1-3) unstable; urgency=medium
 .
   * Workaround FTBFS with GCC 10 by using -fcommon. (Closes: #957337)
   * Update Vcs-* header for move to Salsa.
   * Add version to dummy debian/watch to please lintian.
   * Bump debhelper compatibility level to 12.
     + Build-depend on "debhelper-compat (= 12)" to replace debian/compat.
   * Declare compliance with Debian Policy 4.5.0. (No changes needed.)
Checksums-Sha1:
 1e9e09a96a7c3e472487122b67039e959ab39d5f 1855 hnb_1.9.18+ds1-3.dsc
 4701508737d0a2bda4593091d115ebabe27b3216 28164 hnb_1.9.18+ds1-3.debian.tar.xz
 5fb2f0c6bb1e4f8a20b7ae2a3e63ee5f0a501d29 6103 hnb_1.9.18+ds1-3_source.buildinfo
Checksums-Sha256:
 333bf51aa29a71e2885e3062953b357bf62726f99f57b5e4351322cdd5d1830f 1855 
hnb_1.9.18+ds1-3.dsc
 9b5d24caa946ba32c91d15926f0724832a24475230b6c5ed7c9b83cdb66d2a31 28164 
hnb_1.9.18+ds1-3.debian.tar.xz
 3fbedaafd9447b568c6174fcb67455ff2c3047cb83e94fd81e765c27f0c7b178 6103 
hnb_1.9.18+ds1-3_source.buildinfo
Files:
 9b09381ff4e9326ac7beac0089e3058b 1855 misc optional hnb_1.9.18+ds1-3.dsc
 065f1d58d8abb3d1b9f14fdd7e47ab2a 28164 misc optional 
hnb_1.9.18+ds1-3.debian.tar.xz
 cb50c92785ca3eccd518b63bac9543e8 6103 misc optional 
hnb_1.9.18+ds1-3_source.buildinfo

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

iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAl6b96UACgkQa+Zjx1o1
yXUQNRAAtF0AVYVBJ27K94qrto0HT7lAvum/wdOPRU08YaobVMe3A3Fq1fHfjn0I
t5qEPIaFnHOvy1i+D2afcojQN358sAz6zLWtZ4iV+kiEmJKPKbPlanZXevg73zoE
yFfEjAwFgBDJFVr97UYxcrlECiSg4JCJOmzg4WFVjetDLFJC5L2hU+aLMCFbWY65
urQTKL9I7lsew+sb+3V0I3/IVqVJUR/BfDNLHaXnpdS3QNt9Hc1+11mFiNeF2koO
WVG1FZVpcdBMzWpOp6UHK0SA+B3KzA4YIUeFQpnx7ks6nuFH/KBMxsj/ekQSxH7e
8JO+3OHZPR5j5i8vZmHSjmDc5NVVGaIk8POlO/IPWDPRLs22TU7lvxmgDyKww3uf
zGNUz/hJXRBJjA3rql0AYPz+I7hONd6aW4HPzailwvjzpK0P/6poEO+uJUTPaBSc
7/TKy8mOE808a8fhIdh/uxSZ1wKUIUtZQq8++RA+TluMeZt3N4fiDSSQ2XguCv89
ifMgTDIGgGkFxMwSGq0WBqUiV4E+XF1y05D/qy8FnenMIDaFwVEsFZff6wbMZ0Wa
H6TFm1uLaW1mmuhid37E3pRqeGOJbmm+2vGDmU2XrXKEPJySLiu6Jw6OIWOGKt+k
NTLlne1vukcHUXfjZRHFzM6b0CROg01O2LN9+bsEJ+CTztVtIVE=
=dffu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to