Your message dated Sat, 27 Oct 2018 17:56:51 +0000
with message-id <e1ggspp-000ix0...@fasolo.debian.org>
and subject line Bug#853547: fixed in mgen 5.02.b+dfsg1-2.1
has caused the Debian Bug report #853547,
regarding mgen: 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.)


-- 
853547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853547
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mgen
Version: 5.02.b+dfsg1-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/mgen_5.02.b+dfsg1-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

[...]
make[3]: Leaving directory '/<<BUILDDIR>>/mgen-5.02.b+dfsg1/protolib/makefiles'
make[2]: Leaving directory '/<<BUILDDIR>>/mgen-5.02.b+dfsg1/makefiles'
rm -rf build
make[1]: Leaving directory '/<<BUILDDIR>>/mgen-5.02.b+dfsg1'
   dh_clean
 dpkg-source -b mgen-5.02.b+dfsg1
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building mgen using existing ./mgen_5.02.b+dfsg1.orig.tar.xz
dpkg-source: info: building mgen in mgen_5.02.b+dfsg1-2.debian.tar.xz
dpkg-source: info: building mgen in mgen_5.02.b+dfsg1-2.dsc
 debian/rules build
dh build 
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<BUILDDIR>>/mgen-5.02.b+dfsg1'
cd makefiles && make -f Makefile.linux
make[2]: Entering directory '/<<BUILDDIR>>/mgen-5.02.b+dfsg1/makefiles'
g++ -c -g -DPROTO_DEBUG -DHAVE_GPS -DUNIX -Wall -Wcast-align -pedantic -fPIC 
-DLINUX -DHAVE_PSELECT -DHAVE_SCHED -DHAVE_IPV6 -DHAVE_GETLOGIN -DHAVE_LOCKF 
-DHAVE_DIRFD -DHAVE_ASSERT  -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include  
-I../makefiles -I../include -I../protolib/include -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/mgen-5.02.b+dfsg1/makefiles=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -o ../src/common/mgenApp.o ../src/common/mgenApp.cpp
In file included from ../protolib/include/protoAddress.h:8:0,
                 from ../protolib/include/protoSocket.h:4,
                 from ../protolib/include/protokit.h:6,
                 from ../include/mgen.h:4,
                 from ../src/common/mgenApp.cpp:2:
../protolib/include/protoTree.h: In member function 'ITEM_TYPE* 
ProtoSortedTreeTemplate<ITEM_TYPE>::Iterator::PeekPrevItem() const':
../protolib/include/protoTree.h:652:93: error: no matching function for call to 
'ProtoSortedTreeTemplate<ITEM_TYPE>::Iterator::PeekPrevItem() const'
                     {return 
static_cast<ITEM_TYPE*>(ProtoSortedTree::Iterator::PeekPrevItem());}
                                                                                
             ^
../protolib/include/protoTree.h:565:23: note: candidate: ProtoSortedTree::Item* 
ProtoSortedTree::Iterator::PeekPrevItem() <near match>
                 Item* PeekPrevItem()
                       ^~~~~~~~~~~~
../protolib/include/protoTree.h:565:23: note:   passing 'const 
ProtoSortedTreeTemplate<ITEM_TYPE>::Iterator*' as 'this' argument discards 
qualifiers
../protolib/include/protoTree.h: In member function 'ITEM_TYPE* 
ProtoSortedTreeTemplate<ITEM_TYPE>::Iterator::PeekNextItem() const':
../protolib/include/protoTree.h:657:93: error: no matching function for call to 
'ProtoSortedTreeTemplate<ITEM_TYPE>::Iterator::PeekNextItem() const'
                     {return 
static_cast<ITEM_TYPE*>(ProtoSortedTree::Iterator::PeekNextItem());}
                                                                                
             ^
../protolib/include/protoTree.h:563:23: note: candidate: ProtoSortedTree::Item* 
ProtoSortedTree::Iterator::PeekNextItem() <near match>
                 Item* PeekNextItem()
                       ^~~~~~~~~~~~
../protolib/include/protoTree.h:563:23: note:   passing 'const 
ProtoSortedTreeTemplate<ITEM_TYPE>::Iterator*' as 'this' argument discards 
qualifiers
Makefile.common:30: recipe for target '../src/common/mgenApp.o' failed
make[2]: *** [../src/common/mgenApp.o] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/mgen-5.02.b+dfsg1/makefiles'
debian/rules:14: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/mgen-5.02.b+dfsg1'
debian/rules:27: 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: mgen
Source-Version: 5.02.b+dfsg1-2.1

We believe that the bug you reported is fixed in the latest version of
mgen, 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.
Reiner Herrmann <rei...@reiner-h.de> (supplier of updated mgen 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: Sat, 27 Oct 2018 18:19:57 +0200
Source: mgen
Binary: mgen mgen-doc
Architecture: source amd64 all
Version: 5.02.b+dfsg1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Raoul Gunnar Borenius <boren...@dfn.de>
Changed-By: Reiner Herrmann <rei...@reiner-h.de>
Description:
 mgen       - packet generator for IP network performance tests
 mgen-doc   - mgen user and reference guide
Closes: 853547
Changes:
 mgen (5.02.b+dfsg1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix build with GCC 7. (Closes: #853547)
Checksums-Sha1:
 732df992247c5a481b252ab9163a70669c77edcf 1857 mgen_5.02.b+dfsg1-2.1.dsc
 679dd0d88e5de2f284f2ba8ff7c514a1478ef1f5 7192 
mgen_5.02.b+dfsg1-2.1.debian.tar.xz
 4625697f5653271a7666ff89330bf1b628f32b09 515996 
mgen-dbgsym_5.02.b+dfsg1-2.1_amd64.deb
 0bc1fd99231912a846a1d73fb26ef365a598119c 1163484 
mgen-doc_5.02.b+dfsg1-2.1_all.deb
 5fa73c95e99858be129df8caf259e49e518c50a9 6226 
mgen_5.02.b+dfsg1-2.1_amd64.buildinfo
 5414e586a6081bb3fe1968b083199e802124533b 102756 mgen_5.02.b+dfsg1-2.1_amd64.deb
Checksums-Sha256:
 91555dc17cd6e9662b7829ac90c1e6298194bdf02a1568d71d30056c2970e189 1857 
mgen_5.02.b+dfsg1-2.1.dsc
 6c08d5e10f60eae42b708bbf5a88c90796b9f3e13208ca72962e327ca0848f09 7192 
mgen_5.02.b+dfsg1-2.1.debian.tar.xz
 e15e367ae8a471b1a48a8a7d10f62fafd838aa4d035582a4d8f4ddb835779e4d 515996 
mgen-dbgsym_5.02.b+dfsg1-2.1_amd64.deb
 00a4498da2b79a1cf6935f105ae39562aeb90ec0bac83922caa0ce247cab883c 1163484 
mgen-doc_5.02.b+dfsg1-2.1_all.deb
 d91d80af162643bc634d6cb704715c324facc951c5f310fc943a6e4afba06d81 6226 
mgen_5.02.b+dfsg1-2.1_amd64.buildinfo
 75732dffd5b6d7959bad9cf3ffa522e1160e1b9fd5d3340093c5c46525c69e55 102756 
mgen_5.02.b+dfsg1-2.1_amd64.deb
Files:
 d8ccf1bd0b41f47fa33680ba08be63c3 1857 net optional mgen_5.02.b+dfsg1-2.1.dsc
 d69ea1a37e8ac1c074c8aeff5bd17692 7192 net optional 
mgen_5.02.b+dfsg1-2.1.debian.tar.xz
 b317900113d56dfc21deffcfd200b667 515996 debug optional 
mgen-dbgsym_5.02.b+dfsg1-2.1_amd64.deb
 4f7e19af863257496432bd0db2cfcdef 1163484 doc optional 
mgen-doc_5.02.b+dfsg1-2.1_all.deb
 312837a45e200732b7eeace1583125eb 6226 net optional 
mgen_5.02.b+dfsg1-2.1_amd64.buildinfo
 e6dd11af7a76a309ed30e9bb17568931 102756 net optional 
mgen_5.02.b+dfsg1-2.1_amd64.deb

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

iQJlBAEBCABPFiEEPJ1UpHV1wCb7F/0mt5o8FqDE8pYFAlvUmkcxGmh0dHBzOi8v
d3d3LmRvbWluaWstZ2VvcmdlLmRlL2dwZy1wb2xpY3kudHh0LmFzYwAKCRC3mjwW
oMTyltiTD/482aZXWF93GJC0/sh/4wZAW/HRxSLOrdGRUUcDKMn2B88gU9Hm2QPA
TAN2kuYHqxO+CxFbh2suhXykTzO1imZ4pMhjjgBZFJcO9WsjH09b4ClaK46mqly8
oPdby2CeKT430+2EkB01R22nvX6sq40aHcXVhf8aXHLJsOGpFnqjv9Yp+NlU6lie
ILW3dP6o8cRQE8eAsXyjalvvlCD7Lx7v4U6LuTp/hTwilSb8BPOatefWNWPfEWUp
AnuMwfWv3jsQysGZ+9pP+qJf2Lugd+2Tr2xkgnV5bEH/EBQ22GTVjt45mau4ChLJ
cqT4D5jRNrCMAFts0TFXJJwMh+/4gG8Ke4olr0EXO9kymL0IaxRBnEm13kyto2GW
/m6288r30JbZwXjkmCGj5cLbCC50Qs/TcAK1pZTBNm8FsKa7OFT96B9dXP7UVKr/
oiMRhOyEKyoz+GRuq0PBYTIjZ/UX3uy02HR428FxetIig6T0IOli9cZPdGB7RrJs
8sBKQ+wcaJgKPDaFxKpqfQCVq9Qt+//ZjZAxvzThnwfkG7JoR2khqdahoNt9g/5f
WKkP+uJyBDyKX835pKAd62BpWCQmztzTIVBMaml1IkmuA90vsmI9VK/2EC48U879
XJluTC0+sb89SiAAbDBhQ7MHguNQwntfp+6Cg2euE67kRvqOGTHn+g==
=m4OE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to