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

	qt5 qt6

The currently selected options are:

	qt6

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

	PKG_OPTIONS.gqrx (not defined)

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

        * JPEG_DEFAULT = jpeg
        * 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

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.82.5
=> Tool dependency cmake>=0: found cmake-3.31.6
=> Tool dependency mktools-[0-9]*: found mktools-20250213
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.4.3
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Build dependency boost-headers-1.87.*: found boost-headers-1.87.0nb3
=> Build dependency gcc10>=10.3.0nb2: found gcc10-10.5.0nb4
=> Build dependency x11-links>=1.36: found x11-links-1.36
=> Full dependency gcc10-libs>=10.2.0: found gcc10-libs-10.5.0nb5
=> Full dependency gnuradio-core>=3.10.12.0: found gnuradio-core-3.10.12.0
=> Full dependency gnuradio-digital>=3.10.1.1: found gnuradio-digital-3.10.12.0
=> Full dependency gnuradio-network>=3.10.9.2: found gnuradio-network-3.10.12.0
=> Full dependency gr-osmosdr>=0.2.6nb1: found gr-osmosdr-0.2.6nb5
=> Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1
=> Full dependency qt6-qtbase>=6.8.1: found qt6-qtbase-6.8.2
=> Full dependency qt6-qtsvg>=6.8.1: found qt6-qtsvg-6.8.2
===> 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 gqrx-2.17.6
===> Extracting for gqrx-2.17.6
===> Patching for gqrx-2.17.6
===> Creating toolchain wrappers for gqrx-2.17.6
===> Configuring for gqrx-2.17.6
=> Generating pkg-config file for builtin expat package.
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- 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/ham/gqrx/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/ham/gqrx/work/.cwrapper/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found OpenGL: /pbulk/work/ham/gqrx/work/.buildlink/lib/libGL.so
-- Found WrapOpenGL: TRUE
-- Found XKB: /pbulk/work/ham/gqrx/work/.buildlink/lib/libxkbcommon.so (found suitable version "1.7.0", minimum required is "0.5.0")
-- Found PkgConfig: /pbulk/work/ham/gqrx/work/.tools/bin/pkg-config (found version "2.4.3")
-- Checking for module 'gnuradio-osmosdr'
--   Package 'gnuradio-osmosdr' not found
-- Found Gnuradio-osmosdr: /pbulk/work/ham/gqrx/work/.buildlink/lib/libgnuradio-osmosdr.so
-- Checking for module 'gmp'
--   Found gmp, version 6.3.0
-- Found GMP: /pbulk/work/ham/gqrx/work/.buildlink/lib/libgmpxx.so
-- Using GMP.
-- Found MPLIB: /pbulk/work/ham/gqrx/work/.buildlink/lib/libgmpxx.so
CMake Warning (dev) at /usr/pkg/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

Call Stack (most recent call first):
  /pbulk/work/ham/gqrx/work/.buildlink/lib/cmake/gnuradio/GnuradioConfig.cmake:28 (find_dependency)
  CMakeLists.txt:143 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found Boost: /pbulk/work/ham/gqrx/work/.buildlink/lib/cmake/Boost-1.87.0/BoostConfig.cmake (found suitable version "1.87.0", minimum required is "1.87.0") found components: date_time program_options system regex thread
-- Found Volk: Volk::volk
-- User set python executable /usr/pkg/bin/python3.12
CMake Warning (dev) at /pbulk/work/ham/gqrx/work/.buildlink/lib/cmake/gnuradio/GrPython.cmake:21 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /pbulk/work/ham/gqrx/work/.buildlink/lib/cmake/gnuradio/GnuradioConfig.cmake:37 (include)
  CMakeLists.txt:143 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonInterp: /usr/pkg/bin/python3.12 (found version "3.12.9")
CMake Warning (dev) at /pbulk/work/ham/gqrx/work/.buildlink/lib/cmake/gnuradio/GrPython.cmake:27 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /pbulk/work/ham/gqrx/work/.buildlink/lib/cmake/gnuradio/GnuradioConfig.cmake:37 (include)
  CMakeLists.txt:143 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonLibs: /usr/pkg/lib/libpython3.12.so (found suitable exact version "3.12.9")
-- Configuring done (1.2s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /pbulk/work/ham/gqrx/work/gqrx-2.17.6/cmake-pkgsrc-build