Your message dated Tue, 05 Sep 2017 16:20:57 +0000
with message-id <[email protected]>
and subject line Bug#853388: fixed in varconf 1.0.1-4
has caused the Debian Bug report #853388,
regarding libvarconf-1.0-8v5: requires rebuild against GCC 7 and symbols/shlibs
bump
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 [email protected]
immediately.)
--
853388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853388
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ember
Version: 0.7.2+dfsg-1
Severity: normal
Tags: sid buster
User: [email protected]
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/ember_0.7.2+dfsg-1_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
[...]
/usr/include/Atlas-C++-0.6/Atlas/Message/Element.h:401:41: warning: dynamic
exception specifications are deprecated in C++11; use 'noexcept' instead
[-Wdeprecated]
const std::string& asString() const throw (WrongTypeException)
^~~~~
/usr/include/Atlas-C++-0.6/Atlas/Message/Element.h:407:29: warning: dynamic
exception specifications are deprecated in C++11; use 'noexcept' instead
[-Wdeprecated]
std::string& asString() throw (WrongTypeException)
^~~~~
/usr/include/Atlas-C++-0.6/Atlas/Message/Element.h:421:34: warning: dynamic
exception specifications are deprecated in C++11; use 'noexcept' instead
[-Wdeprecated]
const MapType& asMap() const throw (WrongTypeException)
^~~~~
/usr/include/Atlas-C++-0.6/Atlas/Message/Element.h:427:22: warning: dynamic
exception specifications are deprecated in C++11; use 'noexcept' instead
[-Wdeprecated]
MapType& asMap() throw (WrongTypeException)
^~~~~
/usr/include/Atlas-C++-0.6/Atlas/Message/Element.h:441:36: warning: dynamic
exception specifications are deprecated in C++11; use 'noexcept' instead
[-Wdeprecated]
const ListType& asList() const throw (WrongTypeException)
^~~~~
/usr/include/Atlas-C++-0.6/Atlas/Message/Element.h:447:24: warning: dynamic
exception specifications are deprecated in C++11; use 'noexcept' instead
[-Wdeprecated]
ListType& asList() throw (WrongTypeException)
^~~~~
In file included from /usr/include/varconf-1.0/varconf/varconf.h:4:0,
from ../../src/services/config/ConfigService.h:26,
from ../../src/main/Application.cpp:32:
/usr/include/varconf-1.0/varconf/config.h:97:52: warning: dynamic exception
specifications are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
void parseStream(std::istream & in, Scope scope) throw (ParseError);
^~~~~
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/ember-0.7.2+dfsg=. -fstack-protector-strong
-Wformat -Werror=format-security -I/usr/X11R6/include -I/usr/include
-I/usr/include/AL -I/usr/include/AL -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/Eris-1.3
-I/usr/include/skstream-0.3 -I/usr/lib/x86_64-linux-gnu/skstream-0.3/include
-I/usr/include/varconf-1.0 -I/usr/include/Mercator-0.3
-I/usr/include/Atlas-C++-0.6 -I/usr/include/wfmath-1.0
-I/usr/include/libwfut-0.2 -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/x86_64-linux-gnu
-pthread -I/usr/include/OGRE -pthread -I/usr/include/OGRE/Overlay
-I/usr/include/OGRE -pthread -I/usr/include/OGRE/Terrain
-I/usr/include/OGRE/Paging -I/usr/include/OGRE -I/usr/include/cegui-0.8.7
-pthread -I/usr/include/OGRE -I/usr/include/cegui-0.8.7 -I/usr/include/lua5.1
-DLUA51 -I/usr/include/cegui-0.8.7 -DNDEBUG -I/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -Wl,-z,relro -Wl,-z,now -o ember.bin
../../src/main/Application.o ../../src/main/ConfigBoundLogObserver.o
../../src/main/Ember.o ../../src/bindings/lua/liblua_ConnectorDefinitions.a
../../src/components/lua/bindings/lua/liblua_Lua.a
../../src/components/ogre/scripting/bindings/lua/helpers/liblua_Helpers.a
../../src/components/ogre/scripting/bindings/lua/ogre/liblua_Ogre.a
../../src/components/ogre/scripting/bindings/lua/liblua_EmberOgre.a
../../src/components/ogre/widgets/adapters/atlas/bindings/lua/liblua_AtlasAdapters.a
../../src/components/ogre/widgets/adapters/bindings/lua/liblua_Adapters.a
../../src/components/ogre/widgets/representations/bindings/lua/liblua_Representations.a
../../src/services/bindings/lua/liblua_EmberServices.a
../../src/framework/bindings/lua/atlas/liblua_Atlas.a
../../src/framework/bindings/lua/eris/liblua_Eris.a
../../src/framework/bindings/lua/varconf/liblua_Varconf.a
../../src/framework/bindings/lua/liblua_Framework.a ..
/../src/domain/bindings/lua/liblua_Domain.a
../../src/components/ogre/libEmberOgre.a
../../src/components/ogre/environment/caelum/libCaelum.a
../../src/components/ogre/environment/pagedgeometry/libpagedgeometry.a
../../src/components/ogre/environment/meshtree/libMeshTree.a
../../src/components/entitymapping/libEntityMapping.a
../../src/components/cegui/bindings/lua/liblua_Cegui.a
../../src/components/lua/libLua.a ../../src/components/cegui/libCEGUI.a
../../src/services/libServices.a ../../src/services/config/libConfigService.a
../../src/services/input/libInputService.a
../../src/services/logging/libLoggingService.a
../../src/services/metaserver/libMetaserverService.a
../../src/services/scripting/libScriptingService.a
../../src/services/server/libServerService.a
../../src/services/sound/libSoundService.a ../../src/services/wfut/libWfut.a
../../src/services/serversettings/libServerSettings.a
../../src/domain/libDomain.a ../../src/framework/tasks/libTasks.a
../../src/framework/libFrame
work.a -ltolua++5.1 -ltinyxml -lGL -lboost_thread -lboost_system -pthread
-lboost_date_time -lopenal -lalut -lopenal -lsigc-2.0 -leris-1.3 -lskstream-0.3
-lvarconf-1.0 -lmercator-0.3 -lAtlasObjects-0.6 -lAtlasNet-0.6 -lAtlas-0.6
-lAtlasCodecs-0.6 -lAtlasMessage-0.6 -lAtlas-0.6 -lwfmath-1.0 -lwfut-0.2
-lsigc-2.0 -lcurl -lOgreMain -lpthread -lOgreOverlay -lOgreMain -lpthread
-lOgreTerrain -lOgrePaging -lOgreMain -lpthread -lCEGUIBase-0 -lX11
-lCEGUIOgreRenderer-0 -lOgreMain -lpthread -lCEGUIBase-0 -llua5.1
-lCEGUILuaScriptModule-0 -lCEGUIBase-0 -L/usr/lib/x86_64-linux-gnu -lSDL
libtool: link: g++ -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/ember-0.7.2+dfsg=.
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/X11R6/include
-I/usr/include -I/usr/include/AL -I/usr/include/AL -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/Eris-1.3
-I/usr/include/skstream-0.3 -I/usr/lib/x86_64-linux-gnu/skstream-0.3/include
-I/usr/include/varconf-1.0 -I/usr/include/Mercator-0.3
-I/usr/include/Atlas-C++-0.6 -I/usr/include/wfmath-1.0
-I/usr/include/libwfut-0.2 -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/x86_64-linux-gnu
-pthread -I/usr/include/OGRE -pthread -I/usr/include/OGRE/Overlay
-I/usr/include/OGRE -pthread -I/usr/include/OGRE/Terrain
-I/usr/include/OGRE/Paging -I/usr/include/OGRE -I/usr/include/cegui-0.8.7
-pthread -I/usr/include/OGRE -I/usr/include/cegui-0.8.7 -I/usr/include/lua5.1
-DLUA51 -I/usr/include/cegui-0.8.7 -DNDEBUG -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -Wl,-z
-Wl,relro -Wl,-z -Wl,now -o ember.bin ../../src/main/Application.o
../../src/main/ConfigBoundLogObserver.o ../../src/main/Ember.o -pthread
../../src/bindings/lua/liblua_ConnectorDefinitions.a
../../src/components/lua/bindings/lua/liblua_Lua.a
../../src/components/ogre/scripting/bindings/lua/helpers/liblua_Helpers.a
../../src/components/ogre/scripting/bindings/lua/ogre/liblua_Ogre.a
../../src/components/ogre/scripting/bindings/lua/liblua_EmberOgre.a
../../src/components/ogre/widgets/adapters/atlas/bindings/lua/liblua_AtlasAdapters.a
../../src/components/ogre/widgets/adapters/bindings/lua/liblua_Adapters.a
../../src/components/ogre/widgets/representations/bindings/lua/liblua_Representations.a
../../src/services/bindings/lua/liblua_EmberServices.a
../../src/framework/bindings/lua/atlas/liblua_Atlas.a
../../src/framework/bindings/lua/eris/liblua_Eris.a
../../src/framework/bindings/lua/varconf/liblua_Varconf.a
../../src/framework/bindings/lua/liblua_Framework.a ../../src/domain/bindings
/lua/liblua_Domain.a ../../src/components/ogre/libEmberOgre.a
../../src/components/ogre/environment/caelum/libCaelum.a
../../src/components/ogre/environment/pagedgeometry/libpagedgeometry.a
../../src/components/ogre/environment/meshtree/libMeshTree.a
../../src/components/entitymapping/libEntityMapping.a
../../src/components/cegui/bindings/lua/liblua_Cegui.a
../../src/components/lua/libLua.a ../../src/components/cegui/libCEGUI.a
../../src/services/libServices.a ../../src/services/config/libConfigService.a
../../src/services/input/libInputService.a
../../src/services/logging/libLoggingService.a
../../src/services/metaserver/libMetaserverService.a
../../src/services/scripting/libScriptingService.a
../../src/services/server/libServerService.a
../../src/services/sound/libSoundService.a ../../src/services/wfut/libWfut.a
../../src/services/serversettings/libServerSettings.a
../../src/domain/libDomain.a ../../src/framework/tasks/libTasks.a
../../src/framework/libFramework.a -ltolua++5.1 -lt
inyxml -lGL -lboost_thread -lboost_system -lboost_date_time -lalut -lopenal
-leris-1.3 -lskstream-0.3 -lvarconf-1.0 -lmercator-0.3 -lAtlasObjects-0.6
-lAtlasNet-0.6 -lAtlasCodecs-0.6 -lAtlasMessage-0.6 -lAtlas-0.6 -lwfmath-1.0
-lwfut-0.2 -lsigc-2.0 /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so -lOgreOverlay
-lOgreTerrain -lOgrePaging -lX11 -lCEGUIOgreRenderer-0 -lOgreMain -lpthread
-llua5.1 -lCEGUILuaScriptModule-0 -lCEGUIBase-0 -L/usr/lib/x86_64-linux-gnu
-lSDL -pthread
../../src/services/config/libConfigService.a(ConfigService.o): In function
`Ember::ConfigService::loadSavedConfig(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&,
std::unordered_map<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::map<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>, std::less<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > >,
std::allocator<std::pair<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >
> > >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > >,
std::allocator<std::pair<std::__cxx11::basi
c_string<char, std::char_traits<char>, std::allocator<char> > const,
std::map<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::less<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > >,
std::allocator<std::pair<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >
> > > > > > const&)':
./src/services/config/ConfigService.cpp:314: undefined reference to
`varconf::ParseError::operator std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >()'
../../src/services/serversettings/libServerSettings.a(ServerSettings.o): In
function `Ember::Services::ServerSettings::readFromDisk()':
./src/services/serversettings/ServerSettings.cpp:89: undefined reference to
`varconf::ParseError::operator std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >()'
collect2: error: ld returned 1 exit status
Makefile:617: recipe for target 'ember.bin' failed
make[5]: *** [ember.bin] Error 1
make[5]: Leaving directory '/<<BUILDDIR>>/ember-0.7.2+dfsg/src/main'
Makefile:433: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/<<BUILDDIR>>/ember-0.7.2+dfsg/src'
Makefile:372: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/<<BUILDDIR>>/ember-0.7.2+dfsg/src'
Makefile:625: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/ember-0.7.2+dfsg'
dh_auto_build: make -j64 returned exit code 2
debian/rules:13: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/ember-0.7.2+dfsg'
debian/rules:6: 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: varconf
Source-Version: 1.0.1-4
We believe that the bug you reported is fixed in the latest version of
varconf, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Olek Wojnar <[email protected]> (supplier of updated varconf 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 02 Sep 2017 22:01:28 -0500
Source: varconf
Binary: libvarconf-1.0-8v5 libvarconf-dev
Architecture: source amd64
Version: 1.0.1-4
Distribution: unstable
Urgency: high
Maintainer: Debian Games Team <[email protected]>
Changed-By: Olek Wojnar <[email protected]>
Description:
libvarconf-1.0-8v5 - WorldForge configuration file handling library
libvarconf-dev - WorldForge configuration file handling library - development
file
Closes: 853388
Changes:
varconf (1.0.1-4) unstable; urgency=high
.
* Update dh compat to 10
* Update symbols for GCC 7 (Closes: #853388)
* Update standards to 4.1.0
- d/control: document new standards version
- d/copyright: use https in Format field
* Update d/copyright: new copyright year for debian directory
Checksums-Sha1:
e5c9f0ed25faad7ebd31fc5dbfacd14c3fef1626 1999 varconf_1.0.1-4.dsc
0f15b3b299e76f192f97dfbd0e18ba3751910454 244880 varconf_1.0.1.orig.tar.xz
16328cf153470adb6ddbb156ce55ce16c20435d0 5976 varconf_1.0.1-4.debian.tar.xz
5acbfaf58427a3ea170df3fe586c5f070a466e16 298622
libvarconf-1.0-8v5-dbgsym_1.0.1-4_amd64.deb
a4211cabd5dbe8e3d04441277961937427b5f807 50442
libvarconf-1.0-8v5_1.0.1-4_amd64.deb
6e1768e75642ab3088e71de7af11cdb8a33901dc 16804 libvarconf-dev_1.0.1-4_amd64.deb
f0cdce76f32c44b00f027185774e568278813f7d 5719 varconf_1.0.1-4_amd64.buildinfo
Checksums-Sha256:
41529dbf7c018ea4db6994ec7dc0a330f3f1c42e3c01565cfbb0ed4ffae523d1 1999
varconf_1.0.1-4.dsc
ed61b7da7660f1ea2d1237ef41a6b05a42aad567cd25797a48ac5cfd830051a9 244880
varconf_1.0.1.orig.tar.xz
2c522622105d578931771926f0c63933aa07593c4d4056557e0ef3c8b995f5bc 5976
varconf_1.0.1-4.debian.tar.xz
ad22d6b6fe0479ae68978d77a554841a57dd55ce31ba1742720d02e7630cdf0a 298622
libvarconf-1.0-8v5-dbgsym_1.0.1-4_amd64.deb
f4e78d4ef14a4883abc4a4bad76bf9dc2cfb48b14a7066fd9c3c74b549df945a 50442
libvarconf-1.0-8v5_1.0.1-4_amd64.deb
cadeac8a65f06799a6b71b1fe497770117c3642af3e1eb3f608f9f4369310449 16804
libvarconf-dev_1.0.1-4_amd64.deb
e8e73e57465ee25965e08611234060021251e893823df8e1e8b1c39140b4a33b 5719
varconf_1.0.1-4_amd64.buildinfo
Files:
a6b34cdfba2257b93f3d53d28f37e8f7 1999 libs optional varconf_1.0.1-4.dsc
974148bf9edbcb93697783d2cf9cb4f0 244880 libs optional varconf_1.0.1.orig.tar.xz
d76b6b456a43ab5f76cae660603dc84a 5976 libs optional
varconf_1.0.1-4.debian.tar.xz
83b40500b253ebb6ad0db4948dfb9f5d 298622 debug extra
libvarconf-1.0-8v5-dbgsym_1.0.1-4_amd64.deb
0efd5aca2204d3b13fea8ec11b5c9cb8 50442 libs optional
libvarconf-1.0-8v5_1.0.1-4_amd64.deb
1b923982b02c488460cb8baca5e86464 16804 libdevel optional
libvarconf-dev_1.0.1-4_amd64.deb
6a70ca951b00c32009dd285742bf15ce 5719 libs optional
varconf_1.0.1-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJZrslGAAoJEH2D1AagncHk6h0P/1aXMGJqwsrcGyJ15ssTwDi5
0qWIaRq8PUIQm21Lk+FdGE1GQrdRe39ecOm7lkmxCOBnjXQ2E3o5SEWNVgzUSNLM
lHVZXPqucWyRkcU+iTTN32XldG0O6BSCSbQ6jVKxjbMymRt3V3c8pMizgS9Ft8lL
7f6rBdbaRQFwF33XhH7GFPmTDgNA5+tnWaFAOYLHi/1VpSnjFP4ceSFuSxy549wG
fiSaAhbtDlpwYl1KxuiqaqBZe+oyH/XMmaiKGsun6964frKcR4cUWGv1rRiC3kUv
hrGe3s7lfOOvmxA1PdSbA6pRRyPySn1JuVfbrz7nKNQ6931BLNBpGA2sJ4vyU2+x
P1Jk6wfJ1P0boBsV4GXZBee49RxZpUnTmv6CMIl4lQRSun6ZQ3wPtdu8dO/nit2u
v4vQvlsn2pW1Urqb2Hiobk1rfLz46dP68Fbwg2Rd+VGQ2I0UjZ8Fjek6pWAeJq0Y
oX0K8oM4ReNq1v7LBmonLT8MSNzeWtcE8ExuzuzngS2/6fAlCqC8t0H67zwd8s18
GQtkVfLBFNwZZOyuBgWOUNTwbao0nIrGfFYk87b47hOf3DXjObmhzOLSKOw4IOZY
H+wo2wgSQbm54CIQ4LLp699XwqhpfNsXgOPxfyX1ucwM9iV5FqPrOutOCwjKVQy2
qTP5jg2rf2h1i+Rwe8Pw
=Hbdl
-----END PGP SIGNATURE-----
--- End Message ---