[qca] Build error on x64-osx
- Dominant language
- CMake
- Stars
- 27.5k
- Forks
- 7.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 321
Description
Qca package is failing with CMake 4.0.3, tested on Hello world app. The CMake error in `config-x64-osx-dbg-CMakeCache.txt.log` shows that the error is regarding Policy `CMP0042`, which is getting set to `OLD` and that is prohibited in new CMake.
Package: qca[botan,core]:x64-osx@2.3.7#3
**Host Environment**
- Host: x64-osx
- Compiler: AppleClang 17.0.0.17000013
- vcpkg-tool version: 2025-06-02-145689e84b7637525510e2c9b4ee603fda046b56
vcpkg-scripts version: ef7dbf94b9 2025-06-13 (13 days ago)
**To Reproduce**
`vcpkg install `
**Failure logs**
```
Downloading https://github.com/KDE/qca/archive/v2.3.7.tar.gz -> KDE-qca-v2.3.7.tar.gz
Successfully downloaded KDE-qca-v2.3.7.tar.gz
-- Extracting source /Users/matej/Projects/build/vcpkg/downloads/KDE-qca-v2.3.7.tar.gz
-- Applying patch 0001-fix-path-for-vcpkg.patch
-- Applying patch 0002-fix-build-error.patch
-- Applying patch 0003-Define-NOMINMAX-for-botan-plugin-with-MSVC.patch
-- Using source at /Users/matej/Projects/build/vcpkg/buildtrees/qca/src/v2.3.7-7f27e2b384.clean
-- Importing certstore
-- Importing certstore done
-- Found external ninja('1.13.0').
-- Configuring x64-osx
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
Command failed: /usr/local/bin/ninja -v
Working Directory: /Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/vcpkg-parallel-configure
Error code: 1
See logs for more information:
/Users/matej/Projects/build/vcpkg/buildtrees/qca/config-x64-osx-dbg-CMakeCache.txt.log
/Users/matej/Projects/build/vcpkg/buildtrees/qca/config-x64-osx-rel-CMakeCache.txt.log
/Users/matej/Projects/build/vcpkg/buildtrees/qca/config-x64-osx-dbg-CMakeConfigureLog.yaml.log
/Users/matej/Projects/build/vcpkg/buildtrees/qca/config-x64-osx-rel-CMakeConfigureLog.yaml.log
/Users/matej/Projects/build/vcpkg/buildtrees/qca/config-x64-osx-out.log
Call Stack (most recent call first):
/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:269 (vcpkg_execute_required_process)
/Users/matej/.cache/vcpkg/registries/git-trees/ea6eaf031e8b46b5ef65ea43cc0a72115d1962c1/portfile.cmake:64 (vcpkg_cmake_configure)
scripts/ports.cmake:206 (include)
```
/Users/matej/Projects/build/vcpkg/buildtrees/qca/config-x64-osx-out.log
```
[1/2] "/usr/local/bin/cmake" -E chdir ".." "/usr/local/bin/cmake" "/Users/matej/Projects/build/vcpkg/buildtrees/qca/src/v2.3.7-7f27e2b384.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DUSE_RELATIVE_PATHS=ON" "-DBUILD_PLUGINS=gnupg;logger;wincrypto;botan;softstore" "-DBUILD_TESTS=OFF" "-DBUILD_TOOLS=OFF" "-DBUILD_WITH_QT6=ON" "-DQCA_SUFFIX=OFF" "-DQCA_FEATURE_INSTALL_DIR=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/share/qca/mkspecs/features" "-DOSX_FRAMEWORK=OFF" "-DPKG_CONFIG_EXECUTABLE=/usr/local/bin/pkg-config" "-DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja" "-DCMAKE_SYSTEM_NAME=Darwin" "-DBUILD_SHARED_LIBS=OFF" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Users/matej/Projects/build/vcpkg/scripts/toolchains/osx.cmake" "-DVCPKG_TARGET_TRIPLET=x64-osx" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=external" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=/Users/matej/Projects/build/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=/Users/matej/Projects/build/vcpkg" "-D_VCPKG_INSTALLED_DIR=/Users/matej/Projects/build/test/vcpkg_installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-DCMAKE_OSX_ARCHITECTURES=x86_64" "-DQCA_PLUGINS_INSTALL_DIR=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/lib/Qca"
FAILED: [code=1] ../CMakeCache.txt
"/usr/local/bin/cmake" -E chdir ".." "/usr/local/bin/cmake" "/Users/matej/Projects/build/vcpkg/buildtrees/qca/src/v2.3.7-7f27e2b384.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DUSE_RELATIVE_PATHS=ON" "-DBUILD_PLUGINS=gnupg;logger;wincrypto;botan;softstore" "-DBUILD_TESTS=OFF" "-DBUILD_TOOLS=OFF" "-DBUILD_WITH_QT6=ON" "-DQCA_SUFFIX=OFF" "-DQCA_FEATURE_INSTALL_DIR=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/share/qca/mkspecs/features" "-DOSX_FRAMEWORK=OFF" "-DPKG_CONFIG_EXECUTABLE=/usr/local/bin/pkg-config" "-DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja" "-DCMAKE_SYSTEM_NAME=Darwin" "-DBUILD_SHARED_LIBS=OFF" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Users/matej/Projects/build/vcpkg/scripts/toolchains/osx.cmake" "-DVCPKG_TARGET_TRIPLET=x64-osx" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=external" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=/Users/matej/Projects/build/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=/Users/matej/Projects/build/vcpkg" "-D_VCPKG_INSTALLED_DIR=/Users/matej/Projects/build/test/vcpkg_installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-DCMAKE_OSX_ARCHITECTURES=x86_64" "-DQCA_PLUGINS_INSTALL_DIR=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/lib/Qca"
-- The C compiler identification is AppleClang 17.0.0.17000013
-- The CXX compiler identification is AppleClang 17.0.0.17000013
...
Skipped 89 lines
...
FAILED: [code=1] ../../x64-osx-dbg/CMakeCache.txt
"/usr/local/bin/cmake" -E chdir "../../x64-osx-dbg" "/usr/local/bin/cmake" "/Users/matej/Projects/build/vcpkg/buildtrees/qca/src/v2.3.7-7f27e2b384.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_INSTALL_PREFIX=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DUSE_RELATIVE_PATHS=ON" "-DBUILD_PLUGINS=gnupg;logger;wincrypto;botan;softstore" "-DBUILD_TESTS=OFF" "-DBUILD_TOOLS=OFF" "-DBUILD_WITH_QT6=ON" "-DQCA_SUFFIX=OFF" "-DQCA_FEATURE_INSTALL_DIR=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/share/qca/mkspecs/features" "-DOSX_FRAMEWORK=OFF" "-DPKG_CONFIG_EXECUTABLE=/usr/local/bin/pkg-config" "-DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja" "-DCMAKE_SYSTEM_NAME=Darwin" "-DBUILD_SHARED_LIBS=OFF" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Users/matej/Projects/build/vcpkg/scripts/toolchains/osx.cmake" "-DVCPKG_TARGET_TRIPLET=x64-osx" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=external" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=/Users/matej/Projects/build/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=/Users/matej/Projects/build/vcpkg" "-D_VCPKG_INSTALLED_DIR=/Users/matej/Projects/build/test/vcpkg_installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-DCMAKE_OSX_ARCHITECTURES=x86_64" "-DQCA_PLUGINS_INSTALL_DIR=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug/lib/Qca"
-- The C compiler identification is AppleClang 17.0.0.17000013
-- The CXX compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:19 (cmake_policy):
Policy CMP0042 may not be set to OLD behavior because this version of CMake
no longer supports it. The policy was introduced in CMake version 3.0.0,
and use of NEW behavior is now required.
Please either update your CMakeLists.txt files to conform to the new
behavior or use an older version of CMake that still supports the old
behavior. Run cmake --help-policy CMP0042 for more information.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Building Qt 6 version
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found ZLIB: optimized;/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/lib/libz.a;debug;/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/debug/lib/libz.a (found version "1.3.1")
-- Found WrapSystemZLIB: TRUE (found version "1.3.1")
-- Using system ZLIB.
-- Found WrapZLIB: TRUE (found version "1.3.1")
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found WrapSystemDoubleConversion: /Users/matej/Projects/build/test/vcpkg_installed/x64-osx/share/double-conversion/double-conversionConfig.cmake (found version "3.3.0")
-- Checking for module 'libb2'
-- Found libb2, version 0.98.1
-- Found ICU: /Users/matej/Projects/build/test/vcpkg_installed/x64-osx/include (found suitable version "74.2", minimum required is "50.1") found components: i18n uc data
-- Found WrapSystemPCRE2: TRUE (found version "10.45.0")
-- Using system PCRE2.
-- Found WrapPCRE2: TRUE (found version "10.45.0")
-- Found WrapZSTD: 1.5.7 (found suitable version "1.5.7", minimum required is "1.3")
-- Performing Test HAVE_GETTIME
-- Performing Test HAVE_GETTIME - Success
-- Performing Test HAVE_SHM_OPEN_SHM_UNLINK
-- Performing Test HAVE_SHM_OPEN_SHM_UNLINK - Success
-- Found WrapRt: TRUE
-- Installed package is NOT relocatable
-- Checking for certstore..
-- Using built in certstore.
-- certstore path: /Users/matej/Projects/build/vcpkg/buildtrees/qca/src/v2.3.7-7f27e2b384.clean/certs/rootcerts.pem
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Performing Test MLOCK_TAKES_VOID
-- Performing Test MLOCK_TAKES_VOID - Success
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "2.5.0")
-- Checking for module 'botan-2'
-- Package 'botan-2' not found
-- Checking for module 'botan-3'
-- Found botan-3, version 3.7.1
Plugins:
qca-botan on
qca-cyrus-sasl off
qca-gcrypt off
qca-gnupg on
qca-logger on
qca-nss off
qca-ossl off
qca-pkcs11 off
qca-softstore on
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
QCA prefix is /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug
Plugins will be installed to /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug/lib/Qca
Binary will be installed to /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug/bin
Library will be installed to /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug/lib
Public headers will be installed to /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug/include
Private headers will be installed to /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug/include
Feature file will be installed to /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/share/qca/mkspecs/features
Documentation will be installed to /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug/share/doc/qca/html
Man page will be installed to /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug/share/man
Pkg-config file will be installed to /Users/matej/Projects/build/vcpkg/packages/qca_x64-osx/debug/lib/pkgconfig
-- Configuring incomplete, errors occurred!
ninja: build stopped: subcommand failed.
```
/Users/matej/Projects/build/vcpkg/buildtrees/qca/config-x64-osx-rel-CMakeCache.txt.log
```
# This is the CMakeCache file.
# For build in directory: /Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel
# It was generated by CMake: /usr/local/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Plugins for building (also possible values: none, all and auto)
BUILD_PLUGINS:STRING=gnupg;logger;wincrypto;botan;softstore
//Build shared library
BUILD_SHARED_LIBS:BOOL=OFF
//Create test
BUILD_TESTS:BOOL=OFF
//Compile mozcerts and qcatool
BUILD_TOOLS:BOOL=OFF
//Build with Qt 6
BUILD_WITH_QT6:BOOL=ON
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=Release
CMAKE_CROSSCOMPILING:STRING=OFF
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=-fPIC
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=-fPIC
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//No help, variable specified on the command line.
CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of build database during the build.
CMAKE_EXPORT_BUILD_DATABASE:BOOL=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//No help, variable specified on the command line.
CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
//No help, variable specified on the command line.
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
//No help, variable specified on the command line.
CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON
//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/pkgRedirects
//No help, variable specified on the command line.
CMAKE_INSTALL_BINDIR:STRING=bin
//Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=
//Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=
//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include
//Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=
//No help, variable specified on the command line.
CMAKE_INSTALL_LIBDIR:STRING=lib
//Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
//Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=
//Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
//Man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=
//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
...
Skipped 1036 lines
...
//Qt feature: opensslv30 (from target Qt6::Core)
QT_FEATURE_opensslv30:INTERNAL=ON
//Qt feature: pcre2 (from target Qt6::Core)
QT_FEATURE_pcre2:INTERNAL=ON
//Qt feature: permissions (from target Qt6::Core)
QT_FEATURE_permissions:INTERNAL=ON
//Qt feature: pkg_config (from target Qt6::Core)
QT_FEATURE_pkg_config:INTERNAL=OFF
//Qt feature: plugin_manifest (from target Qt6::Core)
QT_FEATURE_plugin_manifest:INTERNAL=ON
//Qt feature: poll_exit_on_error (from target Qt6::Core)
QT_FEATURE_poll_exit_on_error:INTERNAL=OFF
//Qt feature: poll_poll (from target Qt6::Core)
QT_FEATURE_poll_poll:INTERNAL=ON
//Qt feature: poll_pollts (from target Qt6::Core)
QT_FEATURE_poll_pollts:INTERNAL=OFF
//Qt feature: poll_ppoll (from target Qt6::Core)
QT_FEATURE_poll_ppoll:INTERNAL=OFF
//Qt feature: poll_select (from target Qt6::Core)
QT_FEATURE_poll_select:INTERNAL=OFF
//Qt feature: posix_fallocate (from target Qt6::Core)
QT_FEATURE_posix_fallocate:INTERNAL=OFF
//Qt feature: posix_sem (from target Qt6::Core)
QT_FEATURE_posix_sem:INTERNAL=ON
//Qt feature: posix_shm (from target Qt6::Core)
QT_FEATURE_posix_shm:INTERNAL=ON
//Qt feature: precompile_header (from target Qt6::Core)
QT_FEATURE_precompile_header:INTERNAL=ON
//Qt feature: printsupport (from target Qt6::Core)
QT_FEATURE_printsupport:INTERNAL=ON
//Qt feature: private_tests (from target Qt6::Core)
QT_FEATURE_private_tests:INTERNAL=OFF
//Qt feature: process (from target Qt6::Core)
QT_FEATURE_process:INTERNAL=ON
//Qt feature: processenvironment (from target Qt6::Core)
QT_FEATURE_processenvironment:INTERNAL=ON
//Qt feature: proxymodel (from target Qt6::Core)
QT_FEATURE_proxymodel:INTERNAL=ON
//Qt feature: qqnx_pps (from target Qt6::Core)
QT_FEATURE_qqnx_pps:INTERNAL=OFF
//Qt feature: rdrnd (from target Qt6::Core)
QT_FEATURE_rdrnd:INTERNAL=ON
//Qt feature: rdseed (from target Qt6::Core)
QT_FEATURE_rdseed:INTERNAL=ON
//Qt feature: reduce_exports (from target Qt6::Core)
QT_FEATURE_reduce_exports:INTERNAL=ON
//Qt feature: reduce_relocations (from target Qt6::Core)
QT_FEATURE_reduce_relocations:INTERNAL=ON
//Qt feature: regularexpression (from target Qt6::Core)
QT_FEATURE_regularexpression:INTERNAL=ON
//Qt feature: relocatable (from target Qt6::Core)
QT_FEATURE_relocatable:INTERNAL=ON
//Qt feature: relro_now_linker (from target Qt6::Core)
QT_FEATURE_relro_now_linker:INTERNAL=OFF
//Qt feature: renameat2 (from target Qt6::Core)
QT_FEATURE_renameat2:INTERNAL=OFF
//Qt feature: rpath (from target Qt6::Core)
QT_FEATURE_rpath:INTERNAL=OFF
//Qt feature: separate_debug_info (from target Qt6::Core)
QT_FEATURE_separate_debug_info:INTERNAL=OFF
//Qt feature: settings (from target Qt6::Core)
QT_FEATURE_settings:INTERNAL=ON
//Qt feature: sha3_fast (from target Qt6::Core)
QT_FEATURE_sha3_fast:INTERNAL=ON
//Qt feature: shani (from target Qt6::Core)
QT_FEATURE_shani:INTERNAL=ON
//Qt feature: shared (from target Qt6::Core)
QT_FEATURE_shared:INTERNAL=OFF
//Qt feature: sharedmemory (from target Qt6::Core)
QT_FEATURE_sharedmemory:INTERNAL=ON
//Qt feature: shortcut (from target Qt6::Core)
QT_FEATURE_shortcut:INTERNAL=ON
//Qt feature: signaling_nan (from target Qt6::Core)
QT_FEATURE_signaling_nan:INTERNAL=ON
//Qt feature: simulator_and_device (from target Qt6::Core)
QT_FEATURE_simulator_and_device:INTERNAL=OFF
//Qt feature: slog2 (from target Qt6::Core)
QT_FEATURE_slog2:INTERNAL=OFF
//Qt feature: sortfilterproxymodel (from target Qt6::Core)
QT_FEATURE_sortfilterproxymodel:INTERNAL=ON
//Qt feature: sql (from target Qt6::Core)
QT_FEATURE_sql:INTERNAL=ON
//Qt feature: sse2 (from target Qt6::Core)
QT_FEATURE_sse2:INTERNAL=ON
//Qt feature: sse3 (from target Qt6::Core)
QT_FEATURE_sse3:INTERNAL=ON
//Qt feature: sse4_1 (from target Qt6::Core)
QT_FEATURE_sse4_1:INTERNAL=ON
//Qt feature: sse4_2 (from target Qt6::Core)
QT_FEATURE_sse4_2:INTERNAL=ON
//Qt feature: ssse3 (from target Qt6::Core)
QT_FEATURE_ssse3:INTERNAL=ON
//Qt feature: stack_clash_protection (from target Qt6::Core)
QT_FEATURE_stack_clash_protection:INTERNAL=OFF
//Qt feature: stack_protector (from target Qt6::Core)
QT_FEATURE_stack_protector:INTERNAL=ON
//Qt feature: static (from target Qt6::Core)
QT_FEATURE_static:INTERNAL=ON
//Qt feature: std_atomic64 (from target Qt6::Core)
QT_FEATURE_std_atomic64:INTERNAL=ON
//Qt feature: stdlib_libcpp (from target Qt6::Core)
QT_FEATURE_stdlib_libcpp:INTERNAL=OFF
//Qt feature: stringlistmodel (from target Qt6::Core)
QT_FEATURE_stringlistmodel:INTERNAL=ON
//Qt feature: syslog (from target Qt6::Core)
QT_FEATURE_syslog:INTERNAL=OFF
//Qt feature: system_doubleconversion (from target Qt6::Core)
QT_FEATURE_system_doubleconversion:INTERNAL=ON
//Qt feature: system_libb2 (from target Qt6::Core)
QT_FEATURE_system_libb2:INTERNAL=ON
//Qt feature: system_pcre2 (from target Qt6::Core)
QT_FEATURE_system_pcre2:INTERNAL=ON
//Qt feature: system_zlib (from target Qt6::Core)
QT_FEATURE_system_zlib:INTERNAL=ON
//Qt feature: systemsemaphore (from target Qt6::Core)
QT_FEATURE_systemsemaphore:INTERNAL=ON
//Qt feature: sysv_sem (from target Qt6::Core)
QT_FEATURE_sysv_sem:INTERNAL=ON
//Qt feature: sysv_shm (from target Qt6::Core)
QT_FEATURE_sysv_shm:INTERNAL=ON
//Qt feature: temporaryfile (from target Qt6::Core)
QT_FEATURE_temporaryfile:INTERNAL=ON
//Qt feature: testlib (from target Qt6::Core)
QT_FEATURE_testlib:INTERNAL=ON
//Qt feature: testlib_selfcover (from target Qt6::Test)
QT_FEATURE_testlib_selfcover:INTERNAL=OFF
//Qt feature: textcodec (from target Qt6::Core5Compat)
QT_FEATURE_textcodec:INTERNAL=ON
//Qt feature: textdate (from target Qt6::Core)
QT_FEATURE_textdate:INTERNAL=ON
//Qt feature: thread (from target Qt6::Core)
QT_FEATURE_thread:INTERNAL=ON
//Qt feature: timezone (from target Qt6::Core)
QT_FEATURE_timezone:INTERNAL=ON
//Qt feature: timezone_locale (from target Qt6::Core)
QT_FEATURE_timezone_locale:INTERNAL=ON
//Qt feature: translation (from target Qt6::Core)
QT_FEATURE_translation:INTERNAL=ON
//Qt feature: transposeproxymodel (from target Qt6::Core)
QT_FEATURE_transposeproxymodel:INTERNAL=ON
//Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core)
QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=ON
//Qt feature: use_bfd_linker (from target Qt6::Core)
QT_FEATURE_use_bfd_linker:INTERNAL=OFF
//Qt feature: use_gold_linker (from target Qt6::Core)
QT_FEATURE_use_gold_linker:INTERNAL=OFF
//Qt feature: use_lld_linker (from target Qt6::Core)
QT_FEATURE_use_lld_linker:INTERNAL=OFF
//Qt feature: use_mold_linker (from target Qt6::Core)
QT_FEATURE_use_mold_linker:INTERNAL=OFF
//Qt feature: vaes (from target Qt6::Core)
QT_FEATURE_vaes:INTERNAL=ON
//Qt feature: valgrind (from target Qt6::Test)
QT_FEATURE_valgrind:INTERNAL=ON
//Qt feature: version_tagging (from target Qt6::Core)
QT_FEATURE_version_tagging:INTERNAL=ON
//Qt feature: wasm_exceptions (from target Qt6::Core)
QT_FEATURE_wasm_exceptions:INTERNAL=OFF
//Qt feature: wasm_simd128 (from target Qt6::Core)
QT_FEATURE_wasm_simd128:INTERNAL=OFF
//Qt feature: widgets (from target Qt6::Core)
QT_FEATURE_widgets:INTERNAL=ON
//Qt feature: x86intrin (from target Qt6::Core)
QT_FEATURE_x86intrin:INTERNAL=ON
//Qt feature: xml (from target Qt6::Core)
QT_FEATURE_xml:INTERNAL=ON
//Qt feature: xmlstream (from target Qt6::Core)
QT_FEATURE_xmlstream:INTERNAL=ON
//Qt feature: xmlstreamreader (from target Qt6::Core)
QT_FEATURE_xmlstreamreader:INTERNAL=ON
//Qt feature: xmlstreamwriter (from target Qt6::Core)
QT_FEATURE_xmlstreamwriter:INTERNAL=ON
//Qt feature: zstd (from target Qt6::Core)
QT_FEATURE_zstd:INTERNAL=ON
QT_USE_BUNDLED_BundledPcre2:INTERNAL=OFF
QT_USE_BUNDLED_BundledZLIB:INTERNAL=OFF
//Install the dependencies listed in your manifest:
//\n If this is off, you will have to manually install your dependencies.
//\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md
// for more info.
//\n
VCPKG_MANIFEST_INSTALL:INTERNAL=OFF
//ADVANCED property for variable: VCPKG_VERBOSE
VCPKG_VERBOSE-ADVANCED:INTERNAL=1
WITH_botan_PLUGIN_INTERNAL:INTERNAL=on
WITH_cyrus-sasl_PLUGIN_INTERNAL:INTERNAL=off
WITH_gcrypt_PLUGIN_INTERNAL:INTERNAL=off
WITH_gnupg_PLUGIN_INTERNAL:INTERNAL=on
WITH_logger_PLUGIN_INTERNAL:INTERNAL=on
WITH_nss_PLUGIN_INTERNAL:INTERNAL=off
WITH_ossl_PLUGIN_INTERNAL:INTERNAL=off
WITH_pkcs11_PLUGIN_INTERNAL:INTERNAL=off
WITH_softstore_PLUGIN_INTERNAL:INTERNAL=on
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Making sure VCPKG_MANIFEST_MODE doesn't change
Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF
//Vcpkg root directory
Z_VCPKG_ROOT_DIR:INTERNAL=/Users/matej/Projects/build/vcpkg
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/Users/matej/Projects/build/vcpkg/packages/qca_x64-osx
__pkg_config_arguments_BOTAN:INTERNAL=IMPORTED_TARGET;botan-3
__pkg_config_arguments_Libb2:INTERNAL=IMPORTED_TARGET;libb2
__pkg_config_checked_BOTAN:INTERNAL=1
__pkg_config_checked_Libb2:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_BOTAN_botan-3
pkgcfg_lib_BOTAN_botan-3-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_BOTAN_dl
pkgcfg_lib_BOTAN_dl-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_Libb2_b2
pkgcfg_lib_Libb2_b2-ADVANCED:INTERNAL=1
prefix_result:INTERNAL=/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/lib/pkgconfig/../../lib
```
/Users/matej/Projects/build/vcpkg/buildtrees/qca/config-x64-osx-rel-CMakeConfigureLog.yaml.log
```
---
events:
-
kind: "message-v1"
backtrace:
- "/usr/local/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)"
- "CMakeLists.txt:12 (project)"
message: |
The system is: Darwin - 24.5.0 - x86_64
-
kind: "message-v1"
backtrace:
- "/usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
- "/usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
- "/usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
- "CMakeLists.txt:12 (project)"
message: |
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags: -fPIC
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is AppleClang, found in:
/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/4.0.3/CompilerIdC/a.out
-
kind: "message-v1"
backtrace:
- "/usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:290 (message)"
- "/usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
- "CMakeLists.txt:12 (project)"
message: |
Detecting C compiler apple sysroot: "/usr/bin/cc" "-fPIC" "-E" "apple-sdk.c"
# 1 "apple-sdk.c"
# 1 "" 1
# 1 "" 3
# 432 "" 3
# 1 "" 1
# 1 "" 2
# 1 "apple-sdk.c" 2
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 1 3 4
# 89 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
# 90 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/TargetConditionals.h" 1 3 4
# 91 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
# 207 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 1 3 4
# 196 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 3 4
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
# 197 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4
# 33 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 3 4
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
# 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 2 3 4
# 198 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 1 3 4
# 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 3 4
# 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4
# 35 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 2 3 4
# 199 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
# 208 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
# 2 "apple-sdk.c" 2
Found apple sysroot: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
-
kind: "message-v1"
backtrace:
...
Skipped 805 lines
...
CMAKE_OSX_ARCHITECTURES: "x86_64"
CMAKE_OSX_DEPLOYMENT_TARGET: ""
CMAKE_OSX_SYSROOT: ""
VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "/Users/matej/Projects/build/vcpkg/scripts/toolchains/osx.cmake"
VCPKG_CRT_LINKAGE: "dynamic"
VCPKG_CXX_FLAGS: ""
VCPKG_CXX_FLAGS_DEBUG: ""
VCPKG_CXX_FLAGS_RELEASE: ""
VCPKG_C_FLAGS: ""
VCPKG_C_FLAGS_DEBUG: ""
VCPKG_C_FLAGS_RELEASE: ""
VCPKG_INSTALLED_DIR: "/Users/matej/Projects/build/test/vcpkg_installed"
VCPKG_LINKER_FLAGS: ""
VCPKG_LINKER_FLAGS_DEBUG: ""
VCPKG_LINKER_FLAGS_RELEASE: ""
VCPKG_PREFER_SYSTEM_LIBS: "OFF"
VCPKG_TARGET_ARCHITECTURE: "x64"
VCPKG_TARGET_TRIPLET: "x64-osx"
Z_VCPKG_ROOT_DIR: "/Users/matej/Projects/build/vcpkg"
buildResult:
variable: "COMPILER_HAS_HIDDEN_VISIBILITY"
cached: true
stdout: |
Change Dir: '/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-g4G01V'
Run Build Command(s): /usr/local/bin/ninja -v cmTC_0f480
[1/2] /usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -fPIC -arch x86_64 -fvisibility=hidden -MD -MT CMakeFiles/cmTC_0f480.dir/src.cxx.o -MF CMakeFiles/cmTC_0f480.dir/src.cxx.o.d -o CMakeFiles/cmTC_0f480.dir/src.cxx.o -c /Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-g4G01V/src.cxx
[2/2] : && /usr/bin/c++ -fPIC -arch x86_64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f480.dir/src.cxx.o -o cmTC_0f480 && :
exitCode: 0
-
kind: "try_compile-v1"
backtrace:
- "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
- "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- "/usr/local/share/cmake/Modules/CheckCompilerFlag.cmake:56 (cmake_check_compiler_flag)"
- "/usr/local/share/cmake/Modules/GenerateExportHeader.cmake:245 (check_compiler_flag)"
- "/usr/local/share/cmake/Modules/GenerateExportHeader.cmake:425 (_test_compiler_hidden_visibility)"
- "CMakeLists.txt:390 (generate_export_header)"
checks:
- "Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY"
directories:
source: "/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-rdluey"
binary: "/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-rdluey"
cmakeVariables:
CMAKE_CXX_FLAGS: "-fPIC"
CMAKE_CXX_FLAGS_DEBUG: "-g"
CMAKE_EXE_LINKER_FLAGS: ""
CMAKE_MODULE_PATH: "/Users/matej/Projects/build/vcpkg/buildtrees/qca/src/v2.3.7-7f27e2b384.clean/cmake/modules;/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/share/Qt6;/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/share/Qt6/3rdparty/extra-cmake-modules/find-modules;/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/share/Qt6/3rdparty/kwin"
CMAKE_OSX_ARCHITECTURES: "x86_64"
CMAKE_OSX_DEPLOYMENT_TARGET: ""
CMAKE_OSX_SYSROOT: ""
VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "/Users/matej/Projects/build/vcpkg/scripts/toolchains/osx.cmake"
VCPKG_CRT_LINKAGE: "dynamic"
VCPKG_CXX_FLAGS: ""
VCPKG_CXX_FLAGS_DEBUG: ""
VCPKG_CXX_FLAGS_RELEASE: ""
VCPKG_C_FLAGS: ""
VCPKG_C_FLAGS_DEBUG: ""
VCPKG_C_FLAGS_RELEASE: ""
VCPKG_INSTALLED_DIR: "/Users/matej/Projects/build/test/vcpkg_installed"
VCPKG_LINKER_FLAGS: ""
VCPKG_LINKER_FLAGS_DEBUG: ""
VCPKG_LINKER_FLAGS_RELEASE: ""
VCPKG_PREFER_SYSTEM_LIBS: "OFF"
VCPKG_TARGET_ARCHITECTURE: "x64"
VCPKG_TARGET_TRIPLET: "x64-osx"
Z_VCPKG_ROOT_DIR: "/Users/matej/Projects/build/vcpkg"
buildResult:
variable: "COMPILER_HAS_HIDDEN_INLINE_VISIBILITY"
cached: true
stdout: |
Change Dir: '/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-rdluey'
Run Build Command(s): /usr/local/bin/ninja -v cmTC_85a2f
[1/2] /usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fPIC -arch x86_64 -fvisibility-inlines-hidden -MD -MT CMakeFiles/cmTC_85a2f.dir/src.cxx.o -MF CMakeFiles/cmTC_85a2f.dir/src.cxx.o.d -o CMakeFiles/cmTC_85a2f.dir/src.cxx.o -c /Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-rdluey/src.cxx
[2/2] : && /usr/bin/c++ -fPIC -arch x86_64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_85a2f.dir/src.cxx.o -o cmTC_85a2f && :
exitCode: 0
-
kind: "try_compile-v1"
backtrace:
- "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
- "/usr/local/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)"
- "/usr/local/share/cmake/Modules/GenerateExportHeader.cmake:212 (check_source_compiles)"
- "/usr/local/share/cmake/Modules/GenerateExportHeader.cmake:269 (_check_cxx_compiler_attribute)"
- "/usr/local/share/cmake/Modules/GenerateExportHeader.cmake:426 (_test_compiler_has_deprecated)"
- "CMakeLists.txt:390 (generate_export_header)"
checks:
- "Performing Test COMPILER_HAS_DEPRECATED_ATTR"
directories:
source: "/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-LalYum"
binary: "/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-LalYum"
cmakeVariables:
CMAKE_CXX_FLAGS: "-fPIC"
CMAKE_CXX_FLAGS_DEBUG: "-g"
CMAKE_EXE_LINKER_FLAGS: ""
CMAKE_MODULE_PATH: "/Users/matej/Projects/build/vcpkg/buildtrees/qca/src/v2.3.7-7f27e2b384.clean/cmake/modules;/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/share/Qt6;/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/share/Qt6/3rdparty/extra-cmake-modules/find-modules;/Users/matej/Projects/build/test/vcpkg_installed/x64-osx/share/Qt6/3rdparty/kwin"
CMAKE_OSX_ARCHITECTURES: "x86_64"
CMAKE_OSX_DEPLOYMENT_TARGET: ""
CMAKE_OSX_SYSROOT: ""
VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "/Users/matej/Projects/build/vcpkg/scripts/toolchains/osx.cmake"
VCPKG_CRT_LINKAGE: "dynamic"
VCPKG_CXX_FLAGS: ""
VCPKG_CXX_FLAGS_DEBUG: ""
VCPKG_CXX_FLAGS_RELEASE: ""
VCPKG_C_FLAGS: ""
VCPKG_C_FLAGS_DEBUG: ""
VCPKG_C_FLAGS_RELEASE: ""
VCPKG_INSTALLED_DIR: "/Users/matej/Projects/build/test/vcpkg_installed"
VCPKG_LINKER_FLAGS: ""
VCPKG_LINKER_FLAGS_DEBUG: ""
VCPKG_LINKER_FLAGS_RELEASE: ""
VCPKG_PREFER_SYSTEM_LIBS: "OFF"
VCPKG_TARGET_ARCHITECTURE: "x64"
VCPKG_TARGET_TRIPLET: "x64-osx"
Z_VCPKG_ROOT_DIR: "/Users/matej/Projects/build/vcpkg"
buildResult:
variable: "COMPILER_HAS_DEPRECATED_ATTR"
cached: true
stdout: |
Change Dir: '/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-LalYum'
Run Build Command(s): /usr/local/bin/ninja -v cmTC_02711
[1/2] /usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -fPIC -arch x86_64 -MD -MT CMakeFiles/cmTC_02711.dir/src.cxx.o -MF CMakeFiles/cmTC_02711.dir/src.cxx.o.d -o CMakeFiles/cmTC_02711.dir/src.cxx.o -c /Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-LalYum/src.cxx
/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-LalYum/src.cxx:2:25: warning: 'somefunc' is deprecated [-Wdeprecated-declarations]
2 | int main() { return somefunc();}
| ^
/Users/matej/Projects/build/vcpkg/buildtrees/qca/x64-osx-rel/CMakeFiles/CMakeScratch/TryCompile-LalYum/src.cxx:1:16: note: 'somefunc' has been explicitly marked deprecated here
1 | __attribute__((__deprecated__)) int somefunc() { return 0; }
| ^
1 warning generated.
[2/2] : && /usr/bin/c++ -fPIC -arch x86_64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_02711.dir/src.cxx.o -o cmTC_02711 && :
exitCode: 0
...
```
**Additional context**
vcpkg.json
```
{
"dependencies": [
"qca"
]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.