=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for kicad-6.0.6.tar.bz2
=> Checksum SHA512 OK for kicad-6.0.6.tar.bz2
===> Installing dependencies for kicad-6.0.6nb2
==========================================================================
The following variables will affect the build process of this package,
kicad-6.0.6nb2.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg
        * KRB5_DEFAULT = heimdal
        * PYTHON_VERSION_DEFAULT = 310
        * 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
        * 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
`/usr/bin/make clean' after the changes.
==========================================================================
=> Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.74.3
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency cmake>=2.8.1nb1: found cmake-3.25.1
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0
=> Tool dependency distcc-[0-9]*: found distcc-3.4
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Build dependency swig3-[0-9]*: found swig3-3.0.12nb5
=> 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 cmake>=2.8.5nb1: found cmake-3.25.1
=> Build dependency glm>=0.9.9.8: found glm-0.9.9.8
=> Full dependency git-base-[0-9]*: found git-base-2.39.1
=> Full dependency boost-libs-1.78.*: found boost-libs-1.78.0nb3
=> Full dependency glew>=2.1.0: found glew-2.2.0nb2
=> Full dependency cairo>=1.16.0nb2: found cairo-1.16.0nb7
=> Full dependency python310>=3.10: found python310-3.10.9
=> Full dependency curl>=7.86.0nb1: found curl-7.87.0
=> Full dependency wxGTK30>=3.0.5.1nb8: found wxGTK30-3.0.5.1nb8
=> Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1
===> 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 kicad-6.0.6nb2
===> Extracting for kicad-6.0.6nb2
===> Patching for kicad-6.0.6nb2
=> Applying pkgsrc patches for kicad-6.0.6nb2
===> Creating toolchain wrappers for kicad-6.0.6nb2
===> Configuring for kicad-6.0.6nb2
=> Generating pkg-config file for builtin expat package.
=> Generating pkg-config files for builtin xz package.
=> Fixing CMAKE_MODULE_PATH in CMakeLists.txt
INFO: [subst.mk:cmake] Ignoring nonexistent file "new/CMakeLists.txt".
=> Fixing locale directory references.
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /tmp/pkgbuild/cad/kicad/work.sparc64/.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: /tmp/pkgbuild/cad/kicad/work.sparc64/.cwrapper/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- KiCad install dir: </usr/pkg>
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for iso646.h
-- Looking for iso646.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for malloc
-- Looking for malloc - found
-- Looking for math.h
-- Looking for math.h - found
-- Looking for C++ include cmath
-- Looking for C++ include cmath - found
-- Looking for asinh
-- Looking for asinh - found
-- Looking for acosh
-- Looking for acosh - found
-- Looking for atanh
-- Looking for atanh - found
-- Performing Test HAVE_CMATH_ISINF
-- Performing Test HAVE_CMATH_ISINF - Success
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for getc_unlocked
-- Looking for getc_unlocked - found
-- Performing Test COMPILER_SUPPORTS_WSUGGEST_OVERRIDE
-- Performing Test COMPILER_SUPPORTS_WSUGGEST_OVERRIDE - Success
-- Enabling warning -Wsuggest-override
-- Performing Test COMPILER_SUPPORTS_WINCONSISTENT_MISSING_OVERRIDE
-- Performing Test COMPILER_SUPPORTS_WINCONSISTENT_MISSING_OVERRIDE - Failed
-- Performing Test COMPILER_SUPPORTS_WDUPLICATED_BRANCHES
-- Performing Test COMPILER_SUPPORTS_WDUPLICATED_BRANCHES - Success
-- Enabling warning -Wduplicated-branches
-- Performing Test COMPILER_SUPPORTS_WDUPLICATED_COND
-- Performing Test COMPILER_SUPPORTS_WDUPLICATED_COND - Success
-- Enabling warning -Wduplicated-cond
-- Performing Test COMPILER_SUPPORTS_WVLA
-- Performing Test COMPILER_SUPPORTS_WVLA - Success
-- Enabling error for -Wvla
-- Performing Test COMPILER_SUPPORTS_WIMPLICIT_FALLTHROUGH
-- Performing Test COMPILER_SUPPORTS_WIMPLICIT_FALLTHROUGH - Success
-- Enabling warning -Wimplicit-fallthrough
-- Performing Test COMPILER_SUPPORTS_WRETURN_TYPE
-- Performing Test COMPILER_SUPPORTS_WRETURN_TYPE - Success
-- Enabling error for -Wreturn-type
-- Performing Test COMPILER_SUPPORTS_WSHADOW
-- Performing Test COMPILER_SUPPORTS_WSHADOW - Success
-- Enabling warning -Wshadow
-- Performing Test COMPILER_SUPPORTS_WSIGN
-- Performing Test COMPILER_SUPPORTS_WSIGN - Success
-- Enabling warning -Wsign-compare
-- Performing Test COMPILER_SUPPORTS_WMISSING_INIT
-- Performing Test COMPILER_SUPPORTS_WMISSING_INIT - Success
-- Enabling warning -Wmissing-field-initializers
-- Performing Test COMPILER_SUPPORTS_WEMPTY_BODY
-- Performing Test COMPILER_SUPPORTS_WEMPTY_BODY - Success
-- Enabling warning -Wempty-body
-- Performing Test COMPILER_SUPPORTS_WREORDER
-- Performing Test COMPILER_SUPPORTS_WREORDER - Success
-- Enabling warning -Wreorder
-- Performing Test COMPILER_SUPPORTS_WMISMATCHED_TAGS
-- Performing Test COMPILER_SUPPORTS_WMISMATCHED_TAGS - Failed
-- Performing Test COMPILER_SUPPORTS_WIMPLICIT_FLOAT_CONVERSION
-- Performing Test COMPILER_SUPPORTS_WIMPLICIT_FLOAT_CONVERSION - Failed
-- Performing Test COMPILER_SUPPORTS_WPSABI
-- Performing Test COMPILER_SUPPORTS_WPSABI - Success
-- Disabling warning -Wpsabi
-- Found Gettext: /tmp/pkgbuild/cad/kicad/work.sparc64/.tools/bin/msgmerge (found version "0.16.1") 
-- Found OpenGL: /usr/X11R7/lib/libGL.so   
-- Found GLEW: /usr/pkg/include  
-- Check for installed GLEW -- found
-- Found GLM: /usr/pkg/include (found suitable version "0.9.9.8", minimum required is "0.9.8") 
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.10") 
-- Check for installed ZLIB -- found
-- Found CURL: /usr/pkg/lib/libcurl.so (found version "7.87.0")  
-- Found PkgConfig: /tmp/pkgbuild/cad/kicad/work.sparc64/.tools/bin/pkg-config (found version "1.8.0") 
-- Checking for module 'cairo'
--   Found cairo, version 1.16.0
-- Found Cairo: /usr/pkg/lib/libcairo.so (found suitable version "1.16.0", minimum required is "1.12") 
-- Checking for module 'pixman-1'
--   Found pixman-1, version 0.38.4
-- Found Pixman: /usr/X11R7/lib/libpixman-1.so (found suitable version "0.38.4", minimum required is "0.30") 
-- Found Boost: /usr/pkg/include (found suitable version "1.78.0", minimum required is "1.59.0")  
-- Found SWIG: /usr/pkg/bin/swig3.0 (found suitable version "3.0.12", minimum required is "3.0") 
-- Found PythonInterp: /usr/pkg/bin/python3.10 (found suitable version "3.10.9", minimum required is "3.6") 
-- Check for installed Python Interpreter -- found
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
<string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
-- Python module install path: lib/python3.10/site-packages
-- Found PythonLibs: /usr/pkg/lib/libpython3.10.so (found suitable version "3.10.9", minimum required is "3.6") 
-- pybind11 v2.7.1 
-- Found PythonLibs: /usr/pkg/lib/libpython3.10.so
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found wxWidgets: -L/usr/pkg/lib;-pthread;;;-lwx_gtk3u_gl-3.0;-lwx_gtk3u_aui-3.0;-lwx_gtk3u_adv-3.0;-lwx_gtk3u_html-3.0;-lwx_gtk3u_core-3.0;-lwx_baseu_net-3.0;-lwx_baseu-3.0;-lwx_gtk3u_propgrid-3.0;-lwx_baseu_xml-3.0;-lwx_gtk3u_stc-3.0;-lwx_gtk3u_richtext-3.0 (found version "3.0.5") 
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- WARNING: Doxygen not found - doxygen-docs (Source Docs) target not created
-- Could NOT find UnixCommands (missing: BASH) 
-- Checking for module 'gtk+-3.0'
--   Found gtk+-3.0, version 3.24.35
-- S3DSG version: 2.0.0
-- Found Boost: /usr/pkg/include (found version "1.78.0") found components: unit_test_framework filesystem system 
-- Found wxWidgets: -L/usr/pkg/lib;-pthread;;;-lwx_gtk3u_gl-3.0;-lwx_gtk3u_aui-3.0;-lwx_gtk3u_adv-3.0;-lwx_gtk3u_html-3.0;-lwx_gtk3u_core-3.0;-lwx_baseu_net-3.0;-lwx_baseu-3.0;-lwx_baseu_xml-3.0;-lwx_gtk3u_stc-3.0 (found suitable version "3.0.5", minimum required is "3.0.0") 
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    PYVERSSUFFIX
    Python3_EXECUTABLE
    Python3_INCLUDE_DIR
    Python_EXECUTABLE
    Python_INCLUDE_DIR


-- Build files have been written to: /tmp/pkgbuild/cad/kicad/work.sparc64/kicad-6.0.6
=> Rewrite cmake Dependencies files