Your message dated Mon, 27 Aug 2018 10:53:06 +0000
with message-id <e1fuf8s-00070u...@fasolo.debian.org>
and subject line Bug#897872: fixed in sumo 0.32.0+dfsg1-2
has caused the Debian Bug report #897872,
regarding sumo: ftbfs with GCC-8
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.)
--
897872: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897872
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sumo
Version: 0.32.0+dfsg1-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8
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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/sumo_0.32.0+dfsg1-1_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html
[...]
make[6]: Entering directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/lcmodels'
ranlib libmicrosimlcmodels.a
make[6]: Leaving directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/lcmodels'
Making all in logging
make[6]: Nothing to be done for 'all'.
Making all in output
make[6]: Entering directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
g++ -DHAVE_CONFIG_H -I. -I../../../src -I/<<BUILDDIR>>/sumo-0.32.0+dfsg1/./src
-I/usr/include/fox-1.6 -I/usr/include/gdal -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/local/include -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++11 -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/sumo-0.32.0+dfsg1=. -fstack-protector-strong
-Wformat -Werror=format-security -c -o MSMeanData.o MSMeanData.cpp
In file included from /usr/include/c++/8/map:60,
from ../../../src/microsim/MSEdgeControl.h:38,
from MSMeanData.cpp:35:
/usr/include/c++/8/bits/stl_tree.h: In instantiation of 'class
std::_Rb_tree<MSLane*, MSLane*, std::_Identity<MSLane*>,
Named::ComparatorIdLess, std::allocator<MSLane*> >':
/usr/include/c++/8/bits/stl_set.h:133:17: required from 'class
std::set<MSLane*, Named::ComparatorIdLess>'
../../../src/microsim/MSEdgeControl.h:223:48: required from here
/usr/include/c++/8/bits/stl_tree.h:452:21: error: static assertion failed:
comparison object must be invocable with two arguments of key type
static_assert(__is_invocable<_Compare&, const _Key&, const _Key&>{},
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[6]: *** [Makefile:453: MSMeanData.o] Error 1
make[6]: Leaving directory '/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
make[6]: *** Waiting for unfinished jobs....
make[6]: Entering directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
g++ -DHAVE_CONFIG_H -I. -I../../../src -I/<<BUILDDIR>>/sumo-0.32.0+dfsg1/./src
-I/usr/include/fox-1.6 -I/usr/include/gdal -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/local/include -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++11 -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/sumo-0.32.0+dfsg1=. -fstack-protector-strong
-Wformat -Werror=format-security -c -o MSMeanData_Emissions.o
MSMeanData_Emissions.cpp
make[6]: Leaving directory '/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
make[6]: Entering directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
g++ -DHAVE_CONFIG_H -I. -I../../../src -I/<<BUILDDIR>>/sumo-0.32.0+dfsg1/./src
-I/usr/include/fox-1.6 -I/usr/include/gdal -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/local/include -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++11 -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/sumo-0.32.0+dfsg1=. -fstack-protector-strong
-Wformat -Werror=format-security -c -o MSMeanData_Harmonoise.o
MSMeanData_Harmonoise.cpp
make[6]: Leaving directory '/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
make[6]: Entering directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
g++ -DHAVE_CONFIG_H -I. -I../../../src -I/<<BUILDDIR>>/sumo-0.32.0+dfsg1/./src
-I/usr/include/fox-1.6 -I/usr/include/gdal -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/local/include -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++11 -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/sumo-0.32.0+dfsg1=. -fstack-protector-strong
-Wformat -Werror=format-security -c -o MSDetectorControl.o MSDetectorControl.cpp
make[6]: Leaving directory '/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
make[6]: Entering directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
g++ -DHAVE_CONFIG_H -I. -I../../../src -I/<<BUILDDIR>>/sumo-0.32.0+dfsg1/./src
-I/usr/include/fox-1.6 -I/usr/include/gdal -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/local/include -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++11 -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/sumo-0.32.0+dfsg1=. -fstack-protector-strong
-Wformat -Werror=format-security -c -o MSInstantInductLoop.o
MSInstantInductLoop.cpp
make[6]: Leaving directory '/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
make[6]: Entering directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
g++ -DHAVE_CONFIG_H -I. -I../../../src -I/<<BUILDDIR>>/sumo-0.32.0+dfsg1/./src
-I/usr/include/fox-1.6 -I/usr/include/gdal -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/local/include -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++11 -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/sumo-0.32.0+dfsg1=. -fstack-protector-strong
-Wformat -Werror=format-security -c -o MSE3Collector.o MSE3Collector.cpp
make[6]: Leaving directory '/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
make[6]: Entering directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
g++ -DHAVE_CONFIG_H -I. -I../../../src -I/<<BUILDDIR>>/sumo-0.32.0+dfsg1/./src
-I/usr/include/fox-1.6 -I/usr/include/gdal -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/local/include -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++11 -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/sumo-0.32.0+dfsg1=. -fstack-protector-strong
-Wformat -Werror=format-security -c -o MSInductLoop.o MSInductLoop.cpp
make[6]: Leaving directory '/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
make[6]: Entering directory
'/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
g++ -DHAVE_CONFIG_H -I. -I../../../src -I/<<BUILDDIR>>/sumo-0.32.0+dfsg1/./src
-I/usr/include/fox-1.6 -I/usr/include/gdal -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/local/include -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++11 -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/sumo-0.32.0+dfsg1=. -fstack-protector-strong
-Wformat -Werror=format-security -c -o MSE2Collector.o MSE2Collector.cpp
make[6]: Leaving directory '/<<BUILDDIR>>/sumo-0.32.0+dfsg1/src/microsim/output'
make[5]: *** [Makefile:558: all-recursive] Error 1
make[4]: *** [Makefile:686: all-recursive] Error 1
make[3]: *** [Makefile:527: all] Error 2
make[2]: *** [Makefile:406: all-recursive] Error 1
dh_auto_build: make -j8 -Oline returned exit code 2
make[1]: *** [debian/rules:38: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<BUILDDIR>>/sumo-0.32.0+dfsg1'
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: sumo
Source-Version: 0.32.0+dfsg1-2
We believe that the bug you reported is fixed in the latest version of
sumo, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated sumo 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: Mon, 27 Aug 2018 12:28:23 +0200
Source: sumo
Binary: sumo sumo-doc sumo-tools
Architecture: source
Version: 0.32.0+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Description:
sumo - Simulation of Urban MObility (SUMO)
sumo-doc - Simulation of Urban MObility (SUMO), documentation and examples
sumo-tools - Simulation of Urban MObility (SUMO), tools and scripts
Closes: 897872
Changes:
sumo (0.32.0+dfsg1-2) unstable; urgency=medium
.
* [6b65aa2] Fix FTBFS with GCC-8. (Closes: #897872)
* [a1ad134] Update VCS-field
* [005fdea] Set Standards-Version to 4.2.0
Checksums-Sha1:
2b7634451608c89bb9f1dc711c0c21de0c7a174a 2266 sumo_0.32.0+dfsg1-2.dsc
5e72ee06e7f557bcb5824c59c30ee56eb297ea52 19668
sumo_0.32.0+dfsg1-2.debian.tar.xz
706462209ab2553088da79bb63b4386a96f6511c 15036
sumo_0.32.0+dfsg1-2_source.buildinfo
Checksums-Sha256:
dc207cf935bec53587e3d19a5863bcd302691d3a55532314596d8202a824a5a1 2266
sumo_0.32.0+dfsg1-2.dsc
fef737b11bb4c75341396bd7cc5a4c95d2b27cc73536cf23db767ba2460e99ec 19668
sumo_0.32.0+dfsg1-2.debian.tar.xz
34edece5d6138871f6206ebc1af259fdc4076dd00fddc6ef3d13ebfefcce77d1 15036
sumo_0.32.0+dfsg1-2_source.buildinfo
Files:
85c413bbf0cf38c390cc0e2ec1030b4d 2266 science optional sumo_0.32.0+dfsg1-2.dsc
d25015985cf7ff17ece22047d6bc1124 19668 science optional
sumo_0.32.0+dfsg1-2.debian.tar.xz
7ca6c9cc51497d26f15025b85bd11573 15036 science optional
sumo_0.32.0+dfsg1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAluD0mIACgkQ0+Fzg8+n
/wZGeBAAkKToC6Ls7KAWmHSwVmY3K/CUEzjuamgJDINtf+mw6FEN2cdRLYTewc0B
tlxJ4KkEHyrX5l8wSbm1G+iWLYKOtFbYjPMpc2Fr9/zXPX4eu4fjtMOL4mGQ2GHo
0DTki12Q9SZRw8RHwk/geW5EVqLD/UbtUVKDsV19Suud0d6zQBs9aiBIQA4HoThF
nZrVJBsnWGyh8mcqLaCKz208JCQuUmTXFonYRaJaIlt3TkSSNIFYasZJkd4XpNGl
Gx2AKnJ9fkQW8YA/BWAhmTGvNseb8Thb7r0FCiKPxGlRymHLZlZ9XyinX3PdZTIA
nQvGqp/OS/QGCLgt9kQYfEqEWxlJMiKNmyLqplp7LVuTErotIb8WN0sX2t7huYyA
nSE3jcqW2ZsCotNXzxMbcai1OQWl+PJUn4+ygdhyUcMmTLrmZF1xm9jIdOKHMZTe
Ea397WrgsUBfCWeAuHOPAU98od36yIgbCgMUOWAR2/ywgU7+JnI6ILeCN6e3lGJH
nPQU5qqz9WdIO4aSoz0Slxt3TAJ09zCmfQPoPen7PHWJSx1mFZHR+eLvZ5MvAk0A
vtjLxp7ZJ+OM0Rs2crUsL9hJ5gubu2qMh9HMiIFxAYuKtLy9rAKUo39kLL0v39lv
Cnp7OewXbd9x2tYHHy/DcltlQLNIwKFVaMt2ERNiGEnJshoP9hc=
=mZc8
-----END PGP SIGNATURE-----
--- End Message ---