[Bug 236595] graphics/pcl-pointclouds: fails to build with boost 1.70
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 17 11:36:07 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236595
Bug ID: 236595
Summary: graphics/pcl-pointclouds: fails to build with boost
1.70
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: yuri at freebsd.org
Reporter: jbeich at FreeBSD.org
Blocks: 235956
Assignee: yuri at freebsd.org
Flags: maintainer-feedback?(yuri at freebsd.org)
While preparing for Boost upgrade this port failed to build. Can you help to
avoid marking it as BROKEN?
$ fetch -qo- 'https://reviews.freebsd.org/D19303?download=true' |
patch -Efsp0 -d /usr/ports
$ make all deinstall install clean -C/usr/ports/devel/boost-jam
$ make all deinstall install clean -C/usr/ports/devel/boost-libs
$ make -C/usr/ports/graphics/pcl-pointclouds
[...]
In file included from
.../work/pcl-pcl-1.9.1/segmentation/src/supervoxel_clustering.cpp:49:
In file included from
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/impl/supervoxel_clustering.hpp:43:
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clustering.h:528:26:
error: 'checked_delete<const
pcl::SupervoxelClustering<pcl::PointXYZRGB>::SupervoxelHelper>' is missing
exception specification 'noexcept'
friend void boost::checked_delete<> (const typename
pcl::SupervoxelClustering<PointT>::SupervoxelHelper *);
^
noexcept
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/impl/supervoxel_clustering.hpp:722:75:
note: in instantiation of template class
'pcl::SupervoxelClustering<pcl::PointXYZRGB>' requested here
pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZRGB,pcl::SupervoxelClustering<pcl::PointXYZRGB>::VoxelData>::addPoint
(const pcl::PointXYZRGB &new_point);
^
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clustering.h:528:26:
note: previous declaration is here
friend void boost::checked_delete<> (const typename
pcl::SupervoxelClustering<PointT>::SupervoxelHelper *);
^
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clustering.h:528:26:
error: 'checked_delete<const
pcl::SupervoxelClustering<pcl::PointXYZRGBA>::SupervoxelHelper>' is missing
exception specification 'noexcept'
friend void boost::checked_delete<> (const typename
pcl::SupervoxelClustering<PointT>::SupervoxelHelper *);
^
noexcept
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/impl/supervoxel_clustering.hpp:726:76:
note: in instantiation of template class
'pcl::SupervoxelClustering<pcl::PointXYZRGBA>' requested here
pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZRGBA,pcl::SupervoxelClustering<pcl::PointXYZRGBA>::VoxelData>::addPoint
(const pcl::PointXYZRGBA &new_point);
^
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clustering.h:528:26:
note: previous declaration is here
friend void boost::checked_delete<> (const typename
pcl::SupervoxelClustering<PointT>::SupervoxelHelper *);
^
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clustering.h:528:26:
error: 'checked_delete<const
pcl::SupervoxelClustering<pcl::PointXYZ>::SupervoxelHelper>' is missing
exception specification 'noexcept'
friend void boost::checked_delete<> (const typename
pcl::SupervoxelClustering<PointT>::SupervoxelHelper *);
^
noexcept
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/impl/supervoxel_clustering.hpp:738:72:
note: in instantiation of template class
'pcl::SupervoxelClustering<pcl::PointXYZ>' requested here
pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZ,pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData>::addPoint
(const pcl::PointXYZ &new_point);
^
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clustering.h:528:26:
note: previous declaration is here
friend void boost::checked_delete<> (const typename
pcl::SupervoxelClustering<PointT>::SupervoxelHelper *);
^
3 errors generated.
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235956
[Bug 235956] devel/boost-all: Update to 1.70.0 (currently, Beta phase)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list