Your message dated Sun, 27 Dec 2020 09:34:36 +0000
with message-id <[email protected]>
and subject line Bug#978173: fixed in sfcgal 1.3.9-2
has caused the Debian Bug report #978173,
regarding sfcgal: FTBFS: building.cpp:103:98: error: conversion from
‘shared_ptr<Straight_skeleton_2<CGAL::Epick>>’ to non-scalar type
‘shared_ptr<Straight_skeleton_2<CGAL::Epeck>>’ requested
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.)
--
978173: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978173
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sfcgal
Version: 1.3.9-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
> -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK
> -DBOOST_CHRONO_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK
> -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK
> -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK
> -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1
> -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
> -I/<<PKGBUILDDIR>>/src/../CGAL_patches -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -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 -frounding-math
> -std=gnu++14 -o CMakeFiles/SFCGAL.dir/detail/generator/disc.cpp.o -c
> /<<PKGBUILDDIR>>/src/detail/generator/disc.cpp
> In file included from
> /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
> from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
> from
> /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
> from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
> from
> /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
> from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
> from /usr/include/boost/shared_ptr.hpp:17,
> from /usr/include/CGAL/Object.h:32,
> from /usr/include/CGAL/kernel_basic.h:25,
> from /usr/include/CGAL/basic.h:35,
> from /usr/include/CGAL/Cartesian/Cartesian_base.h:20,
> from /usr/include/CGAL/Simple_cartesian.h:20,
> from
> /usr/include/CGAL/Exact_predicates_exact_constructions_kernel.h:20,
> from
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Kernel.h:24,
> from
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/detail/generator/building.h:28,
> from /<<PKGBUILDDIR>>/src/detail/generator/building.cpp:21:
> /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of
> declaring the Bind placeholders (_1, _2, ...) in the global namespace is
> deprecated. Please use <boost/bind/bind.hpp> + using namespace
> boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
> current behavior.’
> 36 | BOOST_PRAGMA_MESSAGE(
> | ^~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/detail/generator/building.cpp: In function
> ‘std::unique_ptr<SFCGAL::Geometry> SFCGAL::generator::building(const
> SFCGAL::Polygon&, const FT&, const FT&)’:
> /<<PKGBUILDDIR>>/src/detail/generator/building.cpp:103:98: error: conversion
> from ‘shared_ptr<Straight_skeleton_2<CGAL::Epick>>’ to non-scalar type
> ‘shared_ptr<Straight_skeleton_2<CGAL::Epeck>>’ requested
> 103 | boost::shared_ptr< Straight_skeleton_2 > skeleton =
> CGAL::create_interior_straight_skeleton_2( polygon ) ;
> |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
> [ 36%] Building CXX object
> src/CMakeFiles/SFCGAL.dir/detail/generator/hoch.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
> -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK
> -DBOOST_CHRONO_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK
> -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK
> -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK
> -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1
> -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
> -I/<<PKGBUILDDIR>>/src/../CGAL_patches -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -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 -frounding-math
> -std=gnu++14 -o CMakeFiles/SFCGAL.dir/detail/generator/hoch.cpp.o -c
> /<<PKGBUILDDIR>>/src/detail/generator/hoch.cpp
> make[3]: *** [src/CMakeFiles/SFCGAL.dir/build.make:852:
> src/CMakeFiles/SFCGAL.dir/detail/generator/building.cpp.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/12/26/sfcgal_1.3.9-1_unstable.log
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 marking 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 me
so that we can identify if something relevant changed in the meantime.
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: sfcgal
Source-Version: 1.3.9-2
Done: Bas Couwenberg <[email protected]>
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bas Couwenberg <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 27 Dec 2020 08:42:21 +0100
Source: sfcgal
Architecture: source
Version: 1.3.9-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 978173
Changes:
sfcgal (1.3.9-2) unstable; urgency=medium
.
* Bump watch file version to 4.
* Bump Standards-Version to 4.5.1, no changes.
* Add upstream patch to fix FTBFS with CGAL 5.2.
(closes: #978173)
* Add patch to disable test failing with CGAL 5.2.
* Add patch to fix sfcgal_cTest failure.
* Update symbols for amd64.
Checksums-Sha1:
642e5aeabce7c620d6ef10fd00ee2c5b95f14ef7 2091 sfcgal_1.3.9-2.dsc
6c9de887eee2d0724db7c0cf1b8c7eedb91a91ed 146724 sfcgal_1.3.9-2.debian.tar.xz
7b3c7a2304ef8978ab5e301580f084dd4af68ce6 14140 sfcgal_1.3.9-2_amd64.buildinfo
Checksums-Sha256:
a4b00b3f9bec34810b9a0fc1051afec9a810e398eb025ce7c07c951945110313 2091
sfcgal_1.3.9-2.dsc
e0ee30973328dbfca00b89a41f5fed0b52ec3086322609850ee60b53dde21c5d 146724
sfcgal_1.3.9-2.debian.tar.xz
79c96894ac7a14c242c506e094ec23a5d34cfa1c55d586f3e93026c6dcdbed30 14140
sfcgal_1.3.9-2_amd64.buildinfo
Files:
a5ac5bc67588443bdf377c9df1bbb0ef 2091 science optional sfcgal_1.3.9-2.dsc
c4645d06eed50a2fa031960b5777423d 146724 science optional
sfcgal_1.3.9-2.debian.tar.xz
a208228c25d799e3d407d57381bc77c8 14140 science optional
sfcgal_1.3.9-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAl/oUC8ACgkQZ1DxCuiN
SvEoKRAA22cHSpbrwPS5NsVWpZVgUbzmr+3UWWx0K8JuwRxkhsJqdcMg+2ARBnZj
vPnbsx5znz6q00ZPTbTDr35OrYW91ssCuNfN06fZZBBIxWJnax4VAk4d2hR/pGZr
aZWoMDrOuRMbW+8pwBBT9+mfvja7D25tfuhCKCfw+Cx2TBPK2y9iD56ezkst/JTd
rAhauetM3dPskO80DS3hP5+hwpqK5nwoKXr7Z4JNY5Cp1vP+FL1mr4X9QVj37Cgo
xRNqc7F93bwRGWZhhJUCnNzRFxyHfLbsuH3VB3pj56qFQpNVvhtLUPH9p4LsdFg1
b/+ikHFSQ1ZJZLqsDeUzHjp9/Z2hTfKiXvQjr/qdmnmzAt3233tYbyZbR7Ve6mE0
qxXD6L9L095X1TuJ05czrQaSHudgI2JI1gmaIYDbowzRntX5WS9nlE5joN3QJAQn
ThLo6Vpqt91Psi8SWcf2Dp4bnaZfHYePXl6W+QhdWMfvkPN+dvVNdlt8Onh6NysQ
Geq8nLUzxRXRX2IG6eX10iwNtmCUkEaPnP23X34YjCpsPZA+SEpcHuz2+UB2KyDY
ur+3Ojpin63pQX/opd+G3vfSSmnvD77X8XVmVlUo/xO27rwxv6yZnEgxS7EBQC1r
hmMewdvDtAa5wLIJOK8tnSmmV/6h5IlQCskQG3/iQO2QZH751WQ=
=nYlD
-----END PGP SIGNATURE-----
--- End Message ---