Your message dated Fri, 06 Apr 2018 15:29:17 +0000
with message-id <e1f4tij-00077j...@fasolo.debian.org>
and subject line Bug#876521: fixed in sfcgal 1.3.3-1
has caused the Debian Bug report #876521,
regarding FTBFS with CGAL 4.11
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.)


-- 
876521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876521
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sfcgal
Severity: serious
Tags: upstream

Hi,

I would like to upgrade CGAL from 4.9 to 4.11 but if I do so your package
FTBFS. Therefore (and because of the SONAME transition), CGAL 4.11 has been
uploaded to experimental for now instead of sid.

Attached is an excerpt from the build log with the errors.

  Joachim

-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-debug'), (200, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
                 from /tmp/cgal/sfcgal-1.3.1/src/Coordinate.cpp:21:
/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/include/SFCGAL/numeric.h:50:15: 
note: candidate: double SFCGAL::round(const double&)
 inline double round( const double& v )
               ^~~~~
/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/include/SFCGAL/numeric.h:50:15: 
note:   no known conversion for argument 1 from ‘__gmp_expr<__mpq_struct [1], 
__gmp_binary_expr<__gmp_expr<__mpq_struct [1], __mpq_struct [1]>, long int, 
__gmp_binary_multiplies> >’ to ‘const double&’
/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/include/SFCGAL/numeric.h:72:23: 
note: candidate: CGAL::Gmpz SFCGAL::round(const CGAL::Gmpq&)
 SFCGAL_API CGAL::Gmpz round( const CGAL::Gmpq& v ) ;
                       ^~~~~
/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/include/SFCGAL/numeric.h:72:23: 
note:   no known conversion for argument 1 from ‘__gmp_expr<__mpq_struct [1], 
__gmp_binary_expr<__gmp_expr<__mpq_struct [1], __mpq_struct [1]>, long int, 
__gmp_binary_multiplies> >’ to ‘const CGAL::Gmpq&’
src/CMakeFiles/SFCGAL.dir/build.make:65: recipe for target 
'src/CMakeFiles/SFCGAL.dir/Coordinate.cpp.o' failed
make[3]: *** [src/CMakeFiles/SFCGAL.dir/Coordinate.cpp.o] Error 1
--
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from 
/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
                 from 
/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
                 from /tmp/cgal/sfcgal-1.3.1/src/algorithm/collect.cpp:21:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
src/CMakeFiles/SFCGAL.dir/build.make:617: recipe for target 
'src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o' failed
make[3]: *** [src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o] Error 1
--
/usr/include/boost/archive/detail/iserializer.hpp:369:31:   required from 
‘boost::archive::detail::pointer_iserializer<Archive, T>::pointer_iserializer() 
[with Archive = boost::archive::binary_iarchive; T = SFCGAL::Point]’
/usr/include/boost/serialization/singleton.hpp:100:7:   required from ‘static 
T& boost::serialization::singleton<T>::get_instance() [with T = 
boost::archive::detail::pointer_iserializer<boost::archive::binary_iarchive, 
SFCGAL::Point>]’
/usr/include/boost/serialization/singleton.hpp:135:28:   required from ‘static 
const T& boost::serialization::singleton<T>::get_const_instance() [with T = 
boost::archive::detail::pointer_iserializer<boost::archive::binary_iarchive, 
SFCGAL::Point>]’
/usr/include/boost/archive/detail/interface_iarchive.hpp:55:34:   required from 
‘const boost::archive::detail::basic_pointer_iserializer* 
boost::archive::detail::interface_iarchive<Archive>::register_type(T*) [with T 
= SFCGAL::Point; Archive = boost::archive::binary_iarchive]’
/tmp/cgal/sfcgal-1.3.1/src/detail/io/Serialization.cpp:59:28:   required from 
here
/usr/include/boost/serialization/access.hpp:116:11: error: ‘class 
__gmp_expr<__mpq_struct [1], __mpq_struct [1]>’ has no member named 
‘serialize’; did you mean ‘canonicalize’?
         t.serialize(ar, file_version);
         ~~^~~~~~~~~
         canonicalize
src/CMakeFiles/SFCGAL.dir/build.make:1601: recipe for target 
'src/CMakeFiles/SFCGAL.dir/detail/io/Serialization.cpp.o' failed
make[3]: *** [src/CMakeFiles/SFCGAL.dir/detail/io/Serialization.cpp.o] Error 1
[ 39%] Building CXX object 
src/CMakeFiles/SFCGAL.dir/detail/polygonSetToMultiPolygon.cpp.o
cd /tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/src && /usr/bin/c++  
-DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DCGAL_INTERSECTION_VERSION=1 
-DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS 
-I/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/include 
-I/tmp/cgal/sfcgal-1.3.1/patches/CGAL-4.3 -isystem 
/usr/include/x86_64-linux-gnu  -g -O2 
-fdebug-prefix-map=/tmp/cgal/sfcgal-1.3.1=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-Wno-long-long -pedantic -Wpointer-arith -Wcast-align -Wcast-qual 
-Wno-overloaded-virtual -Wformat=2 -Winit-self -Wmissing-include-dirs 
-Wwrite-strings -Wno-error=undef -O2 -g -DNDEBUG -fPIC   -o 
CMakeFiles/SFCGAL.dir/detail/polygonSetToMultiPolygon.cpp.o -c 
/tmp/cgal/sfcgal-1.3.1/src/detail/polygonSetToMultiPolygon.cpp
src/CMakeFiles/SFCGAL.dir/build.make:1625: recipe for target 
'src/CMakeFiles/SFCGAL.dir/detail/io/WktReader.cpp.o' failed
make[3]: *** [src/CMakeFiles/SFCGAL.dir/detail/io/WktReader.cpp.o] Error 1
--
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from 
/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
                 from 
/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu/include/SFCGAL/triangulate/triangulatePolygon.h:26,
                 from 
/tmp/cgal/sfcgal-1.3.1/src/triangulate/triangulatePolygon.cpp:21:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
make[3]: Target 'src/CMakeFiles/SFCGAL.dir/build' not remade because of errors.
make[3]: Leaving directory '/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:91: recipe for target 'src/CMakeFiles/SFCGAL.dir/all' 
failed
make[2]: *** [src/CMakeFiles/SFCGAL.dir/all] Error 2
make[2]: Target 'all' not remade because of errors.
make[2]: Leaving directory '/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu'
Makefile:143: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Target 'default_target' not remade because of errors.
make[1]: Leaving directory '/tmp/cgal/sfcgal-1.3.1/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j4 returned exit code 2
debian/rules:22: recipe for target 'build' failed
make: *** [build] Error 2

--- End Message ---
--- Begin Message ---
Source: sfcgal
Source-Version: 1.3.3-1

