Your message dated Fri, 24 Feb 2017 09:33:45 +0000
with message-id <[email protected]>
and subject line Bug#853487: fixed in libcitygml 2.0.4-1~exp2
has caused the Debian Bug report #853487,
regarding libcitygml: 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 [email protected]
immediately.)


-- 
853487: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853487
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libcitygml
Version: 2.0-3
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/libcitygml_2.0-3_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

[...]
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/sources && /usr/bin/c++   
-DCITYGML_LIBRARY -DLIBCITYGML_BUILD -DLIBCITYGML_DYNAMIC -DUSE_GDAL 
-DXERCES_STATIC_LIBRARY -Dcitygml_EXPORTS -I/<<PKGBUILDDIR>>/sources/include 
-I/usr/include/gdal -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -fPIC   -o 
CMakeFiles/citygml.dir/src/parser/linestringelementparser.cpp.o -c 
/<<PKGBUILDDIR>>/sources/src/parser/linestringelementparser.cpp
[ 90%] Building CXX object 
sources/CMakeFiles/citygml.dir/src/parser/linearringelementparser.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/sources && /usr/bin/c++   
-DCITYGML_LIBRARY -DLIBCITYGML_BUILD -DLIBCITYGML_DYNAMIC -DUSE_GDAL 
-DXERCES_STATIC_LIBRARY -Dcitygml_EXPORTS -I/<<PKGBUILDDIR>>/sources/include 
-I/usr/include/gdal -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -fPIC   -o 
CMakeFiles/citygml.dir/src/parser/linearringelementparser.cpp.o -c 
/<<PKGBUILDDIR>>/sources/src/parser/linearringelementparser.cpp
[ 92%] Building CXX object 
sources/CMakeFiles/citygml.dir/src/parser/implicitgeometryelementparser.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/sources && /usr/bin/c++   
-DCITYGML_LIBRARY -DLIBCITYGML_BUILD -DLIBCITYGML_DYNAMIC -DUSE_GDAL 
-DXERCES_STATIC_LIBRARY -Dcitygml_EXPORTS -I/<<PKGBUILDDIR>>/sources/include 
-I/usr/include/gdal -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -fPIC   -o 
CMakeFiles/citygml.dir/src/parser/implicitgeometryelementparser.cpp.o -c 
/<<PKGBUILDDIR>>/sources/src/parser/implicitgeometryelementparser.cpp
[ 94%] Building CXX object 
sources/CMakeFiles/citygml.dir/src/parser/addressparser.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/sources && /usr/bin/c++   
-DCITYGML_LIBRARY -DLIBCITYGML_BUILD -DLIBCITYGML_DYNAMIC -DUSE_GDAL 
-DXERCES_STATIC_LIBRARY -Dcitygml_EXPORTS -I/<<PKGBUILDDIR>>/sources/include 
-I/usr/include/gdal -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++11 -fPIC -fPIC   -o 
CMakeFiles/citygml.dir/src/parser/addressparser.cpp.o -c 
/<<PKGBUILDDIR>>/sources/src/parser/addressparser.cpp
In file included from /<<PKGBUILDDIR>>/sources/src/parser/addressparser.cpp:1:0:
/<<PKGBUILDDIR>>/sources/include/parser/addressparser.h:11:31: error: 
'function' in namespace 'std' does not name a template type
         using Callback = std::function<void(std::unique_ptr<Address>&&)>;
                               ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/sources/src/parser/addressparser.cpp:1:0:
/<<PKGBUILDDIR>>/sources/include/parser/addressparser.h:14:132: error: 
'Callback' does not name a type; did you mean 'valloc'?
         AddressParser(CityGMLDocumentParser& documentParser, CityGMLFactory& 
factory, std::shared_ptr<CityGMLLogger> logger, const Callback& callback);
                                                                                
                                                    ^~~~~~~~
                                                                                
                                                    valloc
/<<PKGBUILDDIR>>/sources/include/parser/addressparser.h:28:9: error: 'Callback' 
does not name a type; did you mean 'valloc'?
         Callback m_callback;
         ^~~~~~~~
         valloc
