Your message dated Fri, 21 Aug 2020 19:03:30 +0000
with message-id <e1k9ck2-0003ln...@fasolo.debian.org>
and subject line Bug#957219: fixed in foremost 1.5.7-9.1
has caused the Debian Bug report #957219,
regarding foremost: 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 ow...@bugs.debian.org
immediately.)


-- 
957219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957219
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:foremost
Version: 1.5.7-9
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/foremost_1.5.7-9_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

[...]
 2105 |  unsigned int size_of_headers = 0;
      |               ^~~~~~~~~~~~~~~
extract.c:2103:15: warning: variable ‘sizeofimage’ set but not used 
[-Wunused-but-set-variable]
 2103 |  unsigned int sizeofimage = 0;
      |               ^~~~~~~~~~~
extract.c:2100:15: warning: variable ‘rva’ set but not used 
[-Wunused-but-set-variable]
 2100 |  unsigned int rva = 0;
      |               ^~~
extract.c:2099:15: warning: variable ‘SizeOfUninitializedData’ set but not used 
[-Wunused-but-set-variable]
 2099 |  unsigned int SizeOfUninitializedData = 0;
      |               ^~~~~~~~~~~~~~~~~~~~~~~
extract.c:2098:15: warning: variable ‘SizeOfInitializedData’ set but not used 
[-Wunused-but-set-variable]
 2098 |  unsigned int SizeOfInitializedData = 0;
      |               ^~~~~~~~~~~~~~~~~~~~~
extract.c:2097:15: warning: variable ‘SizeOfCode’ set but not used 
[-Wunused-but-set-variable]
 2097 |  unsigned int SizeOfCode = 0;
      |               ^~~~~~~~~~
extract.c: In function ‘extract_rar’:
extract.c:2272:13: warning: variable ‘file_size’ set but not used 
[-Wunused-but-set-variable]
 2272 |  u_int64_t  file_size = 0;
      |             ^~~~~~~~~
api.c: In function ‘dump_dirent’:
api.c:481:10: warning: variable ‘unknown’ set but not used 
[-Wunused-but-set-variable]
  481 |  short   unknown;
      |          ^~~~~~~
extract.c: In function ‘extract_exe’:
extract.c:2139:29: warning: ‘:’ directive writing 1 byte into a region of size 
between 0 and 16 [-Wformat-overflow=]
 2139 |    "%02d/%02d/%04d %02d:%02d:%02d",
      |                             ^
In file included from /usr/include/stdio.h:867,
                 from main.h:33,
                 from extract.c:16:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 20 and 72 bytes into a destination of 
size 32
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -D__LINUX -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 main.o state.o 
helpers.o config.o cli.o engine.o dir.o extract.o api.o -o foremost 
-Wl,-z,relro -Wl,-z,now
/usr/bin/ld: state.o:./main.h:296: multiple definition of `wildcard'; 
main.o:./main.h:296: first defined here
/usr/bin/ld: state.o:./main.h:348: multiple definition of `search_spec'; 
main.o:./main.h:348: first defined here
/usr/bin/ld: state.o:./main.h:371: multiple definition of `signal_caught'; 
main.o:./main.h:371: first defined here
/usr/bin/ld: helpers.o:./main.h:348: multiple definition of `search_spec'; 
main.o:./main.h:348: first defined here
/usr/bin/ld: helpers.o:./main.h:296: multiple definition of `wildcard'; 
main.o:./main.h:296: first defined here
/usr/bin/ld: helpers.o:./main.h:371: multiple definition of `signal_caught'; 
main.o:./main.h:371: first defined here
/usr/bin/ld: config.o:./main.h:348: multiple definition of `search_spec'; 
main.o:./main.h:348: first defined here
/usr/bin/ld: config.o:./main.h:296: multiple definition of `wildcard'; 
main.o:./main.h:296: first defined here
/usr/bin/ld: config.o:./main.h:371: multiple definition of `signal_caught'; 
main.o:./main.h:371: first defined here
/usr/bin/ld: cli.o:./main.h:371: multiple definition of `signal_caught'; 
main.o:./main.h:371: first defined here
/usr/bin/ld: cli.o:./main.h:348: multiple definition of `search_spec'; 
main.o:./main.h:348: first defined here
/usr/bin/ld: cli.o:./main.h:296: multiple definition of `wildcard'; 
main.o:./main.h:296: first defined here
/usr/bin/ld: engine.o:(.bss+0x0): multiple definition of `wildcard'; 
main.o:./main.h:296: first defined here
/usr/bin/ld: engine.o:(.bss+0x20): multiple definition of `search_spec'; 
main.o:./main.h:348: first defined here
/usr/bin/ld: engine.o:(.bss+0xbd760): multiple definition of `signal_caught'; 
main.o:./main.h:371: first defined here
/usr/bin/ld: dir.o:./main.h:348: multiple definition of `search_spec'; 
main.o:./main.h:348: first defined here
/usr/bin/ld: dir.o:./main.h:371: multiple definition of `signal_caught'; 
main.o:./main.h:371: first defined here
/usr/bin/ld: dir.o:./main.h:296: multiple definition of `wildcard'; 
main.o:./main.h:296: first defined here
/usr/bin/ld: extract.o:./main.h:371: multiple definition of `signal_caught'; 
main.o:./main.h:371: first defined here
/usr/bin/ld: extract.o:./main.h:348: multiple definition of `search_spec'; 
main.o:./main.h:348: first defined here
/usr/bin/ld: extract.o:./main.h:296: multiple definition of `wildcard'; 
main.o:./main.h:296: first defined here
/usr/bin/ld: api.o:./ole.h:88: multiple definition of `dirlist'; 
extract.o:./ole.h:88: first defined here
/usr/bin/ld: api.o:./ole.h:88: multiple definition of `dl'; 
extract.o:./ole.h:88: first defined here
/usr/bin/ld: api.o:./main.h:371: multiple definition of `signal_caught'; 
main.o:./main.h:371: first defined here
/usr/bin/ld: api.o:./main.h:348: multiple definition of `search_spec'; 
main.o:./main.h:348: first defined here
/usr/bin/ld: api.o:./main.h:296: multiple definition of `wildcard'; 
main.o:./main.h:296: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:116: foremost] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: foremost
Source-Version: 1.5.7-9.1
Done: Joao Eriberto Mota Filho <eribe...@debian.org>

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

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <eribe...@debian.org> (supplier of updated foremost 
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: Wed, 19 Aug 2020 15:38:47 -0300
Source: foremost
Architecture: source
Version: 1.5.7-9.1
Distribution: unstable
Urgency: medium
Maintainer: Raúl Benencia <r...@kalgan.cc>
Changed-By: Joao Eriberto Mota Filho <eribe...@debian.org>
Closes: 957219
Changes:
 foremost (1.5.7-9.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/rules: added DEB_CFLAGS_MAINT_APPEND variable as a workaround to fix
     a FTBFS with GCC-10. (Closes: #957219)
Checksums-Sha1:
 59d1f76d9b73f314f7613230ba8a615c073e6241 1832 foremost_1.5.7-9.1.dsc
 ea93b15029d56ccf0810e8411d312d10a1cbb09a 8656 foremost_1.5.7-9.1.debian.tar.xz
 e9cc9ebd6bac69726d7fb6b1bc5237d1d174f441 5294 
foremost_1.5.7-9.1_source.buildinfo
Checksums-Sha256:
 6a25252e8aec9dbfdbbd7f4d01042ad0c873ff6efbb788a48967744d4febe706 1832 
foremost_1.5.7-9.1.dsc
 d6f35ec7c68bd6add278abfd11032529a30656b599d804fee9f69f75c5f1ff12 8656 
foremost_1.5.7-9.1.debian.tar.xz
 32ce0e36a08eac6d3363d265511e0021366c47e694012d833227ed03a17ad2e4 5294 
foremost_1.5.7-9.1_source.buildinfo
Files:
 3c330830fd12cade033e1118394ccbb3 1832 admin optional foremost_1.5.7-9.1.dsc
 5d56a6d083a3b974e0b2731d1af5bcbf 8656 admin optional 
foremost_1.5.7-9.1.debian.tar.xz
 e7c855d36a833e5023ec4e75123ecf07 5294 admin optional 
foremost_1.5.7-9.1_source.buildinfo

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

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAl89cmEACgkQ3mO5xwTr
6e/fMA//QzcrUm5m9Ey8iJmxC9I7wgQ0jC0b62BkNOunU/YNDVVwDgjBG9PbrFYq
4wt0PfEQ9IPRzHiFYEiWfuwJhRWooMoxGQs64LH1bkIDBFMVHgWZfltAlNWkzwFy
ZORLfNv8LWslkmnOlYetGT1FHoUEZccjOV+5P9xK0C1pk03YWSJEe4Rm8ys1IpnY
h567DNW/Ry7On0Y2Tm0mZ/lawfBL2FSiMpdVwUHWCth6HIZ9Yypa0EH/cV+IOxnL
W1o9RvleOAQAiPDhpZWxgY6Ln0N9k+dWL7l0Wxn3EE1imYiwCRZRZVD4S8DclPWr
MikOihtVtOxTPteWcVrhU9Wrt4iriYjZkwbo2RGU4m9hn4Hz3f5n0fp7wSce5+Rx
s8JuCcJsm/SmshqWGw4kskgiFyYrOkrCD2DWTOe0fdvv9+kBYK8CL0WEofJ27eFT
Vqn96lm/XRkm1mzuU2Rqdh5rNkA9dvLKxYQ5x5hRsOJY/XnXOsLsCF4J0JFo0kcY
Kt4A3gl083GqyNxO3zs2N95Bk/bcUUOqNP6kGm3Sgl3o0JxatbCmedUR7kdbjWX+
v4LZry4b4+PVYsa4SMJBX2SXX6C3UilBVJmnkm06hl7tiziHwOgE8hNqe4nzzUWZ
f0wbixtVlHaMsrUfc3IqDuEIuILZPmQDRepU7PArSe0uGXrILC0=
=tAnp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to