Your message dated Sun, 16 Jun 2024 15:04:34 +0000
with message-id <[email protected]>
and subject line Bug#1073332: fixed in mapnik 3.1.0+ds-8
has caused the Debian Bug report #1073332,
regarding mapnik: FTBFS: src/libxml2_loader.cpp:82:51: error: invalid
conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to ‘xmlError*’ {aka
‘_xmlError*’} [-fpermissive]
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.)
--
1073332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mapnik
Version: 3.1.0+ds-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240615 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> c++ -o src/json/mapnik_json_feature_collection_grammar.o -c -std=c++14
> -DU_USING_ICU_NAMESPACE=0 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -g0
> -fvisibility=hidden -fvisibility-inlines-hidden -Wall -pthread
> -ftemplate-depth-300 -Wsign-compare -Wshadow -O2 -fPIC
> -DMAPNIK_MEMORY_MAPPED_FILE -DMAPNIK_HAS_DLCFN -DBIGINT -DBOOST_REGEX_HAS_ICU
> -DHAVE_JPEG -DMAPNIK_USE_PROJ -DPROJ_VERSION=90401 -DHAVE_PNG -DHAVE_WEBP
> -DHAVE_TIFF -DLINUX -DMAPNIK_THREADSAFE
> -DBOOST_SPIRIT_NO_PREDEFINED_TERMINALS=1
> -DBOOST_PHOENIX_NO_PREDEFINED_TERMINALS=1 -DBOOST_PHOENIX_STL_TUPLE_H_
> -DBOOST_SPIRIT_USE_PHOENIX_V3=1 -DNDEBUG -Ideps -Ideps/mapbox/variant/include
> -Ideps/agg/include -Iinclude -I/usr/include -I/usr/include/freetype2
> -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/gdal
> -I/usr/include/postgresql src/json/mapnik_json_feature_collection_grammar.cpp
> In file included from include/mapnik/renderer_common.hpp:27,
> from include/mapnik/grid/grid_renderer.hpp:37:
> include/mapnik/font_engine_freetype.hpp:132:35: warning: type attributes
> ignored after type is already defined [-Wattributes]
> 132 | extern template class MAPNIK_DECL singleton<freetype_engine,
> CreateUsingNew>;
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> src/libxml2_loader.cpp: In member function ‘void
> mapnik::libxml2_loader::load(const std::string&, mapnik::xml_node&)’:
> src/libxml2_loader.cpp:82:51: error: invalid conversion from ‘const
> xmlError*’ {aka ‘const _xmlError*’} to ‘xmlError*’ {aka ‘_xmlError*’}
> [-fpermissive]
> 82 | xmlError * error = xmlCtxtGetLastError(ctx_);
> | ~~~~~~~~~~~~~~~~~~~^~~~~~
> | |
> | const xmlError*
> {aka const _xmlError*}
> src/libxml2_loader.cpp: In member function ‘void
> mapnik::libxml2_loader::load(xmlDocPtr, mapnik::xml_node&)’:
> src/libxml2_loader.cpp:121:51: error: invalid conversion from ‘const
> xmlError*’ {aka ‘const _xmlError*’} to ‘xmlError*’ {aka ‘_xmlError*’}
> [-fpermissive]
> 121 | xmlError * error = xmlCtxtGetLastError( ctx_ );
> | ~~~~~~~~~~~~~~~~~~~^~~~~~~~
> | |
> | const xmlError*
> {aka const _xmlError*}
> scons: *** [src/libxml2_loader.os] Error 1
> In file included from include/mapnik/symbolizer_base.hpp:32,
> from include/mapnik/rule.hpp:28,
> from include/mapnik/grid/grid_renderer.hpp:31,
> from src/grid/process_text_symbolizer.cpp:27:
> include/mapnik/raster_colorizer.hpp:82:26: warning: declaration of ‘value’
> shadows a global declaration [-Wshadow]
> 82 | colorizer_stop(float value = 0,
> | ~~~~~~^~~~~~~~~
> In file included from include/mapnik/feature.hpp:29,
> from src/grid/process_text_symbolizer.cpp:26:
> include/mapnik/value.hpp:113:7: note: shadowed declaration is here
> 113 | using value = value_adl_barrier::value;
> | ^~~~~
> In file included from include/mapnik/renderer_common.hpp:27,
> from include/mapnik/grid/grid_renderer.hpp:37:
> include/mapnik/font_engine_freetype.hpp:132:35: warning: type attributes
> ignored after type is already defined [-Wattributes]
> 132 | extern template class MAPNIK_DECL singleton<freetype_engine,
> CreateUsingNew>;
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/boost/typeof/detail/requires_cxx11.hpp:9,
> from /usr/include/boost/typeof/typeof.hpp:16,
> from
> /usr/include/boost/fusion/adapted/struct/detail/adapt_base.hpp:41,
> from
> /usr/include/boost/fusion/adapted/struct/adapt_struct.hpp:23,
> from /usr/include/boost/phoenix/support/vector.hpp:15,
> from /usr/include/boost/phoenix/core/environment.hpp:14,
> from /usr/include/boost/phoenix/core/actor.hpp:19,
> from
> /usr/include/boost/spirit/home/support/make_component.hpp:17,
> from
> /usr/include/boost/spirit/home/support/meta_compiler.hpp:17,
> from /usr/include/boost/spirit/home/qi/domain.hpp:15,
> from
> /usr/include/boost/spirit/home/qi/operator/sequence_base.hpp:15,
> from
> /usr/include/boost/spirit/home/qi/operator/expect.hpp:15,
> from
> /usr/include/boost/spirit/home/qi/nonterminal/error_handler.hpp:14,
> from include/mapnik/json/error_handler.hpp:30,
> from
> include/mapnik/json/feature_collection_grammar_impl.hpp:25,
> from src/json/mapnik_json_feature_collection_grammar.cpp:24:
> /usr/include/boost/spirit/include/phoenix.hpp:12:1: note: ‘#pragma message:
> This header is deprecated. Use <boost/phoenix.hpp> instead.’
> 12 | BOOST_HEADER_DEPRECATED("<boost/phoenix.hpp>")
> | ^~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/boost/spirit/include/phoenix_function.hpp:12:1: note: ‘#pragma
> message: This header is deprecated. Use <boost/phoenix/function.hpp> instead.’
> 12 | BOOST_HEADER_DEPRECATED("<boost/phoenix/function.hpp>")
> | ^~~~~~~~~~~~~~~~~~~~~~~
> scons: building terminated because of errors.
> make[1]: *** [debian/rules:70: debian/stamps/build-python] Error 2
The full build log is available from:
http://qa-logs.debian.net/2024/06/15/mapnik_3.1.0+ds-7_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: mapnik
Source-Version: 3.1.0+ds-8
Done: Bas Couwenberg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mapnik, 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 mapnik 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: Sun, 16 Jun 2024 16:39:50 +0200
Source: mapnik
Architecture: source
Version: 3.1.0+ds-8
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1067163 1073332
Changes:
mapnik (3.1.0+ds-8) unstable; urgency=medium
.
* Add patch to fix FTBFS with Python 3.12.
(closes: #1067163)
* Add patch to fix FTBFS with libxml2 2.12.
(closes: #1073332)
Checksums-Sha1:
fbf5c5be72227e822b15ce2f327dfb082a4bfbc5 2640 mapnik_3.1.0+ds-8.dsc
fa6c58c2333b3600b6bb2e474df2c79a7fef86af 39028 mapnik_3.1.0+ds-8.debian.tar.xz
4861feb55c39dd8563641e75950e50e1c7ef34db 17001
mapnik_3.1.0+ds-8_amd64.buildinfo
Checksums-Sha256:
65d2ab0a913598f45a33a9b9e5c30eff3b55b8a59fc71ba509b26b736b7c6e60 2640
mapnik_3.1.0+ds-8.dsc
ad327485d872a1e4e8b195fec1e1eb71c0934ed135a1a0b80a4896c4227ed4cd 39028
mapnik_3.1.0+ds-8.debian.tar.xz
88fe06d717e22f0f25b639f8ca50c5d1bd835a0d87f666ba58bd59065891a8e6 17001
mapnik_3.1.0+ds-8_amd64.buildinfo
Files:
01f91bee8c56e509eb1c966ee09a5f1f 2640 libs optional mapnik_3.1.0+ds-8.dsc
8ef0ca0ee5cc843cb0fdb620f2c7cc0f 39028 libs optional
mapnik_3.1.0+ds-8.debian.tar.xz
cb15f594c833706856bab0c26856a946 17001 libs optional
mapnik_3.1.0+ds-8_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmZu+oUACgkQZ1DxCuiN
SvGRyA//UDI6StJTbkc580KM7/NZ49oCeEp0RX47x2nzQiEBGSd6SsqkQeRAtIux
xGdURQWgqBtc7GIf85X98D9rrMWJvpi/9c6MIMXdpCtcQ65kdDdbRW3tYiLwkx8v
CX4zD7/zSYLzuo2MURJwX32BxE0WLXjF7PuQNhCpGbr36F9z3549C9cKNNvTIYuD
ROgttTbIVopjdnvDdlnGvlrt4SxfuE9nUDqHeqmoUEzCebGTZFIJ48znePKWYUtn
Wo0s5GhGl1jVnJW7CSyg3hWDk4L8XlrdediQvH1OniO5RQrv2YllFkMBF6ZuL/wa
hMIGG5B7V4ZJvSfiRkocxIJNu+OLRlOALpHE9ntUkE67Vehbs5H0MKIBl+RFYQgC
N+yZ9yz1SiA+XGIXU1N47UqJvtM83gQfgsIuYSKNMOd2QswQOZHDAIkqPCThUv5m
b7a+3btGS2Ul4DLPctF7JU7+60kBSkUlH3kd3BSy1hhMC1XXqxtp/1H5LMbygge7
oAFHNFZNClDOymIjw8+e3U3WGN20Cb5CPwzjJ309pnCf6ZLfqLIvvScpPAgsvt78
8ACWddzeBy0WVozW1jJQzSFOcMykkj0wGzAHtvjxoIdPprbRQ5bhH8uUBAKGWRaF
2s/Icl7l07TXOBB+OwcwJ9OCyirerr+uF8CVqJuvcNuHQxeWKB8=
=PGHh
-----END PGP SIGNATURE-----
pgpt72RMAzo9T.pgp
Description: PGP signature
--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel