Your message dated Wed, 08 Dec 2021 17:49:06 +0000
with message-id <e1mv13y-000fbt...@fasolo.debian.org>
and subject line Bug#984166: fixed in hashdeep 4.4-7.1
has caused the Debian Bug report #984166,
regarding hashdeep: ftbfs with GCC-11
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.)


-- 
984166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hashdeep
Version: 4.4-7
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/hashdeep_4.4-7_unstable_gcc11.log
The last lines of the build log are at the end of this report.

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

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
      |     ~~~~~~~~^~~~~~~~~~~~~~~~~
display.cpp: In member function ‘void display::status(const char*, ...)’:
display.cpp:86:12: warning: unnecessary parentheses in declaration of ‘ap’ 
[-Wparentheses]
   86 |     va_list(ap);
      |            ^~~~
display.cpp:86:12: note: remove parentheses
   86 |     va_list(ap);
      |            ^~~~
      |            -  -
display.cpp: In member function ‘void display::error(const char*, ...)’:
display.cpp:102:12: warning: unnecessary parentheses in declaration of ‘ap’ 
[-Wparentheses]
  102 |     va_list(ap);
      |            ^~~~
display.cpp:102:12: note: remove parentheses
  102 |     va_list(ap);
      |            ^~~~
      |            -  -
display.cpp: In member function ‘void display::fatal_error(const char*, ...)’:
display.cpp:124:12: warning: unnecessary parentheses in declaration of ‘ap’ 
[-Wparentheses]
  124 |     va_list(ap);
      |            ^~~~
display.cpp:124:12: note: remove parentheses
  124 |     va_list(ap);
      |            ^~~~
      |            -  -
display.cpp: In member function ‘void display::internal_error(const char*, 
...)’:
display.cpp:140:12: warning: unnecessary parentheses in declaration of ‘ap’ 
[-Wparentheses]
  140 |     va_list(ap);
      |            ^~~~
display.cpp:140:12: note: remove parentheses
  140 |     va_list(ap);
      |            ^~~~
      |            -  -
display.cpp: In member function ‘void display::error_filename(const string&, 
const char*, ...)’:
display.cpp:201:12: warning: unnecessary parentheses in declaration of ‘ap’ 
[-Wparentheses]
  201 |     va_list(ap);
      |            ^~~~
display.cpp:201:12: note: remove parentheses
  201 |     va_list(ap);
      |            ^~~~
      |            -  -
g++ -DHAVE_CONFIG_H -I. -I..   -pthread -I/usr/local/include -Wdate-time 
-D_FORTIFY_SOURCE=2 -DUTC_OFFSET=+0000   -pthread -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wshadow 
-Wwrite-strings -Wcast-align -Wredundant-decls -Wdisabled-optimization 
-Wfloat-equal -Wmultichar -Wmissing-noreturn -Wstrict-null-sentinel 
-Woverloaded-virtual -Wsign-promo -funit-at-a-time  -c -o hash.o hash.cpp
In file included from main.h:23,
                 from hash.cpp:16:
xml.h:103:79: warning: invalid suffix on literal; C++11 requires a space 
between literal and string macro [-Wliteral-suffix]
  103 |     void xmlout(const std::string &tag,const int64_t value){ 
xmlprintf(tag,"","%"PRId64,value); }
      |                                                                         
      ^
