=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for oiio-2.2.20.0.tar.gz => Checksum SHA512 OK for oiio-2.2.20.0.tar.gz ===> Installing dependencies for openimageio-2.2.20.0 ========================================================================== The following variables will affect the build process of this package, openimageio-2.2.20.0. Their current value is shown below: * JPEG_DEFAULT = jpeg Based on these variables, the following variables have been set: * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg 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 mktools-[0-9]*: found mktools-20220614 => Tool dependency cmake>=2.8.1nb1: found cmake-3.25.0 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency x11-links>=1.35: found x11-links-1.35 => Build dependency boost-headers-1.78.*: found boost-headers-1.78.0 => Build dependency robin-map>=0.6.3: found robin-map-0.6.3 => Full dependency boost-libs-1.78.*: found boost-libs-1.78.0nb3 => Full dependency giflib>=5.2.1nb4: found giflib-5.2.1nb4 => Full dependency glew>=2.1.0: found glew-2.2.0nb2 => Full dependency libheif>=1.12.0nb1: found libheif-1.13.0 => Full dependency libraw>=0.20.2: found libraw-0.20.2 => Full dependency libwebp>=0.6.0: found libwebp-1.2.4 => Full dependency OpenColorIO>=1.0.9: found OpenColorIO-1.1.1nb1 => Full dependency openexr>=3.1: found openexr-3.1.5 => Full dependency openjpeg>=2.1.0: found openjpeg-2.5.0 => Full dependency tiff>=4.0.3nb5: found tiff-4.4.0 => Full dependency threadingbuildingblocks>=2020.3: found threadingbuildingblocks-2021.5.0 => Full dependency fmtlib>=5.2.1: found fmtlib-9.1.0 => Full dependency pugixml>=1.7: found pugixml-1.13 ===> 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 openimageio-2.2.20.0 ===> Extracting for openimageio-2.2.20.0 ===> Patching for openimageio-2.2.20.0 => Applying pkgsrc patches for openimageio-2.2.20.0 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/openimageio/patches/patch-src_cmake_compiler.cmake => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/graphics/openimageio/patches/patch-src_cmake_compiler.cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_cmake_compiler.cmake,v 1.1 2021/01/19 16:02:25 nia Exp $ | |Disable custom rpath handling that conflicts with pkgsrc. | |--- src/cmake/compiler.cmake.orig 2021-01-08 07:41:40.000000000 +0000 |+++ src/cmake/compiler.cmake -------------------------- Patching file src/cmake/compiler.cmake using Plan A... Hunk #1 succeeded at 546 (offset 4 lines). done ===> Creating toolchain wrappers for openimageio-2.2.20.0 ===> Configuring for openimageio-2.2.20.0 /bin/mkdir -p /tmp/graphics/openimageio/work/build => Generating pkg-config files for builtin xz package. => Fixing CMAKE_MODULE_PATH in CMakeLists.txt INFO: [subst.mk:cmake] Nothing changed in "CMakeLists.txt". => Checking for portability problems in extracted files -- The CXX compiler identification is GNU 7.4.0 -- The C compiler identification is GNU 7.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /tmp/graphics/openimageio/work/.cwrapper/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/graphics/openimageio/work/.cwrapper/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring OpenImageIO 2.2.20.0 -- CMake 3.25.0 -- CMake system = NetBSD-9.0 -- CMake system name = NetBSD -- Project source dir = /tmp/graphics/openimageio/work/oiio-2.2.20.0 -- Project build dir = /tmp/graphics/openimageio/work/build -- Project install prefix = /usr/pkg -- Configuration types = -- Build type = Release -- Setting Namespace to: OpenImageIO_v2_2 -- CMAKE_CXX_COMPILER = /tmp/graphics/openimageio/work/.cwrapper/bin/c++ -- CMAKE_CXX_COMPILER_ID = GNU -- Building for C++11 -- clang-format not found. --  -- * Checking for dependencies... -- * - Missing a dependency 'Package'? -- * Try cmake -DPackage_ROOT=path or set environment var Package_ROOT=path -- * For many dependencies, we supply src/build-scripts/build_Package.bash -- * - To exclude an optional dependency (even if found), -- * -DUSE_Package=OFF or set environment var USE_Package=OFF --  -- Found Boost 107800  -- Found ZLIB 1.2.10  -- Found TIFF 4.4.0  -- Found OpenEXR 3.1.5  CMake Warning (dev) at /usr/pkg/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (JPEG) does not match the name of the calling package (JPEGTurbo). 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): src/cmake/modules/FindJPEGTurbo.cmake:36 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) src/cmake/checked_find_package.cmake:101 (find_package) src/cmake/externalpackages.cmake:126 (checked_find_package) CMakeLists.txt:121 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find JPEG (missing: JPEG_LIBRARIES JPEG_INCLUDE_DIRS) -- JPEGTurbo library not found  --  Try setting JPEGTurbo_ROOT ?  -- Found JPEG 90  -- Found pugixml 1.13  -- Not using Python -- disabled  -- Found PNG 1.6.38  -- Found BZip2 1.0.8  -- Found Freetype 2.10.0  -- Found OpenColorIO 1.1.1  -- Not using OpenCV -- disabled  -- Found TBB 2021.5.0 from CONFIG -- Not using DCMTK -- disabled  -- Not using FFmpeg -- disabled  -- Not using Field3D -- disabled  -- Found GIF 5.2.1  -- Found Libheif 1.13.0  -- Found LibRaw 0.20.2  -- OpenJPEG library not found  --  Try setting OpenJPEG_ROOT ?  --  Maybe this will help: src/build-scripts/build_OpenJPEG.bash  -- Not using OpenVDB -- disabled  -- Could NOT find Ptex (missing: Ptex_DIR) -- Ptex library not found  --  Try setting Ptex_ROOT ?  --  Maybe this will help: src/build-scripts/build_Ptex.bash  -- Ptex library not found  --  Try setting Ptex_ROOT ?  --  Maybe this will help: src/build-scripts/build_Ptex.bash  -- Found WebP  -- Not using R3DSDK -- disabled  -- Not using Nuke -- disabled  -- Found OpenGL  -- Qt5 library not found  --  Try setting Qt5_ROOT ?  -- Not using Libsquish -- disabled  -- Found fmt 90100  -- Found Robinmap  CMake Warning at src/dicom.imageio/CMakeLists.txt:11 (message): DICOM plugin will not be built, no DCMTK -- FFmpeg not found: ffmpeg plugin will not be built CMake Warning at src/jpeg2000.imageio/CMakeLists.txt:11 (message): Jpeg-2000 plugin will not be built -- WARNING: Qt or OpenGL not found -- 'iv' will not be built! -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests gpsread;oiiotool;oiiotool-attribs;oiiotool-copy;oiiotool-xform;maketx;oiiotool-maketx;misnamed-file;texture-crop;texture-cropover;texture-filtersize;texture-overscan;texture-wrapfill;texture-res;texture-maxres -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../bmpsuite -- -> Will not run tests bmp -- -> You can find it at http://entropymine.com/jason/bmpsuite/bmpsuite.zip -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests dpx -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../fits-images -- -> Will not run tests fits -- -> You can find it at http://www.cv.nrao.edu/fits/data/tests/ -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests gif -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests ico -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests iff -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../j2kp4files_v1_5 -- -> Will not run tests jpeg2000 -- -> You can find it at http://www.itu.int/net/ITU-T/sigdb/speimage/ImageForm-s.aspx?val=10100803 -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../openexr-images -- -> Will not run tests openexr-suite;openexr-multires;openexr-chroma;openexr-v2;openexr-window;perchannel;oiiotool-deep -- -> You can find it at http://www.openexr.com/downloads.html -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../openexr-images -- -> Will not run tests openexr-damaged -- -> You can find it at http://www.openexr.com/downloads.html -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests png -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests pnm -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests psd;psd-colormodes -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images/raw -- -> Will not run tests raw -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests rla -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests sgi -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests targa-tgautils -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../libtiffpic -- -> Will not run tests tiff-suite;tiff-depths;tiff-misc -- -> You can find it at http://www.simplesystems.org/libtiff/images.html -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images/webp -- -> Will not run tests webp -- -> You can find it at Recent checkout of oiio-images -- Did not find /tmp/graphics/openimageio/work/oiio-2.2.20.0/../oiio-images -- -> Will not run tests zfile -- -> You can find it at Recent checkout of oiio-images -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: OpenJpeg_ROOT USE_PTex -- Build files have been written to: /tmp/graphics/openimageio/work/build => Rewrite cmake Dependencies files