Your message dated Sun, 07 Feb 2021 10:19:00 +0000
with message-id <[email protected]>
and subject line Bug#957585: fixed in ncurses-hexedit 0.9.7+orig-7.1
has caused the Debian Bug report #957585,
regarding ncurses-hexedit: 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.)


-- 
957585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957585
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ncurses-hexedit
Version: 0.9.7+orig-7
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/ncurses-hexedit_0.9.7+orig-7_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

[...]
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o hash.o hash.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o help.o help.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o hexkeys.o hexkeys.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o init.o init.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o misc.o misc.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o print.o print.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o search.o search.c
In file included from /usr/include/string.h:495,
                 from hexedit.h:42,
                 from print.c:15:
In function ‘strncpy’,
    inlined from ‘printStatusWindow’ at print.c:331:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound depends on the length of the source 
argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
print.c: In function ‘printStatusWindow’:
print.c:330:8: note: length computed here
  330 |    if (strlen (Globals.filename) < length)
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o undo.o undo.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o widgets.o widgets.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o windows.o windows.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-z,now -o hexeditor 
asciikey.o calc.o calckeys.o edit.o file.o filebuf.o filekeys.o hash.o help.o 
hexkeys.o init.o main.o misc.o print.o search.o undo.o widgets.o windows.o  
-lncurses 
/usr/bin/ld: calc.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: calc.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: calckeys.o:./src/hexedit.h:403: multiple definition of 
`UndoStack'; asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: calckeys.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: edit.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: edit.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: file.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: file.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: filebuf.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: filebuf.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: filekeys.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: filekeys.o:./src/hexedit.h:403: multiple definition of 
`UndoStack'; asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: hash.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: hash.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: help.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: help.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: hexkeys.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: hexkeys.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: init.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: init.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: main.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: main.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: misc.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: misc.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: print.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: print.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: search.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: search.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: undo.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: undo.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: widgets.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: widgets.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
/usr/bin/ld: windows.o:./src/hexedit.h:368: multiple definition of `Globals'; 
asciikey.o:./src/hexedit.h:368: first defined here
/usr/bin/ld: windows.o:./src/hexedit.h:403: multiple definition of `UndoStack'; 
asciikey.o:./src/hexedit.h:403: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:361: hexeditor] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:355: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:296: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:26: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ncurses-hexedit
Source-Version: 0.9.7+orig-7.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ncurses-hexedit, 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.
Adrian Bunk <[email protected]> (supplier of updated ncurses-hexedit 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: Sat, 06 Feb 2021 23:35:33 +0200
Source: ncurses-hexedit
Architecture: source
Version: 0.9.7+orig-7.1
Distribution: unstable
Urgency: medium
Maintainer: Carlos Maddela <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 957585
Changes:
 ncurses-hexedit (0.9.7+orig-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch from Logan Rosen for FTBFS with gcc 10.
     (Closes: #957585)
Checksums-Sha1:
 40c5db025443f5d855d4669886526085fba40e00 2051 
ncurses-hexedit_0.9.7+orig-7.1.dsc
 08be7b45cf1e864826aeb67ad3d4c558d61fc009 31368 
ncurses-hexedit_0.9.7+orig-7.1.debian.tar.xz
Checksums-Sha256:
 d094b15e32b56e024ee3a75c496cc95146448a94608422e24adbc7525576e618 2051 
ncurses-hexedit_0.9.7+orig-7.1.dsc
 13142ac476291b43c62f0def2f17a12faafb88b8f8dd0b281c72fefdd15d600b 31368 
ncurses-hexedit_0.9.7+orig-7.1.debian.tar.xz
Files:
 84390636b5d89b8690ba78837b7a335e 2051 editors optional 
ncurses-hexedit_0.9.7+orig-7.1.dsc
 36cfa014777ee632876d8c89f89dfbb1 31368 editors optional 
ncurses-hexedit_0.9.7+orig-7.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAfC/cACgkQiNJCh6LY
mLFDHxAAzqd3qVEpx+8u6l/PbsN25dr/EiZpz38qbdCN+8c5qA6k+B/y/leVk4e+
muq+hg0A3iwdCRIP6QzN6zlqTVI3/COq1nvvvh0Rk6FSp0j/SSUSo+ON9H8xeW6Z
6kbIft5R8PA+zScVUFo8CmjUPF3+OOxdJ6noJIOqrqEiSJtTShceP5B1eIGRDEo3
wFLTmGBRQd+/NFaOQpAW+XyQCiMnIV3KU8mbaeRz5QgwShSLXeFUlIHBDxKSjNP/
PDoPpBtAY0xqruDNTo4kViCcpowiz36Gd5pEehJlCkl702nwJpYMthjx2jB63qhx
23y385gA0z+9YdaJWIUw6Mm5AaOHY4C7+yKx7IwG4tI+2M1HxcYnjgoCmixje3CN
7yv5UKF/3JcqK7yNVLrlwGQigGDy5cQfL5w+jcq4JRpSiM7gLKWE2sjNfnNHnJqD
DsMr+9KatlBEu1/5tEJpuXVzDHP6UUwLEFt8Fxp3asmqa6lJU3sX/Mv+tvc8zWo5
bT8ZpDk3b4HFlO2KvUX+lKTyNLJ3cRMHvCKx9g9uUcLLsyb5mnsxqPp9Fxkwwlqm
+PKcB4QGPhBdFEzNyIm4DBjVaxpT/I2/PnCkjGYhF27HzoEiKjXPAXITlZB35oh0
ipPW4E+W3dtmQPVNjSbhZTR2CmYK3ZBHmtatDDBAb8E6s6psVsw=
=gmNu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to