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

	doxygen

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

	PKG_OPTIONS.uhd (not defined)

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

        * CURSES_DEFAULT = curses
        * PYTHON_VERSION_DEFAULT = 312

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

        * CURSES_TYPE = curses
        * PYPACKAGE = python312

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 cmake>=0: found cmake-3.31.3
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency gtar-base>=1.13.25: found gtar-base-1.35
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.3.0
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Build dependency boost-headers-1.87.*: found boost-headers-1.87.0
=> Full dependency py312-mako>=0.4.2: found py312-mako-1.3.8
=> Full dependency py312-requests>=2.0: found py312-requests-2.32.3nb1
=> Full dependency py312-ruamel-yaml>=0.15: found py312-ruamel-yaml-0.18.9
=> Full dependency boost-libs-1.87.*: found boost-libs-1.87.0
=> Full dependency boost-libs>=1.87.0: found boost-libs-1.87.0
=> Full dependency libusb1>=1.0.9: found libusb1-1.0.27
=> Full dependency orc>=0.4.34nb1: found orc-0.4.40
=> Full dependency python312>=3.12.0: found python312-3.12.8nb2
===> 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 uhd-4.7.0.0nb1
===> Extracting for uhd-4.7.0.0nb1
===> Patching for uhd-4.7.0.0nb1
=> Applying pkgsrc patches for uhd-4.7.0.0nb1
===> Creating toolchain wrappers for uhd-4.7.0.0nb1
===> Configuring for uhd-4.7.0.0nb1
=> Replacing python interpreter in utils/convert_cal_data.py utils/converter_benchmark.py utils/latency/graph.py utils/latency/run_tests.py utils/rfnoc_image_builder.py utils/uhd_images_downloader.py.in utils/uhd_power_cal.py utils/usrp2_card_burner.py utils/usrp2_card_burner_gui.py utils/usrp2_recovery.py utils/usrpctl.py tests/devtest/benchmark_rate_test.py tests/devtest/multi_usrp_test.py tests/devtest/python_api_test.py tests/devtest/python_rx_stability_test.py tests/devtest/run_testsuite.py tests/devtest/recv_stability_test.py tests/devtest/rx_samples_to_file_test.py tests/devtest/test_messages_test.py tests/devtest/test_pps_test.py tests/devtest/tx_bursts_test.py tests/devtest/tx_waveforms_test.py tests/devtest/uhd_test_base.py tests/devtest/usrp_probe.py tests/devtest/usrp_probe_test.py tests/streaming_performance/batch_run_benchmark_rate.py tests/streaming_performance/run_E3xx_max_rate_tests.py tests/streaming_performance/run_N3xx_max_rate_tests.py tests/streaming_performance/run_X3xx_max_rate_tests.py.
INFO: [replace-interpreter] Nothing changed in utils/uhd_images_downloader.py.in.
-- The CXX compiler identification is GNU 10.5.0
-- The C compiler identification is GNU 10.5.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /pbulk/work/ham/uhd/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: /pbulk/work/ham/uhd/work/.cwrapper/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- 
-- Configuring the Python interpreter...
-- Manually determining build Python version...
-- Python interpreter: /usr/pkg/bin/python3.12 Version: 3.12.8
-- Override with: -DPYTHON_EXECUTABLE=<path-to-python>
-- Python runtime interpreter: /usr/pkg/bin/python3.12 Version: 3.12.8
-- Override with: -DRUNTIME_PYTHON_EXECUTABLE=<path-to-python>
-- Finding Python Libraries...
-- Python Libraries: /usr/pkg/lib/libpython3.12.so
-- Python include directories: /usr/pkg/include/python3.12
CMake Warning at cmake/Modules/UHDVersion.cmake:77 (message):
  Could not detect git executable! Could not determine exact version of UHD!
Call Stack (most recent call first):
  cmake/Modules/UHDPackage.cmake:9 (include)
  CMakeLists.txt:107 (include)