/<<PKGBUILDDIR>>/sources/src/parser/addressparser.cpp:61:143: error: 'Callback' 
does not name a type; did you mean 'valloc'?
     AddressParser::AddressParser(CityGMLDocumentParser& documentParser, 
CityGMLFactory& factory, std::shared_ptr<CityGMLLogger> logger, const Callback& 
callback)
                                                                                
                                                               ^~~~~~~~
                                                                                
                                                               valloc
/<<PKGBUILDDIR>>/sources/src/parser/addressparser.cpp: In constructor 
'citygml::AddressParser::AddressParser(citygml::CityGMLDocumentParser&, 
citygml::CityGMLFactory&, std::shared_ptr<citygml::CityGMLLogger>, const int&)':
/<<PKGBUILDDIR>>/sources/src/parser/addressparser.cpp:63:7: error: class 
'citygml::AddressParser' does not have any field named 'm_callback'
     , m_callback(callback)
       ^~~~~~~~~~
/<<PKGBUILDDIR>>/sources/src/parser/addressparser.cpp: In member function 
'virtual bool citygml::AddressParser::parseElementEndTag(const 
citygml::NodeType::XMLNode&, const string&)':
/<<PKGBUILDDIR>>/sources/src/parser/addressparser.cpp:91:9: error: 'm_callback' 
was not declared in this scope
         m_callback(std::move(m_address));
         ^~~~~~~~~~
/<<PKGBUILDDIR>>/sources/src/parser/addressparser.cpp:91:9: note: suggested 
alternative: 'malloc'
         m_callback(std::move(m_address));
         ^~~~~~~~~~
         malloc
