+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/inkscape-1.2.2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/inkscape-1.2.2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for inkscape-1.2.2.tar.xz => Checksum SHA512 OK for inkscape-1.2.2.tar.xz ===> Installing dependencies for inkscape-1.2.2 ========================================================================== The following variables will affect the build process of this package, inkscape-1.2.2. Their current value is shown below: * JPEG_DEFAULT = jpeg * PKGSRC_BLAS_TYPES = netlib openblas openblas_pthread openblas_openmp * PYTHON_VERSION_DEFAULT = 310 Based on these variables, the following variables have been set: * BLAS_INCLUDES = -I/opt/pkg/include/netlib * BLAS_LIBS = -lblas * BLAS_TYPE = netlib * CBLAS_LIBS = -lcblas -lblas * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg * LAPACKE_LIBS = -llapacke -llapack -lblas * LAPACK_LIBS = -llapack -lblas * PYPACKAGE = python310 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 `/opt/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency cmake>=0: found cmake-3.26.0 => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.74.6 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency gettext-tools>=0.15: found gettext-tools-0.21.1 => Tool dependency perl>=5.0: found perl-5.36.0 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.9.4nb1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency boost-headers-1.81.*: found boost-headers-1.81.0 => Build dependency googletest>=1.4.0: found googletest-1.13.0 => Build dependency xorgproto>=2016.1: found xorgproto-2022.2 => Build dependency xcb-proto>=1.4: found xcb-proto-1.15.2nb1 => Build dependency poppler-includes>=22.04.0: found poppler-includes-23.02.0 => Full dependency adwaita-icon-theme>0: found adwaita-icon-theme-40.1.1 => Full dependency py310-expat-[0-9]*: found py310-expat-3.10.10nb1 => Full dependency py310-lxml-[0-9]*: found py310-lxml-4.9.2 => Full dependency py310-serial-[0-9]*: found py310-serial-3.5nb2 => Full dependency py310-scour-[0-9]*: found py310-scour-0.38.2nb3 => Full dependency libcdr>=0.1.7nb8: found libcdr-0.1.7nb8 => Full dependency librevenge>=0.0.4nb17: found librevenge-0.0.4nb17 => Full dependency libwpg>=0.3.3nb9: found libwpg-0.3.3nb9 => Full dependency lcms2>=2.2: found lcms2-2.14nb1 => Full dependency libvisio>=0.1.7nb18: found libvisio-0.1.7nb18 => Full dependency boehm-gc>=7.4: found boehm-gc-8.2.2 => Full dependency libsigc++>=2.0.17nb1: found libsigc++-2.10.8 => Full dependency pango>=1.50.12nb1: found pango-1.50.12nb1 => Full dependency freetype2>=2.8.1: found freetype2-2.13.0 => Full dependency png>=1.6.0nb1: found png-1.6.39 => Full dependency harfbuzz>=5.3.1nb1: found harfbuzz-7.0.0 => Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1 => Full dependency potrace>=1.13: found potrace-1.16 => Full dependency gsl>=2.6: found gsl-2.7.1 => Full dependency double-conversion>=3.0.0: found double-conversion-3.2.1 => Full dependency py310-numpy>=1.20.3nb1: found py310-numpy-1.24.2 => Full dependency libsoup>=2.74.3: found libsoup-2.74.3nb1 => Full dependency poppler-glib>=23.01.0nb1: found poppler-glib-23.02.0 => Full dependency jpeg>=9: found jpeg-9e => Full dependency aspell>=0.60.8nb4: found aspell-0.60.8nb4 => Full dependency gtkspell3>=3.0.10nb9: found gtkspell3-3.0.10nb9 => Full dependency gtkmm3>=3.24.7nb2: found gtkmm3-3.24.7nb2 ===> Overriding tools for inkscape-1.2.2 ===> Extracting for inkscape-1.2.2 ===> Patching for inkscape-1.2.2 => Applying pkgsrc patches for inkscape-1.2.2 => Verifying /data/jenkins/workspace/pkgsrc-upstream-bulktest/graphics/inkscape/patches/patch-CMakeScripts_DefineDependsandFlags.cmake => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-bulktest/graphics/inkscape/patches/patch-CMakeScripts_DefineDependsandFlags.cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-CMakeScripts_DefineDependsandFlags.cmake,v 1.4 2021/08/20 11:40:15 nia Exp $ | |NetBSD 9 has gcc7 without -lstdc++fs. | |--- CMakeScripts/DefineDependsandFlags.cmake.orig 2021-05-17 19:26:40.000000000 +0000 |+++ CMakeScripts/DefineDependsandFlags.cmake -------------------------- Patching file CMakeScripts/DefineDependsandFlags.cmake using Plan A... Hunk #1 succeeded at 283 (offset -15 lines). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-bulktest/graphics/inkscape/patches/patch-src_actions_actions-edit.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-bulktest/graphics/inkscape/patches/patch-src_actions_actions-edit.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_actions_actions-edit.cpp,v 1.2 2022/08/02 07:31:05 wiz Exp $ | |Fix collision with clone() from sched.h on NetBSD. |https://gitlab.com/inkscape/inkscape/-/merge_requests/4679 | |--- src/actions/actions-edit.cpp.orig 2022-07-14 13:10:04.000000000 +0000 |+++ src/actions/actions-edit.cpp -------------------------- Patching file src/actions/actions-edit.cpp using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 304. Hunk #3 succeeded at 328. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-bulktest/graphics/inkscape/patches/patch-src_extension_implementation_script.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-bulktest/graphics/inkscape/patches/patch-src_extension_implementation_script.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_extension_implementation_script.cpp,v 1.2 2021/07/02 06:59:15 wiz Exp $ | |Replace python3 interpreter. | |--- src/extension/implementation/script.cpp.orig 2021-05-17 19:26:40.000000000 +0000 |+++ src/extension/implementation/script.cpp -------------------------- Patching file src/extension/implementation/script.cpp using Plan A... Hunk #1 succeeded at 83 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-bulktest/graphics/inkscape/patches/patch-src_object_algorithms_graphlayout.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-bulktest/graphics/inkscape/patches/patch-src_object_algorithms_graphlayout.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_object_algorithms_graphlayout.cpp,v 1.1 2023/02/02 15:26:55 tnn Exp $ | |graphlayout.cpp:150:32: error: implicit instantiation of undefined template 'std::array' | std::array attachedItems; | |--- src/object/algorithms/graphlayout.cpp.orig 2022-11-26 17:42:01.000000000 +0000 |+++ src/object/algorithms/graphlayout.cpp -------------------------- Patching file src/object/algorithms/graphlayout.cpp using Plan A... Hunk #1 succeeded at 14. done ===> Creating toolchain wrappers for inkscape-1.2.2 /usr/bin/mkdir -p /home/pbulk/build/graphics/inkscape/work/.buildlink/lib/pkgconfig cd /home/pbulk/build/graphics/inkscape/work/.buildlink/lib/pkgconfig && /usr/bin/ln -sf enchant-2.pc enchant.pc ===> Configuring for inkscape-1.2.2 => Replacing COMMAND python in CMakeFiles. WARNING: [subst.mk:pycmd] Nothing changed in "share/attributes/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/branding/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/doc/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/examples/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/fonts/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/icons/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/keys/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/markers/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/pixmaps/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/screens/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/tutorials/CMakeLists.txt". WARNING: [subst.mk:pycmd] Nothing changed in "share/ui/CMakeLists.txt". => Substituting "pypath" in src/extension/implementation/script.cpp => Replacing xdg search path. => Replacing python interpreter in share/extensions/*.py. INFO: [replace-interpreter] Nothing changed in share/extensions/hershey.py. INFO: [replace-interpreter] Nothing changed in share/extensions/hpgl_decoder.py. INFO: [replace-interpreter] Nothing changed in share/extensions/hpgl_encoder.py. INFO: [replace-interpreter] Nothing changed in share/extensions/path_envelope.py. INFO: [replace-interpreter] Nothing changed in share/extensions/render_alphabetsoup_config.py. => Replacing Perl interpreter in man/fix-roff-punct share/extensions/*.p[lm] share/templates/create_defaults.pl. WARNING: [replace-interpreter] Skipping non-existent file "share/extensions/*.p[lm]". WARNING: [replace-interpreter] Skipping non-existent file "share/templates/create_defaults.pl". => Fixing locale directory references. INFO: [subst.mk:pkglocaledir] Nothing changed in "share/extensions/docs/Makefile". INFO: [subst.mk:pkglocaledir] Nothing changed in "src/3rdparty/2geom/doc/Makefile". INFO: [subst.mk:pkglocaledir] Nothing changed in "src/3rdparty/2geom/makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "src/3rdparty/adaptagrams/libavoid/Makefile.am". INFO: [subst.mk:pkglocaledir] Nothing changed in "src/3rdparty/adaptagrams/libavoid/tests/Makefile.am". INFO: [subst.mk:pkglocaledir] Nothing changed in "src/3rdparty/adaptagrams/libcola/Makefile.am". INFO: [subst.mk:pkglocaledir] Nothing changed in "src/3rdparty/adaptagrams/libcola/tests/Makefile.am". INFO: [subst.mk:pkglocaledir] Nothing changed in "src/3rdparty/adaptagrams/libvpsc/Makefile.am". INFO: [subst.mk:pkglocaledir] Nothing changed in "src/3rdparty/adaptagrams/libvpsc/tests/Makefile.am". INFO: [subst.mk:pkglocaledir] Nothing changed in "src/io/stream/Makefile.tst". => Checking for portability problems in extracted files ------------------------------ Building Makefile for Inkscape ------------------------------ Source Dir: /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541 Binary Dir: /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/cmake-pkgsrc-build -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/pbulk/build/graphics/inkscape/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: /home/pbulk/build/graphics/inkscape/work/.cwrapper/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Creating build files in: /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/cmake-pkgsrc-build -- Performing Test LIBATOMIC_NOT_NEEDED -- Performing Test LIBATOMIC_NOT_NEEDED - Success -- Found PkgConfig: /home/pbulk/build/graphics/inkscape/work/.tools/bin/pkg-config (found version "1.9.4") -- Checking for modules 'harfbuzz;pangocairo>=1.44;pangoft2;fontconfig;gsl;gmodule-2.0;libsoup-2.4>=2.42;bdw-gc;lcms2' -- Found harfbuzz, version 7.0.0 -- Found pangocairo, version 1.50.12 -- Found pangoft2, version 1.50.12 -- Found fontconfig, version 2.14.2 -- Found gsl, version 2.7.1 -- Found gmodule-2.0, version 2.74.6 -- Found libsoup-2.4, version 2.74.3 -- Found bdw-gc, version 8.2.2 -- Found lcms2, version 2.14 -- Found DoubleConversion: /opt/pkg/lib/libdouble-conversion.so -- Performing Test Iconv_IS_BUILT_IN -- Performing Test Iconv_IS_BUILT_IN - Success -- Found Iconv: built in to C library -- Found Intl: built in to C library -- lib2geom not found, using internal copy in src/3rdparty/2geom -- Checking for module 'poppler' -- Found poppler, version 23.02.0 -- Found poppler: /opt/pkg/lib/libpoppler.so -- Checking for module 'poppler-glib' -- Found poppler-glib, version 23.02.0 -- Found poppler-glib: /opt/pkg/lib/libpoppler-glib.so -- Checking for module 'cairo-svg' -- Found cairo-svg, version 1.16.0 -- Found cairo-svg: /opt/pkg/lib/libcairo.so -- Checking for module 'poppler-cairo' -- Package 'poppler-cairo', required by 'virtual:world', not found -- Found poppler-cairo: /opt/pkg/lib/libcairo.so -- Checking for modules 'libwpg-0.3;librevenge-0.0;librevenge-stream-0.0' -- Found libwpg-0.3, version 0.3.3 -- Found librevenge-0.0, version 0.0.4 -- Found librevenge-stream-0.0, version 0.0.4 -- Checking for modules 'libvisio-0.1;librevenge-0.0;librevenge-stream-0.0' -- Found libvisio-0.1, version 0.1.7 -- Found librevenge-0.0, version 0.0.4 -- Found librevenge-stream-0.0, version 0.0.4 -- Checking for modules 'libcdr-0.1;librevenge-0.0;librevenge-stream-0.0' -- Found libcdr-0.1, version 0.1.7 -- Found librevenge-0.0, version 0.0.4 -- Found librevenge-stream-0.0, version 0.0.4 -- Found JPEG: /opt/pkg/lib/libjpeg.so (found version "90") -- Found ZLIB: /opt/pkg/lib/libz.so (found version "1.2.13") -- Found PNG: /opt/pkg/lib/libpng16.so (found version "1.6.39") -- Found Potrace: /opt/pkg/lib/libpotrace.so -- Checking for modules 'gtkmm-3.0>=3.24;gdkmm-3.0>=3.24;gtk+-3.0>=3.24;gdk-3.0>=3.24' -- Found gtkmm-3.0, version 3.24.7 -- Found gdkmm-3.0, version 3.24.7 -- Found gtk+-3.0, version 3.24.36 -- Found gdk-3.0, version 3.24.36 -- Checking for module 'gspell-1' -- Package 'gspell-1', required by 'virtual:world', not found -- Found Boost: /opt/pkg/include (found suitable version "1.81.0", minimum required is "1.19.0") found components: filesystem -- Found LibXslt: /opt/pkg/lib/libxslt.so (found version "1.1.37") -- Found LibXml2: /opt/pkg/lib/libxml2.so (found version "2.10.3") -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Checking for module 'readline' -- Package 'readline', required by 'virtual:world', not found -- Did not find GNU Readline -- Checking for module 'ImageMagick++<=7' -- Package 'ImageMagick++', required by 'virtual:world', not found -- Checking for module 'GraphicsMagick++' -- Package 'GraphicsMagick++', required by 'virtual:world', not found -- Found Gettext: /home/pbulk/build/graphics/inkscape/work/.tools/bin/msgmerge (found version "0.21.1") -- Found gettext + msgfmt to convert language files. Translation enabled -- Found xgettext. inkscape.pot will be re-created if missing. -- Checking for module 'sigc++-2.0' -- Found sigc++-2.0, version 2.10.8 -- Found X11: /opt/pkg/include -- Looking for XOpenDisplay in /opt/pkg/lib/libX11.so;/opt/pkg/lib/libXext.so -- Looking for XOpenDisplay in /opt/pkg/lib/libX11.so;/opt/pkg/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - not found -- Looking for gethostbyname in nsl -- Looking for gethostbyname in nsl - found -- Looking for connect -- Looking for connect - not found -- Looking for connect in socket -- Looking for connect in socket - 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 - not found -- Creating build files in: /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/cmake-pkgsrc-build -- Looking for include file ieeefp.h -- Looking for include file ieeefp.h - found -- Looking for mallinfo -- Looking for mallinfo - not found -- Looking for mallinfo2 -- Looking for mallinfo2 - not found -- Looking for include file malloc.h -- Looking for include file malloc.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Performing Test HAVE_STRUCT_MALLINFO_FORDBLKS -- Performing Test HAVE_STRUCT_MALLINFO_FORDBLKS - Success -- Performing Test HAVE_STRUCT_MALLINFO_FSMBLKS -- Performing Test HAVE_STRUCT_MALLINFO_FSMBLKS - Success -- Performing Test HAVE_STRUCT_MALLINFO_HBLKHD -- Performing Test HAVE_STRUCT_MALLINFO_HBLKHD - Success -- Performing Test HAVE_STRUCT_MALLINFO_UORDBLKS -- Performing Test HAVE_STRUCT_MALLINFO_UORDBLKS - Success -- Performing Test HAVE_STRUCT_MALLINFO_USMBLKS -- Performing Test HAVE_STRUCT_MALLINFO_USMBLKS - Success -- Looking for sincos -- Looking for sincos - found -- Generating header and sourcefiles from sp-marshal.list (Glib-Marshal) INFO: Reading /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/src/helper/sp-marshal.list... INFO: Reading /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/src/helper/sp-marshal.list... -- sp-marshal.h changed; overwriting -- Found Boost: /opt/pkg/include (found suitable version "1.81.0", minimum required is "1.60") -- Could NOT find Cython (missing: CYTHON_EXECUTABLE) -- cython: NOT FOUND -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Checking for module 'gtk+-3.0' -- Found gtk+-3.0, version 3.24.36 -- Checking for module 'glib-2.0' -- Found glib-2.0, version 2.74.6 -- Checking for module 'cairo' -- Found cairo, version 1.16.0 -- Checking for module 'gsl' -- Found gsl, version 2.7.1 -- Ragel NOT found. Using stale svg-path-parser.cpp. -- Found GTest: /home/pbulk/build/graphics/inkscape/work/.buildlink/lib/cmake/GTest/GTestConfig.cmake (found version "1.13.0") -- Creating link '/home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/cmake-pkgsrc-build/inkscape_datadir/inkscape' --> '/home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/share' CMake Error: failed to create symbolic link '/home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/cmake-pkgsrc-build/inkscape_datadir/inkscape': No such file or directory CMake Warning at testfiles/CMakeLists.txt:25 (message): Creation of link failed: 1 CMake Warning at testfiles/CMakeLists.txt:32 (message): Directory 'inkscape_datadir/inkscape' missing. Tests might not run properly. Possible solutions: - create a suitable symlink yourself, e.g. ln -s /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/share /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/cmake-pkgsrc-build/inkscape_datadir/inkscape - run '/home/pbulk/build/graphics/inkscape/work/.tools/bin/make install' before running tests (only for not relocatable packages. - set the environment variable 'INKSCAPE_DATADIR' manually (every time you run tests) INKSCAPE_DIST_PREFIX: inkscape-1.2.2 ------------------------------------------------------------------------ Configuration Summary ------------------------------------------------------------------------ PROJECT_NAME: inkscape INKSCAPE_VERSION: 1.2.2 INKSCAPE_DIST_PREFIX: inkscape-1.2.2 CMAKE_BINARY_DIR: /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/cmake-pkgsrc-build CMAKE_INSTALL_PREFIX: /opt/pkg CMAKE_INSTALL_LIBDIR: lib PACKAGE_LOCALE_DIR /opt/pkg/lib/locale CMAKE_SYSTEM_NAME: SunOS CMAKE_SYSTEM_VERSION: 5.11 CMAKE_SYSTEM_PROCESSOR: i386 CMAKE_C_COMPILER: /home/pbulk/build/graphics/inkscape/work/.cwrapper/bin/gcc CMAKE_CXX_COMPILER: /home/pbulk/build/graphics/inkscape/work/.cwrapper/bin/g++ CMAKE_BUILD_TYPE: Release ENABLE_LCMS: ON ENABLE_POPPLER: ON ENABLE_POPPLER_CAIRO: ON WITH_GNU_READLINE: OFF WITH_GSPELL: OFF WITH_IMAGE_MAGICK: OFF WITH_GRAPHICS_MAGICK: OFF WITH_LIBCDR: ON WITH_LIBVISIO: ON WITH_LIBWPG: ON WITH_NLS: ON WITH_OPENMP: ON WITH_JEMALLOC: OFF WITH_INTERNAL_2GEOM: ON WITH_INTERNAL_CAIRO: OFF WITH_X11: ON WITH_PROFILING: OFF BUILD_TESTING: ON ------------------------------------------------------------------------ -- Configuring done (43.7s) -- Generating done (2.7s) CMake Warning: Manually-specified variables were not used by the project: PYTHON_EXECUTABLE PYTHON_INCLUDE_DIR PYTHON_INCLUDE_PATH PYVERSSUFFIX Python3_EXECUTABLE Python3_INCLUDE_DIR Python_EXECUTABLE Python_INCLUDE_DIR -- Build files have been written to: /home/pbulk/build/graphics/inkscape/work/inkscape-1.2.2_2022-12-01_b0a8486541/cmake-pkgsrc-build => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp