Your message dated Thu, 10 Aug 2017 21:13:05 +0000
with message-id <e1dfuln-000680...@fasolo.debian.org>
and subject line Bug#853719: fixed in zorp 6.0.10-4
has caused the Debian Bug report #853719,
regarding zorp: ftbfs with GCC-7
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.)


-- 
853719: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853719
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:zorp
Version: 6.0.10-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/zorp_6.0.10-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

[...]
                                 ^~~~~~~~
                                 is_function
http.cc:1415:56: error: template argument 2 is invalid
   std::unique_ptr<ZStream, std::function<void(ZStream*)>> stream_line(
                                                        ^~
http.cc:1416:42: error: request for member 'get' in 'blob', which is of 
non-class type 'int'
     z_stream_push(z_stream_blob_new(blob.get(), session_id.c_str()), 
z_stream_line_new(nullptr, self->max_line_length, ZRL_EOL_CRLF | 
ZRL_PARTIAL_READ)),
                                          ^~~
http.cc:1421:3: error: expression list treated as compound expression in 
initializer [-fpermissive]
   );
   ^
http.cc:1425:44: error: request for member 'get' in 'stream_line', which is of 
non-class type 'int'
   bool res = z_stream_line_get(stream_line.get(), &line, &line_length, 
nullptr);
                                            ^~~
http.cc:1425:8: warning: unused variable 'res' [-Wunused-variable]
   bool res = z_stream_line_get(stream_line.get(), &line, &line_length, 
nullptr);
        ^~~
http.cc: In function 'gboolean http_process_request(HttpProxy*)':
http.cc:1938:133: warning: ISO C++ forbids converting a string constant to 
'gchar* {aka char*}' [-Wwrite-strings]
                       gchar *authform_file = 
z_error_loader_format_file(authform_file_path.c_str(), "", Z_EF_ESCAPE_HTML, 
NULL, NULL);
                                                                                
                                                     ^
http.cc: In function 'gboolean http_process_response(HttpProxy*)':
http.cc:2846:119: warning: ISO C++ forbids converting a string constant to 
'gchar* {aka char*}' [-Wwrite-strings]
       self->connection_hdr = http_add_header(&self->headers[EP_SERVER], 
conn_hdr_str, strlen(conn_hdr_str), "close", 5);
                                                                                
                                       ^
http.cc: In function 'gboolean http_handle_connect(HttpProxy*)':
http.cc:3214:17: warning: ISO C++ forbids converting a string constant to 
'gchar* {aka char*}' [-Wwrite-strings]
       success = "HTTP/1.0 200 Connection established\r\n\r\n";
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http.cc: At global scope:
http.cc:3649:3: warning: missing initializer for member 
'ZProxyModuleFuncs::module_py_init' [-Wmissing-field-initializers]
   };
   ^
Makefile:566: recipe for target 'http.lo' failed
make[4]: *** [http.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/modules/http'
Makefile:602: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/modules/http'
Makefile:420: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/modules'
Makefile:535: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:3: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: zorp
Source-Version: 6.0.10-4

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

Debian distribution maintenance software
pp.
SZALAY Attila <s...@debian.org> (supplier of updated zorp 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: SHA256

Format: 1.8
Date: Thu, 10 Aug 2017 14:47:19 -0400
Source: zorp
Binary: zorp libzorp6.0 libzorp-dev zorp-modules
Architecture: source amd64
Version: 6.0.10-4
Distribution: unstable
Urgency: medium
Maintainer: SZALAY Attila <s...@debian.org>
Changed-By: SZALAY Attila <s...@debian.org>
Description:
 libzorp-dev - Development files needed to compile Zorp modules
 libzorp6.0 - Runtime library of Zorp
 zorp       - Advanced protocol analyzing firewall
 zorp-modules - Default proxy modules for Zorp
Closes: 853719
Changes:
 zorp (6.0.10-4) unstable; urgency=medium
 .
   * [41bb910] Imported upstream patch to fix gcc-7 compile issue
     (Closes: #853719)
   * [3b6c113] Fixed autopkg test
Checksums-Sha1:
 0672aee195a7967d876eab0fde9a33dc0a588a8c 2135 zorp_6.0.10-4.dsc
 b44bb59e2ff7120a63eee5fed9e19475210cf170 15404 zorp_6.0.10-4.debian.tar.xz
 2c97c298e83f979be9c6ec61675d1d707827f494 26352 libzorp-dev_6.0.10-4_amd64.deb
 7caf4316c7af3f5a1ce3dad80d0dd210f7efe2ed 917596 
libzorp6.0-dbgsym_6.0.10-4_amd64.deb
 329df0cd35a41807f173ed6fb1d2004761ee6c89 105542 libzorp6.0_6.0.10-4_amd64.deb
 fee439a9ad7a0f911268dfafccd45a824b44c91f 86018 zorp-dbgsym_6.0.10-4_amd64.deb
 dbd0f96568a6890f6ef8834df8ccc01138775243 1316126 
zorp-modules-dbgsym_6.0.10-4_amd64.deb
 aefe77d2e6b508eea926ab487ab99d3df3f2f213 229150 zorp-modules_6.0.10-4_amd64.deb
 ef1dbb6bdac10dc1abb9a13fc30e34938688c5e7 8839 zorp_6.0.10-4_amd64.buildinfo
 3cd627c218a3729b0f72f6435b81a21a2a17c59d 152404 zorp_6.0.10-4_amd64.deb
Checksums-Sha256:
 406d6d100838a10dce25acbf7ca9dc64adfb71dcde719a0ed28baa33281a445c 2135 
zorp_6.0.10-4.dsc
 e0dc9a9908f9d61ef3dcc448c91992269986bcc3c33bd874dfa46d49fe274647 15404 
zorp_6.0.10-4.debian.tar.xz
 ae2cde59799fae3de5c6d2a20ca48ccc91c4917360f5ffc892536e1217061f5e 26352 
libzorp-dev_6.0.10-4_amd64.deb
 980a8635898035cc84d1565d905818ee2081d29c87178db0251c24f01dd0fbfb 917596 
libzorp6.0-dbgsym_6.0.10-4_amd64.deb
 24f952cd84a95ac39e67284954e0d02ce30f99f6b26632a508a87c2a0787945c 105542 
libzorp6.0_6.0.10-4_amd64.deb
 dd8e1dcecb47e54f97228ed944a81d7cd260670fa973e54e6bf59b3d81a6b452 86018 
zorp-dbgsym_6.0.10-4_amd64.deb
 c8bfd7db9d42964014aad627315d5d0c69bfa65b7a3f7c710a88c160b5af6e30 1316126 
zorp-modules-dbgsym_6.0.10-4_amd64.deb
 fae31b756ea71dc53cf45dfe95dab51766701638bfa94141b3355d5a063fe59f 229150 
zorp-modules_6.0.10-4_amd64.deb
 b1a3956efc6909993c0a275afef8a996282ce76c51ebd503bbca3e44bea8c009 8839 
zorp_6.0.10-4_amd64.buildinfo
 da62e0523a032cf0f85d42c44c80383709b29a42f97e52f1a9f24e73861fc4b0 152404 
zorp_6.0.10-4_amd64.deb
Files:
 3d8a96a262aefa1ec95df5b4e052e698 2135 net optional zorp_6.0.10-4.dsc
 fc23c2dd9e3666007105f25f1b54d4c5 15404 net optional zorp_6.0.10-4.debian.tar.xz
 9bff09da5096d212fcdff4dbb7fd3709 26352 libdevel optional 
libzorp-dev_6.0.10-4_amd64.deb
 45328d22ccd5afb6a6d62edc1fc5240a 917596 debug extra 
libzorp6.0-dbgsym_6.0.10-4_amd64.deb
 aa5d9d1e3954476dad04f943e8b88d68 105542 libs optional 
libzorp6.0_6.0.10-4_amd64.deb
 eb2b4f935d2005bf1316be9cac84173d 86018 debug extra 
zorp-dbgsym_6.0.10-4_amd64.deb
 ba28fe6e56916eaa460d49e6f2008452 1316126 debug extra 
zorp-modules-dbgsym_6.0.10-4_amd64.deb
 51201d1d1f42d57479cc29e74197db1f 229150 net optional 
zorp-modules_6.0.10-4_amd64.deb
 411525fad8dcfe71b167eaa2242fdc94 8839 net optional 
zorp_6.0.10-4_amd64.buildinfo
 742019f5588bec956264c29cbc233a1c 152404 net optional zorp_6.0.10-4_amd64.deb

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

iQIzBAEBCAAdFiEEDLxdlTMbVcF2xVjk+A0hGpn97vgFAlmMtowACgkQ+A0hGpn9
7vhelg/+INcEBhpmNK4gmJmMnCx4rrdSb498/jBTQQX5AllvJgvL0ywaPDFRwGRy
B1H5voxynBEUBCwK+iFsROyhOXiWCa05PHEGv0nXxte2VQsw28q1icy5kQxqXSA8
n17+wq26OT6dyECJA60iLC9O2/qeGDMlF0U6qvCW6EidYDr/nto1e+AGO78vGxbW
ywhROsg9Ege/2xn1K9bDc1bgYBwbXlxaqhwtNjyQ+Jvf2cIYitPGUDURlhb527XN
c9gtjhaH0APdGnBfRu4D997Bq9Z4igL+5uFeUFQ+Juh/tr4kFk9onZWhFDRqIVtR
u+gPerNvxCCuKsGIM4h8VqOttO94nNAVZ4+nfgTS7mIrfXFLsgze0i2lPthL26gF
frRc+NXNxMDdae5He3WQ5PmCufki7FzjkucCsqZSw/xvtSpzpt5OVeOnjTNtAVo/
zWnmiJT+D9Zv9Au3THVK1tpxLmAzMdZ8lC+kz/y8XXfm6BEC90Jhjen+HD9hgNMG
dkCZ7L1ZPYF87R1JLC/XCss0LA+2gKIF1/CJvoTx2N4OLh5PgsgCoCgoU1q2yWYb
yC8K2rAJTWTS0ngG1//rsHgjHCD2NC4+6tNgevERfx8GmzMegCegeKNq5vGOJJi2
Pi7lc0Ws11cqy44KxmlSesfK0SoUwT40IipiHJGzyVORigc6cRI=
=Ipv3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to