We believe that the bug you reported is fixed in the latest version of
sfcgal, 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 876...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@debian.org> (supplier of updated sfcgal 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: Fri, 06 Apr 2018 14:10:43 +0200
Source: sfcgal
Binary: libsfcgal1 libsfcgal-osg1 libsfcgal-dev
Architecture: source amd64
Version: 1.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@debian.org>
Description:
 libsfcgal-dev - Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations 
(dev
 libsfcgal-osg1 - Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations 
(Ope
 libsfcgal1 - Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations
Closes: 876521
Changes:
 sfcgal (1.3.3-1) unstable; urgency=medium
 .
   * New upstream release.
     (closes: #876521)
   * Drop spelling-errors.patch, applied upstream.
   * Require at least libcgal-dev 4.10.1.
   * Change priority from extra to optional.
   * Bump Standards-Version to 4.1.3, changes: priority.
   * Update copyright-format URL to use HTTPS.
   * Update symbols for amd64.
   * Update Vcs-* URLs for Salsa.
   * Drop obsolete dbg package.
Checksums-Sha1:
 2070011061d9469b14ba7737d49ee14c16d75827 2223 sfcgal_1.3.3-1.dsc
 4fcb46ada45d65ba90a9997dcd7ba279749a509f 2400976 sfcgal_1.3.3.orig.tar.gz
 b721b64d04cfadc2a2be5adc43a66503ea170b19 122976 sfcgal_1.3.3-1.debian.tar.xz
 8c3983c88cbd1751198109d02d0c3fbdfe33a531 63704 libsfcgal-dev_1.3.3-1_amd64.deb
 33c9d945ed27ecea2b0bffb0f40ee0feef7c2c6b 751468 
libsfcgal-osg1-dbgsym_1.3.3-1_amd64.deb
 a505d3be7e15d6219ab30eca1ce45cf34639acd9 54264 libsfcgal-osg1_1.3.3-1_amd64.deb
 58284beab9a4f62e12babd34a5127cfc165cf23c 50627056 
libsfcgal1-dbgsym_1.3.3-1_amd64.deb
 909eca44759c769658f3cc043df3b53c278c4761 1559284 libsfcgal1_1.3.3-1_amd64.deb
 7c29df75e1c249ab6dc4c6c45604692473d6aada 22302 sfcgal_1.3.3-1_amd64.buildinfo
Checksums-Sha256:
 5b1c718407668a46cccc132e7fc70a458167f30bc65a3b91847c922d21d8db59 2223 
sfcgal_1.3.3-1.dsc
 57e0237b328b519ef0e274f0a24b4c266e9d5541214a3911bd68fe861a01240c 2400976 
sfcgal_1.3.3.orig.tar.gz
 a5a67b21c30f9eb4213d67de2e3b39d3ede30c51abc4939638950f8ff2d520ae 122976 
sfcgal_1.3.3-1.debian.tar.xz
 2e15f7d4d8849b67814975221a1f9573453c49f4568ff39e5cb5f1ff2d2acfb7 63704 
libsfcgal-dev_1.3.3-1_amd64.deb
 2332a6e167b406ccbc75189cb1528a928ed1de7e894b87e4b750b6eee0c151a3 751468 
libsfcgal-osg1-dbgsym_1.3.3-1_amd64.deb
 d21d146c53e8f3b09d66f74c6cc569d4064f26dcac92ad86304e313190279b5e 54264 
libsfcgal-osg1_1.3.3-1_amd64.deb
 b1a40ce8e7872bff1aa8665d9580cdd75494466d7004b7663db72371a18920d2 50627056 
libsfcgal1-dbgsym_1.3.3-1_amd64.deb
 8fafd16e03d52f62b3a8b4895d42216184dcc32e5ba89e5abf9413ea7f6bded5 1559284 
libsfcgal1_1.3.3-1_amd64.deb
 02c80b1f0f1e0697e739f50245964a0eb98aa212dc4ff0797fca4d5e8ecd7672 22302 
sfcgal_1.3.3-1_amd64.buildinfo
Files:
 b09e7b91d3be036271a6bf60efaa2169 2223 science optional sfcgal_1.3.3-1.dsc
 d40874c0464bd25c4c3a94e31b8db55e 2400976 science optional 
sfcgal_1.3.3.orig.tar.gz
 db37a6d7a46429296ba03f17c76d9f95 122976 science optional 
sfcgal_1.3.3-1.debian.tar.xz
 87f9ed7c5f0febb69980090641126c3b 63704 libdevel optional 
libsfcgal-dev_1.3.3-1_amd64.deb
 a986be9af93f281b9a51b2db6d3f68b8 751468 debug optional 
libsfcgal-osg1-dbgsym_1.3.3-1_amd64.deb
 fff19e8da4f0ee7dc1cb3d5d81c5e75a 54264 libs optional 
libsfcgal-osg1_1.3.3-1_amd64.deb
 fd2423f06acb0a7fa2772a48bcbbdbc4 50627056 debug optional 
libsfcgal1-dbgsym_1.3.3-1_amd64.deb
 5b49d6db023f18af1e21b3c80901f0c0 1559284 libs optional 
libsfcgal1_1.3.3-1_amd64.deb
 e484af48bdc8ba4a221619122d300c5e 22302 science optional 
sfcgal_1.3.3-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlrHhXYACgkQZ1DxCuiN
SvFETxAAvihX39YDO8UVO5bPp4zdEQIb2QC6fwaghNSb1a6VeJBFsqF9zihfLzIV
WbhTI9uHRBFQBqVVgKWlSRhIYl8TTKAAvU1K6QEe9CDJbDtws9jjygEVX93ZEEGa
kgJNN+j/+M3SOAH+U9Ld/P6gUdl5XvovOeic1zlH5PMZUYiV5kaNawZOhQpNEDcq
NRmIaPf+h8vJuiX5Bi/KaKkA73JQzXsHxKJ1SSLWU0vUXFaXvQz5q6xN2b6wGvVX
yi/AlMh5Nl0LbJ4cucYnkYyfFZ7vZOeB2CHoN+aNUSQp4J3A+hJ7WjqQ6+xwi/g0
RQRcvRHTmwtr4ZsPoN736tEHalCMW+4LHjVWP669J8mkciQqsXyHPnvVKPT0306r
ghX8tPhuGJixlOi1gNfecncvqFuf3wNmjCSoiSrgaySzMdR9o14vRzvW0wWGMSTl
sqBInnObE4DAuMQ/dZf9g4NDAjGGyksPxuUenjanmJKQTK7r9+rRQ10KPry7GNG/
UJtcnIX7U7VUf7TCYqE7N9yTjdxwZ1jWUwiAm6XtDXVbNmuFn6c3QL+ZNTWuismC
9ZF+ay8sgbszWWH8SkCyMw/53AYYpsqeYPg4rB/6byzkMZ3QGQj98+YlfNLKIBfF
BEKUtwpRqagzoFhewCkBumFw9O1eKYwzBPs5uqTaB8vcw+1HG8Y=
=1BZ0
-----END PGP SIGNATURE-----

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

Reply via email to