hash.cpp:127:49: warning: invalid suffix on literal; C++11 requires a space 
between literal and string macro [-Wliteral-suffix]
  127 |             ocb->error_filename(this->file_name,"error at offset 
%"PRIu64": %s",
      |                                                 ^
g++ -DHAVE_CONFIG_H -I. -I..   -pthread -I/usr/local/include -Wdate-time 
-D_FORTIFY_SOURCE=2 -DUTC_OFFSET=+0000   -pthread -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wshadow 
-Wwrite-strings -Wcast-align -Wredundant-decls -Wdisabled-optimization 
-Wfloat-equal -Wmultichar -Wmissing-noreturn -Wstrict-null-sentinel 
-Woverloaded-virtual -Wsign-promo -funit-at-a-time  -c -o dig.o dig.cpp
In file included from main.h:23,
                 from dig.cpp:20:
xml.h:103:79: warning: invalid suffix on literal; C++11 requires a space 
between literal and string macro [-Wliteral-suffix]
  103 |     void xmlout(const std::string &tag,const int64_t value){ 
xmlprintf(tag,"","%"PRId64,value); }
      |                                                                         
      ^
hash.cpp: In member function ‘void file_data_hasher_t::hash()’:
hash.cpp:282:26: error: ordered comparison of pointer with integer zero (‘const 
unsigned char*’ and ‘int’)
  282 |             if(fdht->base>0){
      |                ~~~~~~~~~~^~
make[3]: *** [Makefile:482: hash.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:385: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:325: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hashdeep
Source-Version: 4.4-7.1
Done: Adrian Bunk <b...@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated hashdeep 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: Tue, 23 Nov 2021 20:46:29 +0200
Source: hashdeep
Architecture: source
Version: 4.4-7.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 984166
Changes:
 hashdeep (4.4-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add upstream fix for FTBFS with gcc 11. (Closes: #984166)
Checksums-Sha1:
 f2c0298c5dafb1a6d351b8fd629ec85248581b14 1935 hashdeep_4.4-7.1.dsc
 ecd17fe0ed85ee76e7b1ab252071849be896d217 8012 hashdeep_4.4-7.1.debian.tar.xz
Checksums-Sha256:
 848ed2b961676637be47a9faeee4ec1596e5e78ae146984efc55ca132986a8d6 1935 
hashdeep_4.4-7.1.dsc
 d943016ba8e800d96b2a8129d8bf8de85e29c9d754c810af8b7057708afaf1c4 8012 
hashdeep_4.4-7.1.debian.tar.xz
Files:
 8c12286a260ff46066621fefde9e23c5 1935 utils optional hashdeep_4.4-7.1.dsc
 169ddb2d1be9992950bb87cf15a9a546 8012 utils optional 
hashdeep_4.4-7.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmGdN64ACgkQiNJCh6LY
mLGrkBAAvEeNK5nR0JDWldxw3kCRE/BiFycbBxwQqvIpeDjUrU1vcKEyl9RGLGoB
/eR8XpAbAvZfjkbnnDzBif/zHavNbIJ/EqV6wbOwxRuqhPTfNft3Keuds8y49rhE
oJhRR8CXEd2JjsC0miooCSfL0FFAAaKqfaN3e76f43UGgMJwblFXyTqhqgILwW9J
szyELYNxVH1dBbQMkmVjnxmZEqtmEIlh1TC5/AP4BvKdp3VMAtz18+YLEt0n6Svh
cbqqTwKspdVvvBCaBwCTM4ZUrgVcveRUV3HiEHb7mQMr7IOi/wJ/0dxj0RtU5l3i
flABYQk1iiQS7zEV9R/qqTA5vsGdiNfpLmKC258bZp8bZ3wtHkkBHD+32P8PFrdY
yNqAIEvISy8iA3X7Q+lJyGYaSGwsaltjf8HhN7mDJxxdXuHNiFYWl8RvjcTxW9os
PEWLkzIS+r/378WITdf8CW2YvBIPafOtgn7tp7fjeQINS0NMTQG4qB3dEVqBI0u5
RvPczkH0R2x5RfUNuJLH0b+Jl26vE6jcrYxOHV4p4jLdfx09bKg6ebVcGGnJPH2+
/lNO9iF+RrFBcSorSCTT/WHK5DP9KIci5cV09z/9Q4W0+p2LO+FhKllwvhbwRSg2
3ZZLwjTBpwg+4ymVzpIp0HWreyA6Zk3QmRCwgaXH/lajyu2qRRU=
=kOL1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to