-- Using UHD Images Directory: /usr/pkg/share/uhd/images
-- Build type not specified: defaulting to release.
-- Performing Test HAVE_VISIBILITY_HIDDEN
-- Performing Test HAVE_VISIBILITY_HIDDEN - Success
-- Performing Test HAVE_VISIBILITY_INLINES_HIDDEN
-- Performing Test HAVE_VISIBILITY_INLINES_HIDDEN - Success
-- 
-- Configuring Boost C++ Libraries...
-- 
-- Checking for Boost version 1.65 or greater
--   Looking for required Boost components...
--   Enabling Boost Error Code Header Only
--     Disabling boost::asio use of std::string_view
--   Boost version: 1.87.0
--   Boost include directories: /pbulk/work/ham/uhd/work
--   Boost library directories: /pbulk/work/ham/uhd/work/.buildlink/lib
--   Boost libraries: Boost::chrono;Boost::date_time;Boost::filesystem;Boost::program_options;Boost::serialization;Boost::thread;Boost::unit_test_framework;Boost::system
-- Looking for Boost version 1.65 or greater - found
-- 
-- Python checking for compatible Python version
-- Python checking for compatible Python version - 3.12.8 satisfies minimum required version 3.7
-- 
-- Python checking for Mako templates module
-- Python checking for Mako templates module - 1.3.8 satisfies minimum required version 0.4.2
-- 
-- Python checking for requests module
-- Python checking for requests module - 2.32.3 satisfies minimum required version 2.0
-- 
-- Python checking for ruamel.yaml module
-- Python checking for ruamel.yaml module - 0.18.9 satisfies minimum required version 0.15
-- 
-- Configuring LibUHD support...
--   Dependency Boost_FOUND = TRUE
--   Dependency HAVE_PYTHON_MODULE_MAKO = TRUE
--   Enabling LibUHD support.
--   Override with -DENABLE_LIBUHD=ON/OFF
-- 
-- Configuring LibUHD - C API support...
--   Dependency ENABLE_LIBUHD = ON
--   Enabling LibUHD - C API support.
--   Override with -DENABLE_C_API=ON/OFF
-- 
-- Configuring LibUHD - Python API support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency HAVE_PYTHON_MODULE_NUMPY = 
--   Dependency HAVE_PYTHON_LIBS = TRUE
--   Disabling LibUHD - Python API support.
--   Override with -DENABLE_PYTHON_API=ON/OFF
-- 
-- Configuring Examples support...
--   Dependency ENABLE_LIBUHD = ON
--   Enabling Examples support.
--   Override with -DENABLE_EXAMPLES=ON/OFF
-- 
-- Configuring Utils support...
--   Dependency ENABLE_LIBUHD = ON
--   Enabling Utils support.
--   Override with -DENABLE_UTILS=ON/OFF
-- 
-- Configuring Tests support...
--   Dependency ENABLE_LIBUHD = ON
--   Enabling Tests support.
--   Override with -DENABLE_TESTS=ON/OFF
-- 
-- Configuring Python Module (Utils only) support...
--   Dependency HAVE_PYTHON_MODULE_NUMPY = 
--   Dependency HAVE_PYTHON_MODULE_MAKO = TRUE
--   Dependency HAVE_PYTHON_MODULE_YAML = TRUE
--   Disabling Python Module (Utils only) support.
--   Override with -DENABLE_PYMOD_UTILS=ON/OFF
-- 
-- Looking for libusb_handle_events_timeout_completed
-- Looking for libusb_handle_events_timeout_completed - found
-- Looking for libusb_error_name
-- Looking for libusb_error_name - found
-- Looking for libusb_strerror
-- Looking for libusb_strerror - found
-- Found LIBUSB: /usr/pkg/lib/libusb-1.0.so
-- Found PkgConfig: /pbulk/work/ham/uhd/work/.tools/bin/pkg-config (found version "2.3.0")
-- Could NOT find DPDK (missing: DPDK_INCLUDE_DIRS DPDK_LIBRARIES) (Required is at least version "18.11")
-- 
-- Configuring USB support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency LIBUSB_FOUND = TRUE
--   Enabling USB support.
--   Override with -DENABLE_USB=ON/OFF
-- 
-- Configuring B100 support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency ENABLE_USB = ON
--   Enabling B100 support.
--   Override with -DENABLE_B100=ON/OFF
-- 
-- Configuring B200 support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency ENABLE_USB = ON
--   Enabling B200 support.
--   Override with -DENABLE_B200=ON/OFF
-- 
-- Configuring USRP1 support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency ENABLE_USB = ON
--   Enabling USRP1 support.
--   Override with -DENABLE_USRP1=ON/OFF
-- 
-- Configuring USRP2 support...
--   Dependency ENABLE_LIBUHD = ON
--   Enabling USRP2 support.
--   Override with -DENABLE_USRP2=ON/OFF
-- 
-- Configuring X300 support...
--   Dependency ENABLE_LIBUHD = ON
--   Enabling X300 support.
--   Override with -DENABLE_X300=ON/OFF
-- 
-- Configuring MPMD support...
--   Dependency ENABLE_LIBUHD = ON
--   Enabling MPMD support.
--   Override with -DENABLE_MPMD=ON/OFF
-- 
-- Configuring SIM support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency ENABLE_MPMD = ON
--   Dependency ENABLE_PYTHON_API = OFF
--   Disabling SIM support.
--   Override with -DENABLE_SIM=ON/OFF
-- 
-- Configuring N300 support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency ENABLE_MPMD = ON
--   Enabling N300 support.
--   Override with -DENABLE_N300=ON/OFF
-- 
-- Configuring N320 support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency ENABLE_MPMD = ON
--   Enabling N320 support.
--   Override with -DENABLE_N320=ON/OFF
-- 
-- Configuring E320 support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency ENABLE_MPMD = ON
--   Enabling E320 support.
--   Override with -DENABLE_E320=ON/OFF
-- 
-- Configuring E300 support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency ENABLE_MPMD = ON
--   Enabling E300 support.
--   Override with -DENABLE_E300=ON/OFF
-- 
-- Configuring X400 support...
--   Dependency ENABLE_LIBUHD = ON
--   Dependency ENABLE_MPMD = ON
--   Enabling X400 support.
--   Override with -DENABLE_X400=ON/OFF
-- 
-- Configuring OctoClock support...
--   Dependency ENABLE_LIBUHD = ON
--   Enabling OctoClock support.
--   Override with -DENABLE_OCTOCLOCK=ON/OFF
-- 
-- Configuring DPDK support...
--   Dependency ENABLE_MPMD = ON
--   Dependency DPDK_FOUND = FALSE
--   Disabling DPDK support.
--   Override with -DENABLE_DPDK=ON/OFF
-- 
-- Looking for C++ include emmintrin.h
-- Looking for C++ include emmintrin.h - found
-- Looking for C++ include arm_neon.h
-- Looking for C++ include arm_neon.h - not found
-- 
-- Configuring priority scheduling...
-- Performing Test HAVE_PTHREAD_SETSCHEDPARAM
-- Performing Test HAVE_PTHREAD_SETSCHEDPARAM - Failed
-- Performing Test HAVE_WIN_SETTHREADPRIORITY
-- Performing Test HAVE_WIN_SETTHREADPRIORITY - Failed
--   Priority scheduling not supported.
-- Performing Test HAVE_PTHREAD_SETNAME
-- Performing Test HAVE_PTHREAD_SETNAME - Failed
--   Setting thread names is not supported.
-- Performing Test HAVE_PTHREAD_SETAFFINITY_NP
-- Performing Test HAVE_PTHREAD_SETAFFINITY_NP - Failed
-- Performing Test HAVE_WIN_SETTHREADAFFINITYMASK
-- Performing Test HAVE_WIN_SETTHREADAFFINITYMASK - Failed
--   Setting thread affinity is not supported.
-- 
-- Configuring module loading...
-- Performing Test HAVE_DLOPEN
-- Performing Test HAVE_DLOPEN - Success
-- Performing Test HAVE_LOAD_LIBRARY
-- Performing Test HAVE_LOAD_LIBRARY - Failed
--   Module loading supported through dlopen.
-- 
-- Configuring atomics support...
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success
-- Performing Test HAVE_CXX_BOOST_ATOMICS_WITHOUT_LIB
-- Performing Test HAVE_CXX_BOOST_ATOMICS_WITHOUT_LIB - Success
--   Atomics support is built-in, no linking required.
-- 
-- Processing NI-RIO FPGA LVBITX Bitstreams...
--   Using x300.lvbitx_base for codegen
--   Using x310.lvbitx_base for codegen
-- 
-- USB support enabled via libusb.
-- 
-- Configuring interface address discovery...
-- Performing Test HAVE_GETIFADDRS
-- Performing Test HAVE_GETIFADDRS - Success
-- Looking for C++ include winsock2.h
-- Looking for C++ include winsock2.h - not found
--   Interface address discovery supported through getifaddrs.
-- Looking for C++ include atlbase.h
-- Looking for C++ include atlbase.h - not found
-- 
-- Loading build info.
-- Looking for wsyncup in /usr/lib/libcurses.so
-- Looking for wsyncup in /usr/lib/libcurses.so - found
-- Found Curses: /usr/lib/libcurses.so
-- Performing Test HAVE_C99_STRUCTDECL
-- Performing Test HAVE_C99_STRUCTDECL - Success
-- 
-- Adding B2XX device test target
-- Adding X3x0 device test target
-- Adding E3XX device test target
-- Adding N3XX device test target
-- Adding E32x device test target
-- Adding X410 device test target
-- Adding X440 device test target
-- 
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- 
-- Configuring Manual support...
--   Dependency DOXYGEN_FOUND = NO
--   Disabling Manual support.
--   Override with -DENABLE_MANUAL=ON/OFF
-- 
-- Configuring API/Doxygen support...
--   Dependency DOXYGEN_FOUND = NO
--   Disabling API/Doxygen support.
--   Override with -DENABLE_DOXYGEN=ON/OFF
-- 
-- Compressed Man Pages disabled
--   Override with -DENABLE_MAN_PAGE_COMPRESSION=ON/OFF
-- 
-- Configuring Man Pages support...
--   Dependency NOT_WIN32 = TRUE
--   Enabling Man Pages support.
--   Override with -DENABLE_MAN_PAGES=ON/OFF
-- 
-- ######################################################
-- # UHD enabled components                              
-- ######################################################
--   * LibUHD
--   * LibUHD - C API
--   * Examples
--   * Utils
--   * Tests
--   * USB
--   * B100
--   * B200
--   * USRP1
--   * USRP2
--   * X300
--   * MPMD
--   * N300
--   * N320
--   * E320
--   * E300
--   * X400
--   * OctoClock
--   * Man Pages
-- 
-- ######################################################
-- # UHD disabled components                             
-- ######################################################
--   * LibUHD - Python API
--   * Python Module (Utils only)
--   * SIM
--   * DPDK
--   * Manual
--   * API/Doxygen
-- 
-- ******************************************************
-- * You are building a development branch of UHD.
-- * These branches are designed to provide early access
-- * to UHD and USRP features, but should be considered
-- * unstable and/or experimental!
-- ******************************************************
-- Building version: 4.7.0.0-0-unknown
-- Using install prefix: /usr/pkg
-- Configuring done (6.5s)
-- Generating done (0.9s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_INSTALL_MANDIR
    ENABLE_PYTHON3
    FETCHCONTENT_FULLY_DISCONNECTED
    RST2HTML_EXECUTABLE


-- Build files have been written to: /pbulk/work/ham/uhd/work/uhd-4.7.0.0/host/cmake-pkgsrc-build