Created
October 18, 2021 23:05
-
-
Save Be-ing/8b6303fd7a1d08b89cdfa2d318c202e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running with expanded trace output on. | |
-- The CXX compiler identification is AppleClang 12.0.5.12050022 | |
-- The C compiler identification is AppleClang 12.0.5.12050022 | |
-- The ASM compiler identification is Clang | |
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/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: /Library/Developer/CommandLineTools/usr/bin/cc - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for feature set changes | |
-- Looking for a OBJC compiler | |
-- Looking for a OBJC compiler - /Library/Developer/CommandLineTools/usr/bin/cc | |
-- The OBJC compiler identification is AppleClang 12.0.5.12050022 | |
-- Detecting OBJC compiler ABI info | |
-- Detecting OBJC compiler ABI info - done | |
-- Check for working OBJC compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped | |
-- Looking for a OBJCXX compiler | |
-- Looking for a OBJCXX compiler - /Library/Developer/CommandLineTools/usr/bin/c++ | |
-- The OBJCXX compiler identification is AppleClang 12.0.5.12050022 | |
-- Detecting OBJCXX compiler ABI info | |
-- Detecting OBJCXX compiler ABI info - done | |
-- Check for working OBJCXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped | |
-- Building architecture extraction project with the following CMake arguments: | |
-DVCPKG_TARGET_TRIPLET=x64-osx-min10.14 | |
-DVCPKG_TARGET_ARCHITECTURE=x64 | |
-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Users/be/sw/mixxx/vcpkg/scripts/toolchains/osx.cmake | |
-DZ_VCPKG_ROOT_DIR=/Users/be/sw/mixxx/vcpkg | |
-DCMAKE_TOOLCHAIN_FILE=/Users/be/sw/mixxx/vcpkg/scripts/buildsystems/vcpkg.cmake | |
-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Users/be/sw/mixxx/vcpkg/scripts/toolchains/osx.cmake | |
-DCMAKE_C_STANDARD=11 | |
-DCMAKE_CXX_STANDARD=17 | |
-DCMAKE_OSX_ARCHITECTURES:STRING=x86_64 | |
-- Extracting architecture info from /Users/be/sw/mixxx/vcpkg/buildtrees/qtbase/x64-osx-min10.14-dbg/config.tests/arch/architecture_test. | |
-- Performing Test HAVE_LD_VERSION_SCRIPT | |
-- Performing Test HAVE_LD_VERSION_SCRIPT - Failed | |
-- CMAKE_OSX_ARCHITECTURES: "x86_64" | |
-- CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk" | |
-- CMAKE_OSX_DEPLOYMENT_TARGET: "10.14" | |
-- QT_MAC_SDK_VERSION: "11.3" | |
-- QT_MAC_XCODE_VERSION: "" | |
-- QT_IS_MACOS_UNIVERSAL: "OFF" | |
-- Configure tests main architecture (in multi-arch build): "x86_64" | |
-- CMAKE_VERSION: "3.21.1" | |
-- CMAKE_HOST_SYSTEM: "Darwin-20.6.0" | |
-- CMAKE_HOST_SYSTEM_NAME: "Darwin" | |
-- CMAKE_HOST_SYSTEM_VERSION: "20.6.0" | |
-- CMAKE_HOST_SYSTEM_PROCESSOR: "x86_64" | |
-- CMAKE_SYSTEM: "Darwin" | |
-- CMAKE_SYSTEM_NAME: "Darwin" | |
-- CMAKE_SYSTEM_VERSION: "20.6.0" | |
-- CMAKE_SYSTEM_PROCESSOR: "x86_64" | |
-- CMAKE_CROSSCOMPILING: "OFF" | |
-- CMAKE_C_COMPILER: "/Library/Developer/CommandLineTools/usr/bin/cc" (12.0.5.12050022) | |
-- CMAKE_CXX_COMPILER: "/Library/Developer/CommandLineTools/usr/bin/c++" (12.0.5.12050022) | |
-- CMAKE_OBJC_COMPILER: "/Library/Developer/CommandLineTools/usr/bin/cc" (12.0.5.12050022) | |
-- CMAKE_OBJCXX_COMPILER: "/Library/Developer/CommandLineTools/usr/bin/c++" (12.0.5.12050022) | |
-- Found ZLIB: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libz.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libz.a (found suitable version "1.2.11", minimum required is "1.0.8") | |
-- Found WrapZLIB: TRUE (Required is at least version "1.0.8") | |
-- Found ZSTD: 1.5.0 (found suitable version "1.5.0", minimum required is "1.3") | |
-- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2") | |
-- Performing Test HAVE_cxx14 | |
-- Performing Test HAVE_cxx14 - Success | |
-- Performing Test HAVE_cxx17 | |
-- Performing Test HAVE_cxx17 - Success | |
-- Performing Test HAVE_cxx20 | |
-- Performing Test HAVE_cxx20 - Success | |
-- Performing Test precompiled header support | |
-- Performing Test precompiled header support - Success | |
-- Performing Test TEST_use_bfd_linker | |
-- Performing Test TEST_use_bfd_linker - Success | |
-- Performing Test TEST_use_gold_linker | |
-- Performing Test TEST_use_gold_linker - Success | |
-- Performing Test TEST_use_lld_linker | |
-- Performing Test TEST_use_lld_linker - Success | |
-- Performing Test TEST_optimize_debug | |
-- Performing Test TEST_optimize_debug - Success | |
-- Performing Test TEST_enable_new_dtags | |
-- Performing Test TEST_enable_new_dtags - Failed | |
-- Performing Test TEST_gdb_index | |
-- Performing Test TEST_gdb_index - Failed | |
-- Performing Test HAVE_reduce_relocations | |
-- Performing Test HAVE_reduce_relocations - Success | |
-- Performing Test separate debug information support | |
-- Performing Test separate debug information support - Failed | |
-- Performing Test HAVE_signaling_nan | |
-- Performing Test HAVE_signaling_nan - Success | |
-- Performing SIMD Test SSE2 instructions | |
-- Performing SIMD Test SSE2 instructions - Success | |
-- Performing SIMD Test SSE3 instructions | |
-- Performing SIMD Test SSE3 instructions - Success | |
-- Performing SIMD Test SSSE3 instructions | |
-- Performing SIMD Test SSSE3 instructions - Success | |
-- Performing SIMD Test SSE4.1 instructions | |
-- Performing SIMD Test SSE4.1 instructions - Success | |
-- Performing SIMD Test SSE4.2 instructions | |
-- Performing SIMD Test SSE4.2 instructions - Success | |
-- Performing SIMD Test AES new instructions | |
-- Performing SIMD Test AES new instructions - Success | |
-- Performing SIMD Test F16C instructions | |
-- Performing SIMD Test F16C instructions - Success | |
-- Performing SIMD Test RDRAND instruction | |
-- Performing SIMD Test RDRAND instruction - Success | |
-- Performing SIMD Test RDSEED instruction | |
-- Performing SIMD Test RDSEED instruction - Success | |
-- Performing SIMD Test SHA new instructions | |
-- Performing SIMD Test SHA new instructions - Success | |
-- Performing SIMD Test AVX instructions | |
-- Performing SIMD Test AVX instructions - Success | |
-- Performing SIMD Test AVX2 instructions | |
-- Performing SIMD Test AVX2 instructions - Success | |
-- Performing SIMD Test AVX512 F instructions | |
-- Performing SIMD Test AVX512 F instructions - Success | |
-- Performing SIMD Test AVX512 ER instructions | |
-- Performing SIMD Test AVX512 ER instructions - Success | |
-- Performing SIMD Test AVX512 CD instructions | |
-- Performing SIMD Test AVX512 CD instructions - Success | |
-- Performing SIMD Test AVX512 PF instructions | |
-- Performing SIMD Test AVX512 PF instructions - Success | |
-- Performing SIMD Test AVX512 DQ instructions | |
-- Performing SIMD Test AVX512 DQ instructions - Success | |
-- Performing SIMD Test AVX512 BW instructions | |
-- Performing SIMD Test AVX512 BW instructions - Success | |
-- Performing SIMD Test AVX512 VL instructions | |
-- Performing SIMD Test AVX512 VL instructions - Success | |
-- Performing SIMD Test AVX512 IFMA instructions | |
-- Performing SIMD Test AVX512 IFMA instructions - Success | |
-- Performing SIMD Test AVX512 VBMI instructions | |
-- Performing SIMD Test AVX512 VBMI instructions - Success | |
-- Performing Test HAVE_posix_fallocate | |
-- Performing Test HAVE_posix_fallocate - Failed | |
-- Performing Test HAVE_alloca_stdlib_h | |
-- Performing Test HAVE_alloca_stdlib_h - Success | |
-- Performing Test HAVE_alloca_h | |
-- Performing Test HAVE_alloca_h - Success | |
-- Performing Test HAVE_alloca_malloc_h | |
-- Performing Test HAVE_alloca_malloc_h - Failed | |
-- Performing Test HAVE_stack_protector | |
-- Performing Test HAVE_stack_protector - Success | |
-- Performing Test HAVE_intelcet | |
-- Performing Test HAVE_intelcet - Failed | |
-- Looking for backtrace | |
-- Looking for backtrace - found | |
-- backtrace facility detected in default set of libraries | |
-- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include | |
-- Found the following ICU libraries: | |
-- i18n (required) | |
-- uc (required) | |
-- data (required) | |
-- data (required) | |
-- Found ICU: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/include (found version "69.1") | |
-- Performing Test HAVE_STDATOMIC | |
-- Performing Test HAVE_STDATOMIC - Success | |
-- Found WrapAtomic: TRUE | |
-- Found Libb2: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libb2.a | |
-- Performing Test HAVE_GETTIME | |
-- Performing Test HAVE_GETTIME - Success | |
-- Found WrapRt: TRUE | |
-- Found WrapSystemPCRE2: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpcre2-16.a (Required is at least version "10.20") | |
-- Performing Test HAVE_atomicfptr | |
-- Performing Test HAVE_atomicfptr - Success | |
-- Performing Test HAVE_clock_monotonic | |
-- Performing Test HAVE_clock_monotonic - Failed | |
-- Performing Test HAVE_cloexec | |
-- Performing Test HAVE_cloexec - Failed | |
-- Performing Test HAVE_cxx11_future | |
-- Performing Test HAVE_cxx11_future - Success | |
-- Performing Test HAVE_cxx11_random | |
-- Performing Test HAVE_cxx11_random - Success | |
-- Performing Test HAVE_cxx17_filesystem | |
-- Performing Test HAVE_cxx17_filesystem - Failed | |
-- Performing Test HAVE_eventfd | |
-- Performing Test HAVE_eventfd - Failed | |
-- Performing Test HAVE_futimens | |
-- Performing Test HAVE_futimens - Success | |
-- Performing Test HAVE_futimes | |
-- Performing Test HAVE_futimes - Success | |
-- Performing Test HAVE_getauxval | |
-- Performing Test HAVE_getauxval - Failed | |
-- Performing Test HAVE_getentropy | |
-- Performing Test HAVE_getentropy - Failed | |
-- Performing Test HAVE_glibc | |
-- Performing Test HAVE_glibc - Failed | |
-- Performing Test HAVE_inotify | |
-- Performing Test HAVE_inotify - Failed | |
-- Performing Test HAVE_ipc_sysv | |
-- Performing Test HAVE_ipc_sysv - Success | |
-- Performing Test HAVE_ipc_posix | |
-- Performing Test HAVE_ipc_posix - Success | |
-- Performing Test HAVE_linkat | |
-- Performing Test HAVE_linkat - Success | |
-- Performing Test HAVE_ppoll | |
-- Performing Test HAVE_ppoll - Failed | |
-- Performing Test HAVE_pollts | |
-- Performing Test HAVE_pollts - Failed | |
-- Performing Test HAVE_poll | |
-- Performing Test HAVE_poll - Success | |
-- Performing Test HAVE_renameat2 | |
-- Performing Test HAVE_renameat2 - Failed | |
-- Performing Test HAVE_statx | |
-- Performing Test HAVE_statx - Failed | |
-- Performing Test HAVE_syslog | |
-- Performing Test HAVE_syslog - Success | |
-- Performing Test HAVE_xlocalescanprint | |
-- Performing Test HAVE_xlocalescanprint - Failed | |
-- Found OpenSSL: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libcrypto.a (found version "1.1.1l") | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Found WrapOpenSSLHeaders: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/include (found version "1.1.1l") | |
-- Performing Test HAVE_openssl_headers | |
-- Performing Test HAVE_openssl_headers - Success | |
-- Found WrapOpenSSL: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libcrypto.a (found version "1.1.1l") | |
-- Performing Test HAVE_openssl | |
-- Performing Test HAVE_openssl - Success | |
-- Performing Test HAVE_getifaddrs | |
-- Performing Test HAVE_getifaddrs - Success | |
-- Performing Test HAVE_ifr_index | |
-- Performing Test HAVE_ifr_index - Failed | |
-- Performing Test HAVE_ipv6ifname | |
-- Performing Test HAVE_ipv6ifname - Success | |
-- Performing Test HAVE_linux_netlink | |
-- Performing Test HAVE_linux_netlink - Failed | |
-- Performing Test HAVE_sctp | |
-- Performing Test HAVE_sctp - Failed | |
-- Performing Test HAVE_dtls | |
-- Performing Test HAVE_dtls - Success | |
-- Performing Test HAVE_ocsp | |
-- Performing Test HAVE_ocsp - Success | |
-- Performing Test HAVE_networklistmanager | |
-- Performing Test HAVE_networklistmanager - Failed | |
-- Found ZLIB: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libz.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libz.a (found version "1.2.11") | |
-- Found BZip2: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libbz2.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libbz2d.a (found version "1.0.8") | |
-- Looking for BZ2_bzCompressInit | |
-- Looking for BZ2_bzCompressInit - found | |
-- Found PNG: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpng.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpng16d.a (found version "1.6.37") | |
-- Found WrapSystemFreetype: TRUE (found suitable version "2.11.0", minimum required is "2.2.0") | |
-- Found WrapSystemHarfbuzz: TRUE (Required is at least version "2.6.0") | |
-- Found JPEG: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libjpeg.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libjpeg.a (found version "62") | |
-- Could NOT find md4c (missing: md4c_DIR) | |
-- Found WrapSystemPNG: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpng.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpng16d.a;optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libz.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libz.a (found version "1.6.37") | |
-- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework | |
-- Found WrapOpenGL: TRUE | |
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) | |
-- Performing Test HAVE_evdev | |
-- Performing Test HAVE_evdev - Failed | |
-- Performing Test HAVE_integrityfb | |
-- Performing Test HAVE_integrityfb - Failed | |
-- Performing Test HAVE_linuxfb | |
-- Performing Test HAVE_linuxfb - Failed | |
-- Performing Test HAVE_directwrite | |
-- Performing Test HAVE_directwrite - Failed | |
-- Performing Test HAVE_directwrite3 | |
-- Performing Test HAVE_directwrite3 - Failed | |
-- Performing Test HAVE_d2d1 | |
-- Performing Test HAVE_d2d1 - Failed | |
-- Performing Test HAVE_d2d1_1 | |
-- Performing Test HAVE_d2d1_1 - Failed | |
-- Tool 'Qt6::moc' will be built from source. | |
-- Tool 'Qt6::rcc' will be built from source. | |
-- Tool 'Qt6::tracegen' will be built from source. | |
-- Tool 'Qt6::cmake_automoc_parser' will be built from source. | |
-- Using system PCRE2. | |
-- Found WrapPCRE2: TRUE | |
-- Using source syncqt found at: /Users/be/sw/mixxx/vcpkg/buildtrees/qtbase/src/b972a83792-2f8042b536.clean/libexec/syncqt.pl | |
-- Running syncqt for module: 'QtCore' | |
-- Found the following ICU libraries: | |
-- i18n (required) | |
-- uc (required) | |
-- data (required) | |
-- data (required) | |
-- Running syncqt for module: 'QtConcurrent' | |
-- Running syncqt for module: 'QtSql' | |
QtSql: created deprecated header(s) { qsql.h } | |
-- Running syncqt for module: 'QtNetwork' | |
-- Running syncqt for module: 'QtXml' | |
-- Tool 'Qt6::uic' will be built from source. | |
-- Tool 'Qt6::qdbuscpp2xml' will be built from source. | |
-- Tool 'Qt6::qdbusxml2cpp' will be built from source. | |
-- Tool 'Qt6::qlalr' will be built from source. | |
-- Tool 'Qt6::qvkgen' will be built from source. | |
-- Tool 'Qt6::qtpaths' will be built from source. | |
-- Tool 'Qt6::androiddeployqt' will be built from source. | |
-- Tool 'Qt6::androidtestrunner' will be built from source. | |
-- Running syncqt for module: 'QtDBus' | |
QtDBus: created deprecated header(s) { qdbusmacros.h } | |
-- Using system Harfbuzz. | |
-- Found WrapHarfbuzz: TRUE | |
-- Using system PNG. | |
-- Found WrapPNG: TRUE | |
-- Using system Freetype. | |
-- Found WrapFreetype: TRUE | |
-- Running syncqt for module: 'QtGui' | |
-- Could NOT find md4c (missing: md4c_DIR) | |
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) | |
-- Running syncqt for module: 'QtOpenGL' | |
-- Running syncqt for module: 'QtWidgets' | |
-- Running syncqt for module: 'QtOpenGLWidgets' | |
-- Running syncqt for module: 'QtDeviceDiscoverySupport' | |
-- Running syncqt for module: 'QtFbSupport' | |
-- Running syncqt for module: 'QtTest' | |
QtTest: created deprecated header(s) { qtest_global.h } | |
-- Running syncqt for module: 'QtPrintSupport' | |
-- Found Cups: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libcups.tbd (found version "2.3.4") | |
-- Found PostgreSQL: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpq.a (found version "12.2") | |
-- Found SQLite3: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/include (found version "3.36.0") | |
-- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR) | |
-- Tool 'Qt6::qmake' will be built from source. | |
-- The following packages have been found: | |
* QtBuildInternals | |
* WrapZLIB (required version >= 1.0.8) | |
* zstd | |
* ZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd> | |
* Backtrace | |
* double-conversion | |
* unofficial-brotli | |
* Freetype (required version >= 2.2.0) | |
* freetype | |
* BZip2 | |
* harfbuzz | |
* ZLIB | |
* PNG | |
* OpenGL | |
* WrapPCRE2 | |
* WrapBacktrace | |
* WrapDoubleConversion | |
* ICU | |
* WrapAtomic | |
* Libb2 | |
* WrapRt | |
* WrapSystemPCRE2 (required version >= 10.20) | |
* WrapBrotli | |
* WrapOpenSSLHeaders | |
* WrapOpenSSL | |
* WrapHarfbuzz | |
* WrapPNG | |
* WrapSystemFreetype (required version >= 2.2.0) | |
* WrapSystemHarfbuzz (required version >= 2.6.0) | |
* WrapSystemPNG | |
* WrapOpenGL | |
* Cups | |
* SQLite3 | |
* PostgreSQL | |
* OpenSSL | |
* Threads | |
* WrapFreetype | |
* JPEG | |
-- The following OPTIONAL packages have not been found: | |
* DBus1 (required version >= 1.2) | |
* WrapDBus1 (required version >= 1.2) | |
* PCRE2 (required version >= 10.20) | |
* md4c | |
* WrapSystemMd4c | |
* WrapVulkanHeaders | |
* Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase> | |
* PkgConfig | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/be/sw/mixxx/vcpkg/buildtrees/qtbase/x64-osx-min10.14-dbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running with expanded trace output on. | |
-- The CXX compiler identification is AppleClang 12.0.5.12050022 | |
-- The C compiler identification is AppleClang 12.0.5.12050022 | |
-- The ASM compiler identification is Clang | |
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/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: /Library/Developer/CommandLineTools/usr/bin/cc - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for feature set changes | |
-- Looking for a OBJC compiler | |
-- Looking for a OBJC compiler - /Library/Developer/CommandLineTools/usr/bin/cc | |
-- The OBJC compiler identification is AppleClang 12.0.5.12050022 | |
-- Detecting OBJC compiler ABI info | |
-- Detecting OBJC compiler ABI info - done | |
-- Check for working OBJC compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped | |
-- Looking for a OBJCXX compiler | |
-- Looking for a OBJCXX compiler - /Library/Developer/CommandLineTools/usr/bin/c++ | |
-- The OBJCXX compiler identification is AppleClang 12.0.5.12050022 | |
-- Detecting OBJCXX compiler ABI info | |
-- Detecting OBJCXX compiler ABI info - done | |
-- Check for working OBJCXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped | |
-- Building architecture extraction project with the following CMake arguments: | |
-DVCPKG_TARGET_TRIPLET=x64-osx-min10.14 | |
-DVCPKG_TARGET_ARCHITECTURE=x64 | |
-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Users/be/sw/mixxx/vcpkg/scripts/toolchains/osx.cmake | |
-DZ_VCPKG_ROOT_DIR=/Users/be/sw/mixxx/vcpkg | |
-DCMAKE_TOOLCHAIN_FILE=/Users/be/sw/mixxx/vcpkg/scripts/buildsystems/vcpkg.cmake | |
-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Users/be/sw/mixxx/vcpkg/scripts/toolchains/osx.cmake | |
-DCMAKE_C_STANDARD=11 | |
-DCMAKE_CXX_STANDARD=17 | |
-DCMAKE_OSX_ARCHITECTURES:STRING=x86_64 | |
-- Extracting architecture info from /Users/be/sw/mixxx/vcpkg/buildtrees/qtbase/x64-osx-min10.14-dbg/config.tests/arch/architecture_test. | |
-- Performing Test HAVE_LD_VERSION_SCRIPT | |
-- Performing Test HAVE_LD_VERSION_SCRIPT - Failed | |
-- CMAKE_OSX_ARCHITECTURES: "x86_64" | |
-- CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk" | |
-- CMAKE_OSX_DEPLOYMENT_TARGET: "10.14" | |
-- QT_MAC_SDK_VERSION: "11.3" | |
-- QT_MAC_XCODE_VERSION: "" | |
-- QT_IS_MACOS_UNIVERSAL: "OFF" | |
-- Configure tests main architecture (in multi-arch build): "x86_64" | |
-- CMAKE_VERSION: "3.21.1" | |
-- CMAKE_HOST_SYSTEM: "Darwin-20.6.0" | |
-- CMAKE_HOST_SYSTEM_NAME: "Darwin" | |
-- CMAKE_HOST_SYSTEM_VERSION: "20.6.0" | |
-- CMAKE_HOST_SYSTEM_PROCESSOR: "x86_64" | |
-- CMAKE_SYSTEM: "Darwin" | |
-- CMAKE_SYSTEM_NAME: "Darwin" | |
-- CMAKE_SYSTEM_VERSION: "20.6.0" | |
-- CMAKE_SYSTEM_PROCESSOR: "x86_64" | |
-- CMAKE_CROSSCOMPILING: "OFF" | |
-- CMAKE_C_COMPILER: "/Library/Developer/CommandLineTools/usr/bin/cc" (12.0.5.12050022) | |
-- CMAKE_CXX_COMPILER: "/Library/Developer/CommandLineTools/usr/bin/c++" (12.0.5.12050022) | |
-- CMAKE_OBJC_COMPILER: "/Library/Developer/CommandLineTools/usr/bin/cc" (12.0.5.12050022) | |
-- CMAKE_OBJCXX_COMPILER: "/Library/Developer/CommandLineTools/usr/bin/c++" (12.0.5.12050022) | |
-- Found ZLIB: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libz.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libz.a (found suitable version "1.2.11", minimum required is "1.0.8") | |
-- Found WrapZLIB: TRUE (Required is at least version "1.0.8") | |
-- Found ZSTD: 1.5.0 (found suitable version "1.5.0", minimum required is "1.3") | |
-- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2") | |
-- Performing Test HAVE_cxx14 | |
-- Performing Test HAVE_cxx14 - Success | |
-- Performing Test HAVE_cxx17 | |
-- Performing Test HAVE_cxx17 - Success | |
-- Performing Test HAVE_cxx20 | |
-- Performing Test HAVE_cxx20 - Success | |
-- Performing Test precompiled header support | |
-- Performing Test precompiled header support - Success | |
-- Performing Test TEST_use_bfd_linker | |
-- Performing Test TEST_use_bfd_linker - Success | |
-- Performing Test TEST_use_gold_linker | |
-- Performing Test TEST_use_gold_linker - Success | |
-- Performing Test TEST_use_lld_linker | |
-- Performing Test TEST_use_lld_linker - Success | |
-- Performing Test TEST_optimize_debug | |
-- Performing Test TEST_optimize_debug - Success | |
-- Performing Test TEST_enable_new_dtags | |
-- Performing Test TEST_enable_new_dtags - Failed | |
-- Performing Test TEST_gdb_index | |
-- Performing Test TEST_gdb_index - Failed | |
-- Performing Test HAVE_reduce_relocations | |
-- Performing Test HAVE_reduce_relocations - Success | |
-- Performing Test separate debug information support | |
-- Performing Test separate debug information support - Failed | |
-- Performing Test HAVE_signaling_nan | |
-- Performing Test HAVE_signaling_nan - Success | |
-- Performing SIMD Test SSE2 instructions | |
-- Performing SIMD Test SSE2 instructions - Success | |
-- Performing SIMD Test SSE3 instructions | |
-- Performing SIMD Test SSE3 instructions - Success | |
-- Performing SIMD Test SSSE3 instructions | |
-- Performing SIMD Test SSSE3 instructions - Success | |
-- Performing SIMD Test SSE4.1 instructions | |
-- Performing SIMD Test SSE4.1 instructions - Success | |
-- Performing SIMD Test SSE4.2 instructions | |
-- Performing SIMD Test SSE4.2 instructions - Success | |
-- Performing SIMD Test AES new instructions | |
-- Performing SIMD Test AES new instructions - Success | |
-- Performing SIMD Test F16C instructions | |
-- Performing SIMD Test F16C instructions - Success | |
-- Performing SIMD Test RDRAND instruction | |
-- Performing SIMD Test RDRAND instruction - Success | |
-- Performing SIMD Test RDSEED instruction | |
-- Performing SIMD Test RDSEED instruction - Success | |
-- Performing SIMD Test SHA new instructions | |
-- Performing SIMD Test SHA new instructions - Success | |
-- Performing SIMD Test AVX instructions | |
-- Performing SIMD Test AVX instructions - Success | |
-- Performing SIMD Test AVX2 instructions | |
-- Performing SIMD Test AVX2 instructions - Success | |
-- Performing SIMD Test AVX512 F instructions | |
-- Performing SIMD Test AVX512 F instructions - Success | |
-- Performing SIMD Test AVX512 ER instructions | |
-- Performing SIMD Test AVX512 ER instructions - Success | |
-- Performing SIMD Test AVX512 CD instructions | |
-- Performing SIMD Test AVX512 CD instructions - Success | |
-- Performing SIMD Test AVX512 PF instructions | |
-- Performing SIMD Test AVX512 PF instructions - Success | |
-- Performing SIMD Test AVX512 DQ instructions | |
-- Performing SIMD Test AVX512 DQ instructions - Success | |
-- Performing SIMD Test AVX512 BW instructions | |
-- Performing SIMD Test AVX512 BW instructions - Success | |
-- Performing SIMD Test AVX512 VL instructions | |
-- Performing SIMD Test AVX512 VL instructions - Success | |
-- Performing SIMD Test AVX512 IFMA instructions | |
-- Performing SIMD Test AVX512 IFMA instructions - Success | |
-- Performing SIMD Test AVX512 VBMI instructions | |
-- Performing SIMD Test AVX512 VBMI instructions - Success | |
-- Performing Test HAVE_posix_fallocate | |
-- Performing Test HAVE_posix_fallocate - Failed | |
-- Performing Test HAVE_alloca_stdlib_h | |
-- Performing Test HAVE_alloca_stdlib_h - Success | |
-- Performing Test HAVE_alloca_h | |
-- Performing Test HAVE_alloca_h - Success | |
-- Performing Test HAVE_alloca_malloc_h | |
-- Performing Test HAVE_alloca_malloc_h - Failed | |
-- Performing Test HAVE_stack_protector | |
-- Performing Test HAVE_stack_protector - Success | |
-- Performing Test HAVE_intelcet | |
-- Performing Test HAVE_intelcet - Failed | |
-- Looking for backtrace | |
-- Looking for backtrace - found | |
-- backtrace facility detected in default set of libraries | |
-- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include | |
-- Found the following ICU libraries: | |
-- i18n (required) | |
-- uc (required) | |
-- data (required) | |
-- data (required) | |
-- Found ICU: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/include (found version "69.1") | |
-- Performing Test HAVE_STDATOMIC | |
-- Performing Test HAVE_STDATOMIC - Success | |
-- Found WrapAtomic: TRUE | |
-- Found Libb2: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libb2.a | |
-- Performing Test HAVE_GETTIME | |
-- Performing Test HAVE_GETTIME - Success | |
-- Found WrapRt: TRUE | |
-- Found WrapSystemPCRE2: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpcre2-16.a (Required is at least version "10.20") | |
-- Performing Test HAVE_atomicfptr | |
-- Performing Test HAVE_atomicfptr - Success | |
-- Performing Test HAVE_clock_monotonic | |
-- Performing Test HAVE_clock_monotonic - Failed | |
-- Performing Test HAVE_cloexec | |
-- Performing Test HAVE_cloexec - Failed | |
-- Performing Test HAVE_cxx11_future | |
-- Performing Test HAVE_cxx11_future - Success | |
-- Performing Test HAVE_cxx11_random | |
-- Performing Test HAVE_cxx11_random - Success | |
-- Performing Test HAVE_cxx17_filesystem | |
-- Performing Test HAVE_cxx17_filesystem - Failed | |
-- Performing Test HAVE_eventfd | |
-- Performing Test HAVE_eventfd - Failed | |
-- Performing Test HAVE_futimens | |
-- Performing Test HAVE_futimens - Success | |
-- Performing Test HAVE_futimes | |
-- Performing Test HAVE_futimes - Success | |
-- Performing Test HAVE_getauxval | |
-- Performing Test HAVE_getauxval - Failed | |
-- Performing Test HAVE_getentropy | |
-- Performing Test HAVE_getentropy - Failed | |
-- Performing Test HAVE_glibc | |
-- Performing Test HAVE_glibc - Failed | |
-- Performing Test HAVE_inotify | |
-- Performing Test HAVE_inotify - Failed | |
-- Performing Test HAVE_ipc_sysv | |
-- Performing Test HAVE_ipc_sysv - Success | |
-- Performing Test HAVE_ipc_posix | |
-- Performing Test HAVE_ipc_posix - Success | |
-- Performing Test HAVE_linkat | |
-- Performing Test HAVE_linkat - Success | |
-- Performing Test HAVE_ppoll | |
-- Performing Test HAVE_ppoll - Failed | |
-- Performing Test HAVE_pollts | |
-- Performing Test HAVE_pollts - Failed | |
-- Performing Test HAVE_poll | |
-- Performing Test HAVE_poll - Success | |
-- Performing Test HAVE_renameat2 | |
-- Performing Test HAVE_renameat2 - Failed | |
-- Performing Test HAVE_statx | |
-- Performing Test HAVE_statx - Failed | |
-- Performing Test HAVE_syslog | |
-- Performing Test HAVE_syslog - Success | |
-- Performing Test HAVE_xlocalescanprint | |
-- Performing Test HAVE_xlocalescanprint - Failed | |
-- Found OpenSSL: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libcrypto.a (found version "1.1.1l") | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Found WrapOpenSSLHeaders: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/include (found version "1.1.1l") | |
-- Performing Test HAVE_openssl_headers | |
-- Performing Test HAVE_openssl_headers - Success | |
-- Found WrapOpenSSL: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libcrypto.a (found version "1.1.1l") | |
-- Performing Test HAVE_openssl | |
-- Performing Test HAVE_openssl - Success | |
-- Performing Test HAVE_getifaddrs | |
-- Performing Test HAVE_getifaddrs - Success | |
-- Performing Test HAVE_ifr_index | |
-- Performing Test HAVE_ifr_index - Failed | |
-- Performing Test HAVE_ipv6ifname | |
-- Performing Test HAVE_ipv6ifname - Success | |
-- Performing Test HAVE_linux_netlink | |
-- Performing Test HAVE_linux_netlink - Failed | |
-- Performing Test HAVE_sctp | |
-- Performing Test HAVE_sctp - Failed | |
-- Performing Test HAVE_dtls | |
-- Performing Test HAVE_dtls - Success | |
-- Performing Test HAVE_ocsp | |
-- Performing Test HAVE_ocsp - Success | |
-- Performing Test HAVE_networklistmanager | |
-- Performing Test HAVE_networklistmanager - Failed | |
-- Found ZLIB: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libz.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libz.a (found version "1.2.11") | |
-- Found BZip2: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libbz2.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libbz2d.a (found version "1.0.8") | |
-- Looking for BZ2_bzCompressInit | |
-- Looking for BZ2_bzCompressInit - found | |
-- Found PNG: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpng.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpng16d.a (found version "1.6.37") | |
-- Found WrapSystemFreetype: TRUE (found suitable version "2.11.0", minimum required is "2.2.0") | |
-- Found WrapSystemHarfbuzz: TRUE (Required is at least version "2.6.0") | |
-- Found JPEG: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libjpeg.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libjpeg.a (found version "62") | |
-- Could NOT find md4c (missing: md4c_DIR) | |
-- Found WrapSystemPNG: optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpng.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpng16d.a;optimized;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/lib/libz.a;debug;/Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libz.a (found version "1.6.37") | |
-- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework | |
-- Found WrapOpenGL: TRUE | |
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) | |
-- Performing Test HAVE_evdev | |
-- Performing Test HAVE_evdev - Failed | |
-- Performing Test HAVE_integrityfb | |
-- Performing Test HAVE_integrityfb - Failed | |
-- Performing Test HAVE_linuxfb | |
-- Performing Test HAVE_linuxfb - Failed | |
-- Performing Test HAVE_directwrite | |
-- Performing Test HAVE_directwrite - Failed | |
-- Performing Test HAVE_directwrite3 | |
-- Performing Test HAVE_directwrite3 - Failed | |
-- Performing Test HAVE_d2d1 | |
-- Performing Test HAVE_d2d1 - Failed | |
-- Performing Test HAVE_d2d1_1 | |
-- Performing Test HAVE_d2d1_1 - Failed | |
-- Tool 'Qt6::moc' will be built from source. | |
-- Tool 'Qt6::rcc' will be built from source. | |
-- Tool 'Qt6::tracegen' will be built from source. | |
-- Tool 'Qt6::cmake_automoc_parser' will be built from source. | |
-- Using system PCRE2. | |
-- Found WrapPCRE2: TRUE | |
-- Using source syncqt found at: /Users/be/sw/mixxx/vcpkg/buildtrees/qtbase/src/b972a83792-2f8042b536.clean/libexec/syncqt.pl | |
-- Running syncqt for module: 'QtCore' | |
-- Found the following ICU libraries: | |
-- i18n (required) | |
-- uc (required) | |
-- data (required) | |
-- data (required) | |
-- Running syncqt for module: 'QtConcurrent' | |
-- Running syncqt for module: 'QtSql' | |
QtSql: created deprecated header(s) { qsql.h } | |
-- Running syncqt for module: 'QtNetwork' | |
-- Running syncqt for module: 'QtXml' | |
-- Tool 'Qt6::uic' will be built from source. | |
-- Tool 'Qt6::qdbuscpp2xml' will be built from source. | |
-- Tool 'Qt6::qdbusxml2cpp' will be built from source. | |
-- Tool 'Qt6::qlalr' will be built from source. | |
-- Tool 'Qt6::qvkgen' will be built from source. | |
-- Tool 'Qt6::qtpaths' will be built from source. | |
-- Tool 'Qt6::androiddeployqt' will be built from source. | |
-- Tool 'Qt6::androidtestrunner' will be built from source. | |
-- Running syncqt for module: 'QtDBus' | |
QtDBus: created deprecated header(s) { qdbusmacros.h } | |
-- Using system Harfbuzz. | |
-- Found WrapHarfbuzz: TRUE | |
-- Using system PNG. | |
-- Found WrapPNG: TRUE | |
-- Using system Freetype. | |
-- Found WrapFreetype: TRUE | |
-- Running syncqt for module: 'QtGui' | |
-- Could NOT find md4c (missing: md4c_DIR) | |
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) | |
-- Running syncqt for module: 'QtOpenGL' | |
-- Running syncqt for module: 'QtWidgets' | |
-- Running syncqt for module: 'QtOpenGLWidgets' | |
-- Running syncqt for module: 'QtDeviceDiscoverySupport' | |
-- Running syncqt for module: 'QtFbSupport' | |
-- Running syncqt for module: 'QtTest' | |
QtTest: created deprecated header(s) { qtest_global.h } | |
-- Running syncqt for module: 'QtPrintSupport' | |
-- Found Cups: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libcups.tbd (found version "2.3.4") | |
-- Found PostgreSQL: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/debug/lib/libpq.a (found version "12.2") | |
-- Found SQLite3: /Users/be/sw/mixxx/qt6/vcpkg_installed/x64-osx-min10.14/include (found version "3.36.0") | |
-- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR) | |
-- Tool 'Qt6::qmake' will be built from source. | |
-- The following packages have been found: | |
* QtBuildInternals | |
* WrapZLIB (required version >= 1.0.8) | |
* zstd | |
* ZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd> | |
* Backtrace | |
* double-conversion | |
* unofficial-brotli | |
* Freetype (required version >= 2.2.0) | |
* freetype | |
* BZip2 | |
* harfbuzz | |
* ZLIB | |
* PNG | |
* OpenGL | |
* WrapPCRE2 | |
* WrapBacktrace | |
* WrapDoubleConversion | |
* ICU | |
* WrapAtomic | |
* Libb2 | |
* WrapRt | |
* WrapSystemPCRE2 (required version >= 10.20) | |
* WrapBrotli | |
* WrapOpenSSLHeaders | |
* WrapOpenSSL | |
* WrapHarfbuzz | |
* WrapPNG | |
* WrapSystemFreetype (required version >= 2.2.0) | |
* WrapSystemHarfbuzz (required version >= 2.6.0) | |
* WrapSystemPNG | |
* WrapOpenGL | |
* Cups | |
* SQLite3 | |
* PostgreSQL | |
* OpenSSL | |
* Threads | |
* WrapFreetype | |
* JPEG | |
-- The following OPTIONAL packages have not been found: | |
* DBus1 (required version >= 1.2) | |
* WrapDBus1 (required version >= 1.2) | |
* PCRE2 (required version >= 10.20) | |
* md4c | |
* WrapSystemMd4c | |
* WrapVulkanHeaders | |
* Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase> | |
* PkgConfig | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/be/sw/mixxx/vcpkg/buildtrees/qtbase/x64-osx-min10.14-dbg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment