=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for pcl-1.11.1.tar.gz
=> Checksum SHA512 OK for pcl-1.11.1.tar.gz
===> Installing dependencies for pcl-1.11.1nb24
==========================================================================
The supported build options for pcl are:

	vtk

The currently selected options are:

	vtk

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.pcl (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
pcl-1.11.1nb24.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg
        * KRB5_DEFAULT = heimdal
        * SSLBASE = /usr
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private

Based on these variables, the following variables have been set:

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg
        * KRB5BASE (defined, but empty)
        * KRB5_TYPE = heimdal

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/usr/bin/make clean' after the changes.
==========================================================================
=> Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.78.4
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency cmake>=3.18: found cmake-3.28.4
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.1.1
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Build dependency x11-links>=1.35: found x11-links-1.35nb1
=> Build dependency nlohmann-json>=3.7.0: found nlohmann-json-3.11.2
=> Build dependency boost-headers-1.84.*: found boost-headers-1.84.0
=> Build dependency eigen3>=3.1.2: found eigen3-3.4.0nb1
=> Build dependency PEGTL>=2.8.3: found PEGTL-2.8.3
=> Build dependency utf8-cpp>=2.3.4: found utf8-cpp-4.0.5
=> Full dependency vtk>=9.2.6nb5: found vtk-9.2.6nb5
=> Full dependency png>=1.6.0nb1: found png-1.6.43
=> Full dependency glew>=2.1.0: found glew-2.2.0nb2
=> Full dependency qt5-qtbase>=5.15.11nb4: found qt5-qtbase-5.15.13
=> Full dependency boost-libs-1.84.*: found boost-libs-1.84.0
=> Full dependency boost-libs>=1.84.0: found boost-libs-1.84.0
=> Full dependency libusb1>=1.0.9: found libusb1-1.0.27
=> Full dependency flann-lib>=1.9.2nb1: found flann-lib-1.9.2nb1
=> Full dependency qhull>=2020.2nb1: found qhull-2020.2nb1
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Overriding tools for pcl-1.11.1nb24
===> Extracting for pcl-1.11.1nb24
===> Patching for pcl-1.11.1nb24
=> Applying pkgsrc patches for pcl-1.11.1nb24
===> Creating toolchain wrappers for pcl-1.11.1nb24
===> Configuring for pcl-1.11.1nb24
=> Generating pkg-config files for builtin xz package.
=> Generating pkg-config file for builtin expat package.
=> Fixing CMAKE_MODULE_PATH in CMakeLists.txt
-- The C compiler identification is GNU 10.5.0
-- The CXX compiler identification is GNU 10.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /pbulk/work/graphics/pcl/work/.cwrapper/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /pbulk/work/graphics/pcl/work/.cwrapper/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /pbulk/work/graphics/pcl/work/.tools/bin/pkg-config (found version "2.1.1") 
-- Could NOT find ClangFormat (missing: ClangFormat_EXECUTABLE ClangFormat_VERSION) (Required is at least version "10")
-- Found OpenMP_C: -fopenmp (found version "4.5") 
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5") found components: C CXX 
-- Found OpenMP, spec date 201511
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Checking for module 'eigen3'
--   Found eigen3, version 3.4.0
-- Found Eigen: /usr/pkg/include/eigen3 (Required is at least version "3.1") 
-- Eigen found (include: /usr/pkg/include/eigen3, version: 3.4.0)
-- Found flann version 1.9.2
-- Found libusb-1.0: /usr/pkg/lib/libusb-1.0.so  
-- Checking for module 'libusb-1.0'
--   Found libusb-1.0, version 1.0.27
CMake Warning (dev) at /usr/pkg/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (USB_10)
  does not match the name of the calling package (OpenNI).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/Modules/FindOpenNI.cmake:28 (find_package_handle_standard_args)
  cmake/pcl_targets.cmake:836 (find_package)
  CMakeLists.txt:317 (PCL_ADD_GRABBER_DEPENDENCY)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found USB_10: /usr/pkg/lib/libusb-1.0.so  
-- Could NOT find OpenNI (missing: OPENNI_LIBRARIES OPENNI_INCLUDE_DIRS) 
-- OpenNI grabber support: not building because OpenNI not found
CMake Warning (dev) at /usr/pkg/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (USB_10)
  does not match the name of the calling package (OpenNI2).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/Modules/FindOpenNI2.cmake:28 (find_package_handle_standard_args)
  cmake/pcl_targets.cmake:836 (find_package)
  CMakeLists.txt:318 (PCL_ADD_GRABBER_DEPENDENCY)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find OpenNI2 (missing: OPENNI2_LIBRARIES OPENNI2_INCLUDE_DIRS) 
-- OpenNI2 grabber support: not building because OpenNI2 not found
-- Could NOT find Ensenso (missing: ENSENSO_LIBRARIES ENSENSO_INCLUDE_DIRS) 
-- IDS-Imaging Ensenso camera support: not building because Ensenso not found
-- Could NOT find davidSDK (missing: DAVIDSDK_LIBRARY DAVIDSDK_INCLUDE_DIR) 
-- David Vision Systems SDK support: not building because davidSDK not found
-- Could NOT find DSSDK (missing: DSSDK_LIBRARIES DSSDK_INCLUDE_DIRS) 
-- DepthSense SDK support: not building because DSSDK not found
-- Could NOT find RSSDK (missing: RSSDK_LIBRARIES RSSDK_INCLUDE_DIRS) 
-- RealSense SDK support: not building because RSSDK not found
-- Could NOT find RSSDK2
-- RealSense SDK 2.0 (librealsense) support: not building because RSSDK2 not found
-- Checking for module 'metslib'
--   Package 'metslib', required by 'virtual:world', not found
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.13")  
-- Found PNG: /usr/pkg/lib/libpng16.so (found version "1.6.43") 
-- Found Qhull: optimized;/usr/pkg/lib/libqhull_r.so;debug;/usr/pkg/lib/libqhull_r.so  
-- QHULL found (include: /usr/pkg/include, lib: optimized;/usr/pkg/lib/libqhull_r.so;debug;/usr/pkg/lib/libqhull_r.so)
-- Found Qt5 version: 5.15.13
-- Found GLEW: /pbulk/work/graphics/pcl/work/.buildlink/lib/libGLEW.so  
-- Found OpenGL: /pbulk/work/graphics/pcl/work/.buildlink/lib/libGL.so  found components: OpenGL missing components: GLX
-- Found HDF5: /pbulk/work/graphics/pcl/work/.buildlink/lib/libhdf5.so;/pbulk/work/graphics/pcl/work/.buildlink/lib/libsz.so;/usr/lib/libz.so;/usr/lib/libm.so (found version "1.12.2") found components: C HL 
-- Found utf8cpp: /pbulk/work/graphics/pcl/work/.buildlink/include  
-- Found OGG: /pbulk/work/graphics/pcl/work/.buildlink/lib/libogg.so  
-- Found THEORA: /pbulk/work/graphics/pcl/work/.buildlink/lib/libtheora.so  
-- Found NetCDF: netcdf (found version "4.9.2") 
-- Found LibPROJ: /pbulk/work/graphics/pcl/work/.buildlink/lib/libproj.so (found version "7.2.1") 
-- Found PEGTL: /pbulk/work/graphics/pcl/work/.buildlink/include/tao (found suitable version "2.8.3", minimum required is "2.0.0") 
-- Found JsonCpp: /pbulk/work/graphics/pcl/work/.buildlink/lib/libjsoncpp.so (found suitable version "1.9.5", minimum required is "0.7.0") 
-- Found LibXml2: /pbulk/work/graphics/pcl/work/.buildlink/lib/libxml2.so (found version "2.12.4") 
-- Found CGNS: /pbulk/work/graphics/pcl/work/.buildlink/include (found suitable version "4.40", minimum required is "4.10") 
-- Found LibHaru: /pbulk/work/graphics/pcl/work/.buildlink/lib/libhpdf.so (found suitable version "2.4.3", minimum required is "2.4.0") 
-- Found GL2PS: /pbulk/work/graphics/pcl/work/.buildlink/lib/libgl2ps.so (found suitable version "1.4.2", minimum required is "1.4.2") 
-- Found nlohmann_json: /pbulk/work/graphics/pcl/work/.buildlink/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.2") 
-- Found SQLite3: /usr/include (found version "3.26.0") 
-- Found Eigen3: /pbulk/work/graphics/pcl/work/.buildlink/include/eigen3 (found version "3.4.0") 
-- Found X11: /pbulk/work/graphics/pcl/work/.buildlink/include   
-- Looking for XOpenDisplay in /pbulk/work/graphics/pcl/work/.buildlink/lib/libX11.so;/pbulk/work/graphics/pcl/work/.buildlink/lib/libXext.so
-- Looking for XOpenDisplay in /pbulk/work/graphics/pcl/work/.buildlink/lib/libX11.so;/pbulk/work/graphics/pcl/work/.buildlink/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found EXPAT: /pbulk/work/graphics/pcl/work/.buildlink/lib/libexpat.so (found version "2.4.6") 
-- Found double-conversion: /pbulk/work/graphics/pcl/work/.buildlink/lib/libdouble-conversion.so  
-- Found LZ4: /pbulk/work/graphics/pcl/work/.buildlink/lib/liblz4.so (found version "1.9.4") 
-- Found LZMA: /usr/lib/liblzma.so (found version "5.2.4") 
-- Found JPEG: /pbulk/work/graphics/pcl/work/.buildlink/lib/libjpeg.so (found version "90") 
-- Found TIFF: /pbulk/work/graphics/pcl/work/.buildlink/lib/libtiff.so (found version "4.6.0")  
-- Found Freetype: /pbulk/work/graphics/pcl/work/.buildlink/lib/libfreetype.so (found version "2.13.2") 
-- VTK version: 9.2.6
-- VTK rendering backend: OpenGL2
-- VTK Qt support: YES
-- VTK libs: VTK::ViewsQt;VTK::ViewsInfovis;VTK::CommonColor;VTK::ViewsContext2D;VTK::TestingRendering;VTK::TestingCore;VTK::vtksys;VTK::RenderingQt;VTK::RenderingVolumeOpenGL2;VTK::glew;VTK::opengl;VTK::RenderingLabel;VTK::octree;VTK::RenderingLOD;VTK::RenderingLICOpenGL2;VTK::RenderingImage;VTK::RenderingContextOpenGL2;VTK::IOVeraOut;VTK::hdf5;VTK::IOTecplotTable;VTK::utf8;VTK::IOSegY;VTK::IOParallelXML;VTK::IOPLY;VTK::IOOggTheora;VTK::theora;VTK::ogg;VTK::IONetCDF;VTK::netcdf;VTK::libproj;VTK::IOMotionFX;VTK::pegtl;VTK::IOParallel;VTK::jsoncpp;VTK::IOMINC;VTK::IOLSDyna;VTK::IOInfovis;VTK::libxml2;VTK::zlib;VTK::IOImport;VTK::IOIOSS;VTK::fmt;VTK::ioss;VTK::cgns;VTK::exodusII;VTK::IOVideo;VTK::IOMovie;VTK::IOExportPDF;VTK::libharu;VTK::IOExportGL2PS;VTK::RenderingGL2PSOpenGL2;VTK::gl2ps;VTK::png;VTK::IOExport;VTK::RenderingVtkJS;VTK::nlohmannjson;VTK::RenderingSceneGraph;VTK::IOExodus;VTK::IOEnSight;VTK::IOCityGML;VTK::pugixml;VTK::IOChemistry;VTK::IOCesium3DTiles;VTK::IOGeometry;VTK::IOCONVERGECFD;VTK::IOHDF;VTK::IOCGNSReader;VTK::IOAsynchronous;VTK::IOAMR;VTK::InteractionImage;VTK::ImagingStencil;VTK::ImagingStatistics;VTK::ImagingMorphological;VTK::ImagingMath;VTK::ImagingFourier;VTK::IOSQL;VTK::sqlite;VTK::GUISupportQt;VTK::GeovisCore;VTK::InfovisLayout;VTK::ViewsCore;VTK::InteractionWidgets;VTK::RenderingVolume;VTK::RenderingAnnotation;VTK::ImagingHybrid;VTK::ImagingColor;VTK::InteractionStyle;VTK::FiltersTopology;VTK::FiltersSelection;VTK::FiltersSMP;VTK::FiltersProgrammable;VTK::FiltersPoints;VTK::FiltersVerdict;VTK::verdict;VTK::FiltersParallelImaging;VTK::FiltersImaging;VTK::ImagingGeneral;VTK::FiltersGeneric;VTK::FiltersFlowPaths;VTK::eigen;VTK::FiltersAMR;VTK::FiltersParallel;VTK::FiltersTexture;VTK::FiltersModeling;VTK::DomainsChemistryOpenGL2;VTK::RenderingOpenGL2;VTK::RenderingHyperTreeGrid;VTK::RenderingUI;VTK::FiltersHyperTree;VTK::FiltersHybrid;VTK::DomainsChemistry;VTK::ChartsCore;VTK::InfovisCore;VTK::FiltersExtraction;VTK::ParallelDIY;VTK::diy2;VTK::IOXML;VTK::IOXMLParser;VTK::expat;VTK::ParallelCore;VTK::IOLegacy;VTK::IOCore;VTK::doubleconversion;VTK::lz4;VTK::lzma;VTK::FiltersStatistics;VTK::ImagingSources;VTK::IOImage;VTK::DICOMParser;VTK::jpeg;VTK::metaio;VTK::tiff;VTK::RenderingContext2D;VTK::RenderingFreeType;VTK::freetype;VTK::kwiml;VTK::RenderingCore;VTK::FiltersSources;VTK::ImagingCore;VTK::FiltersGeometry;VTK::FiltersGeneral;VTK::CommonComputationalGeometry;VTK::FiltersCore;VTK::CommonExecutionModel;VTK::CommonDataModel;VTK::CommonSystem;VTK::CommonMisc;VTK::exprtk;VTK::CommonTransforms;VTK::CommonMath;VTK::kissfft;VTK::CommonCore
-- Found Pcap: /usr/lib/libpcap.so  
-- Found Boost: /usr/pkg/include (found suitable version "1.84.0", minimum required is "1.55.0") found components: filesystem date_time iostreams system regex 
-- Found OpenGL: /pbulk/work/graphics/pcl/work/.buildlink/lib/libGL.so   
-- Found GLEW: /pbulk/work/graphics/pcl/work/.buildlink/include  
-- DOXYGEN_FOUND 
-- HTML_HELP_COMPILER 
-- The following subsystems will be built:
--   common
--   kdtree
--   octree
--   search
--   sample_consensus
--   filters
--   2d
--   geometry
--   io
--   features
--   ml
--   segmentation
--   visualization
--   surface
--   registration
--   keypoints
--   tracking
--   recognition
--   stereo
--   apps
       not building: 
       |_ 3d_rec_framework: OpenNI was not found or was disabled by the user.
       |_ cloud_composer: No reason provided
       |_ in_hand_scanner: OpenNI was not found or was disabled by the user.
       |_ modeler: No reason provided
       |_ point_cloud_editor: No reason provided
--   outofcore
--   people
--   tools
-- The following subsystems will not be built:
--   examples: Code examples are disabled by default.
--   simulation: Disabled by default.
--   global_tests: Disabled by default
-- Configuring done (16.5s)
-- Generating done (4.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_MANDIR


-- Build files have been written to: /pbulk/work/graphics/pcl/work/pcl-pcl-1.11.1
=> Rewrite cmake Dependencies files