WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead.
=> Checksum BLAKE2s OK for quassel-0.14.0.tar.bz2
=> Checksum SHA512 OK for quassel-0.14.0.tar.bz2
===> Installing dependencies for quassel-0.14.0nb20
==========================================================================
The supported build options for quassel are:

	quassel-audio quassel-webengine

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

	PKG_OPTIONS.quassel (not defined)

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

        * JPEG_DEFAULT = jpeg
        * SSLBASE (defined)
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /opt/pkg/etc/openssl/certs
        * SSLDIR = /opt/pkg/etc/openssl
        * SSLKEYS = /opt/pkg/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
`/opt/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.82.2
=> Tool dependency cmake>=3.18: found cmake-3.31.1
=> Tool dependency perl>=5.0: found perl-5.40.0nb1
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency boost-headers-1.86.*: found boost-headers-1.86.0
=> Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1
=> Full dependency libdbusmenu-qt5>=0.9.3.16.04.20160218nb29: found libdbusmenu-qt5-0.9.3.16.04.20160218nb29
=> Full dependency libexecinfo>=1.1: found libexecinfo-1.1nb1
=> Full dependency openldap-client>=2.6.6nb1: found openldap-client-2.6.9
=> Full dependency qca2-qt5>=2.3.8nb4: found qca2-qt5-2.3.8nb4
=> Full dependency qt5-qtbase>=5.15.16: found qt5-qtbase-5.15.16
=> Full dependency qt5-qtscript>=5.15.16: found qt5-qtscript-5.15.16
=> Full dependency sonnet>=5.116.0nb3: found sonnet-5.116.0nb3
=> Full dependency zlib>=1.2.3: found zlib-1.3.1
=> Full dependency brotli>=1.0.1: found brotli-1.1.0
=> Full dependency bzip2>=1.0.1: found bzip2-1.0.8
=> Full dependency cyrus-sasl>=2.1.12: found cyrus-sasl-2.1.28nb1
=> Full dependency dbus>=0.91: found dbus-1.14.10
=> Full dependency expat>=1.95.7: found expat-2.6.3
=> Full dependency freetype2>=2.13.0: found freetype2-2.13.3
=> Full dependency gettext-lib>=0.22: found gettext-lib-0.22.5
=> Full dependency glib2>=2.4.0: found glib2-2.82.2
=> Full dependency graphite2>=1.2: found graphite2-1.3.14nb3
=> Full dependency harfbuzz>=2.1.1: found harfbuzz-10.1.0
=> Full dependency libiconv>=1.9.1: found libiconv-1.17
=> Full dependency icu>=3.4: found icu-76.1nb1
=> Full dependency jpeg>=8nb1: found jpeg-9f
=> Full dependency libffi>=1.20: found libffi-3.4.6
=> Full dependency libproxy>=0.2.3: found libproxy-0.5.9nb3
=> Full dependency openssl>=1.1.1: found openssl-3.3.2
=> Full dependency pcre2>=10.21: found pcre2-10.44
=> Full dependency png>=1.2.4: found png-1.6.44
=> Full dependency qt5-qtdeclarative>=5.9.1: found qt5-qtdeclarative-5.15.16
=> Full dependency qt5-qtlocation>=5.9.1: found qt5-qtlocation-5.15.16
=> Full dependency qt5-qtmultimedia>=5.9.1: found qt5-qtmultimedia-5.15.16
=> Full dependency qt5-qtsensors>=5.9.1: found qt5-qtsensors-5.15.16
=> Full dependency qt5-qttools>=5.9.1: found qt5-qttools-5.15.16
=> Full dependency qt5-qtwebchannel>=5.9.1: found qt5-qtwebchannel-5.15.16
=> Full dependency qt5-qtxmlpatterns>=5.9.1: found qt5-qtxmlpatterns-5.15.16
=> Full dependency sqlite3>=3.0.8: found sqlite3-3.47.2
===> Overriding tools for quassel-0.14.0nb20
===> Extracting for quassel-0.14.0nb20
===> Patching for quassel-0.14.0nb20
===> Creating toolchain wrappers for quassel-0.14.0nb20
===> Configuring for quassel-0.14.0nb20
=> Replacing bash interpreter in po/update.sh scripts/tx-sync.sh.
=> Replacing Perl interpreter in data/scripts/inxi data/scripts/mpris.
=> Fixing CMAKE_MODULE_PATH in CMakeLists.txt
CMake Deprecation Warning at CMakeLists.txt:9 (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.


-- Building Quassel 0.14.0
-- Using CMake 3.31.1
-- Setting build type to 'Release' as none was specified.
-- Checking for ccache
-- Checking for ccache - not found
-- The CXX compiler identification is AppleClang 13.1.6.13160021
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Users/pbulk/build/chat/quassel/work/.cwrapper/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test LINKER_SUPPORTS_RELRO
-- Performing Test LINKER_SUPPORTS_RELRO - Failed
-- Performing Test LINKER_SUPPORTS_NOW
-- Performing Test LINKER_SUPPORTS_NOW - Failed
-- Performing Test LINKER_SUPPORTS_AS_NEEDED
-- Performing Test LINKER_SUPPORTS_AS_NEEDED - Failed
-- Performing Test LINKER_SUPPORTS_ENABLE_NEW_DTAGS
-- Performing Test LINKER_SUPPORTS_ENABLE_NEW_DTAGS - Failed
-- Performing Test LINKER_SUPPORTS_NO_UNDEFINED
-- Performing Test LINKER_SUPPORTS_NO_UNDEFINED - Failed
-- Found Qt 5.15.16
CMake Error at CMakeLists.txt:205 (message):
  Could not determine the deployment target for Qt


-- Configuring incomplete, errors occurred!
*** Error code 1

Stop.
bmake[1]: stopped making "configure" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/chat/quassel
*** Error code 1

Stop.
bmake: stopped making "configure" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/chat/quassel