Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 11:36:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236595] graphics/pcl-pointclouds: fails to build with boost 1.70
Message-ID:  <bug-236595-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236595

            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@freebsd.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 235956
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@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=3Dtrue' |
  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/supervoxe=
l_clustering.hpp:43:
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clu=
stering.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 *);
                         ^
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
                                 noexcept
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/impl/supervoxe=
l_clustering.hpp:722:75:
note: in instantiation of template class
'pcl::SupervoxelClustering<pcl::PointXYZRGB>' requested here
=20=20=20
pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZRGB,pcl::Super=
voxelClustering<pcl::PointXYZRGB>::VoxelData>::addPoint
(const pcl::PointXYZRGB &new_point);
                                                                          ^
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clu=
stering.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_clu=
stering.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 *);
                         ^
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
                                 noexcept
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/impl/supervoxe=
l_clustering.hpp:726:76:
note: in instantiation of template class
'pcl::SupervoxelClustering<pcl::PointXYZRGBA>' requested here
=20=20=20
pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZRGBA,pcl::Supe=
rvoxelClustering<pcl::PointXYZRGBA>::VoxelData>::addPoint
(const pcl::PointXYZRGBA &new_point);
                                                                           ^
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clu=
stering.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_clu=
stering.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 *);
                         ^
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
                                 noexcept
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/impl/supervoxe=
l_clustering.hpp:738:72:
note: in instantiation of template class
'pcl::SupervoxelClustering<pcl::PointXYZ>' requested here
=20=20=20
pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZ,pcl::Supervox=
elClustering<pcl::PointXYZ>::VoxelData>::addPoint
(const pcl::PointXYZ &new_point);
                                                                       ^
.../work/pcl-pcl-1.9.1/segmentation/include/pcl/segmentation/supervoxel_clu=
stering.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=3D235956
[Bug 235956] devel/boost-all: Update to 1.70.0 (currently, Beta phase)
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236595-7788>