sources/CMakeFiles/citygml.dir/build.make:1217: recipe for target 
'sources/CMakeFiles/citygml.dir/src/parser/addressparser.cpp.o' failed
make[3]: *** [sources/CMakeFiles/citygml.dir/src/parser/addressparser.cpp.o] 
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:120: recipe for target 
'sources/CMakeFiles/citygml.dir/all' failed
make[2]: *** [sources/CMakeFiles/citygml.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Makefile:152: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
        cd /<<PKGBUILDDIR>>
debian/rules:16: 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: libcitygml
Source-Version: 2.0.4-1~exp2

We believe that the bug you reported is fixed in the latest version of
libcitygml, 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.
Bas Couwenberg <[email protected]> (supplier of updated libcitygml 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: Fri, 24 Feb 2017 10:06:23 +0100
Source: libcitygml
Binary: libcitygml2 libcitygml-dev libcitygml-bin
Architecture: source amd64
Version: 2.0.4-1~exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Description:
 libcitygml-bin - Utils of libcitygml - citygmltest
 libcitygml-dev - Static and header files of libcitygml
 libcitygml2 - Open source C++ library for parsing CityGML files
Closes: 853487
Changes:
 libcitygml (2.0.4-1~exp2) experimental; urgency=medium
 .
   * Team upload.
   * Add upstream patch to fix FTBFS with GCC 7.
     (closes: #853487)
Checksums-Sha1:
 35e9a6301f021cc50b68653ea23ac6336055b078 2152 libcitygml_2.0.4-1~exp2.dsc
 ef6cb291731d51ec0aa2a5622744206e9ffe4ace 18708 
libcitygml_2.0.4-1~exp2.debian.tar.xz
 e8d15938494fc35afe35f9a26c2b98a0cc818b85 39076 
libcitygml-bin-dbgsym_2.0.4-1~exp2_amd64.deb
 48f07b12303f7526114967cc78cb991e5533ff88 10412 
libcitygml-bin_2.0.4-1~exp2_amd64.deb
 ff859321d3a24788893bbe47534a4a0778eeb50c 16654 
libcitygml-dev_2.0.4-1~exp2_amd64.deb
 9db7a65cb71b564d540d78e2e047dbcbab1ac969 3507398 
libcitygml2-dbgsym_2.0.4-1~exp2_amd64.deb
 7199e857bc2fa004c20dba8dbb01bf46c5b0e8fa 259548 
libcitygml2_2.0.4-1~exp2_amd64.deb
 142b2b55ae13e332cea1631dfe448635deabbd1b 13007 
libcitygml_2.0.4-1~exp2_amd64.buildinfo
Checksums-Sha256:
 7d5d7cca4103acf83afbdadb9c99dd3c22f4fb5065a6fa0e25ee9dba3e241d34 2152 
libcitygml_2.0.4-1~exp2.dsc
 6a1910f07418797318c36f03b5a7ceb082ab6fd6e6fb3f8cd89c87f03e3bfb77 18708 
libcitygml_2.0.4-1~exp2.debian.tar.xz
 829b6a1170594e548138deb30a5b1500e5a759819e1d56721a37cdfda5d67d6c 39076 
libcitygml-bin-dbgsym_2.0.4-1~exp2_amd64.deb
 1a53df9201070b28ff9c07a6a48f7e1f52fc99a53bdd0a10196d7f91fe7f0b5f 10412 
libcitygml-bin_2.0.4-1~exp2_amd64.deb
 1c1a2600793b6ef02240af6f64713286486becf5c2c0f3638c687d4000856335 16654 
libcitygml-dev_2.0.4-1~exp2_amd64.deb
 ee9899dd6760f43f0f019e94e63be00c477d560efaf2b49b05fb9d0112ea0c0a 3507398 
libcitygml2-dbgsym_2.0.4-1~exp2_amd64.deb
 744d0795460c26bf0fc1e1b208b355c6c0fb3b18f679239752be83aec85b7931 259548 
libcitygml2_2.0.4-1~exp2_amd64.deb
 f20ee744288386788db8e9cacee2bc5871afbf647854254dd4d468fd8f44ae79 13007 
libcitygml_2.0.4-1~exp2_amd64.buildinfo
Files:
 7d92686d533403e20f84a0b437f7f5b3 2152 libs optional libcitygml_2.0.4-1~exp2.dsc
 3bc8c322e557052f87321b4b1dba761c 18708 libs optional 
libcitygml_2.0.4-1~exp2.debian.tar.xz
 21c922fbea33c28437fec04f61c43370 39076 debug extra 
libcitygml-bin-dbgsym_2.0.4-1~exp2_amd64.deb
 cdc36b147d9ed6336ac75bea49d68436 10412 utils optional 
libcitygml-bin_2.0.4-1~exp2_amd64.deb
 b36158046faee8f49aeb77112006ebba 16654 libdevel optional 
libcitygml-dev_2.0.4-1~exp2_amd64.deb
 9dd3ba3d8b65a0878c73f313922db7f3 3507398 debug extra 
libcitygml2-dbgsym_2.0.4-1~exp2_amd64.deb
 a44638bfc872ebbd06c4c81937032ad1 259548 libs optional 
libcitygml2_2.0.4-1~exp2_amd64.deb
 d6e441d554be39946d66c478a07c7398 13007 libs optional 
libcitygml_2.0.4-1~exp2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJYr/twAAoJEGdQ8QrojUrxwf0P/2DhsUYvGktUPob7h/OFmEzv
AdayKULyNyXdR2yCDRsm2gNnCok/XzQiU8Mk/WKYL12OeWxcVpLmZaaQnrKGTvpV
NiFLruBqAN338EUS+U55Otz4XNNGW8K6LWE2pyB5n6jdF4Z/Q4u2tEKefK04mFN/
uzFBrpyXs8iHNtDeLdX3DpdsI6/GQKvgygPr6FLtMyTpikZ0jsiBBEf6H5E0bU8X
s9p2wLTksY4UeSdflkrNWe9XKeWSc9m+rC7+u572FCnbePa0bJ084CkSFSkTcMsw
y6kJp1yqZLtKt7la0XwJG96SZed01NkIJQWwnYsZn5HQleBBlFiAsKnDN53VulI2
J4hJZJDqhiwTGInvYhYVq5XLcuB7FwR6PV7nnHFJDEGADPcrFUtb/PgMHGasEHFm
EaUn0XFyqA/Lf2Lwlap2bttEi57KiP/2cjxMvBUdnep6xoGYw0VBBx/XAFbHdXsy
GMfxdtOwXRxMVNzw0x86ThU1/onEI4194erA6gbseAl7rPKh42c+RRO6aip0x7p1
XMFsrbyvjnyR//Ba40cU+ZPimqtQeRJBCv8XAPTlYMhzd/07y4Dbe95EBbl8uOSW
I3BIfXnRBMBYyhxHNPvC2edVqY1P7sB85sxbwMtHcV8rHUf1uoikvRZyXUy1xr4J
gEANDilwcvW8pWqmfZW0
=ePn4
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to