-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am trying to build a project and I am getting the following error, making me unable to pass the configuration stage.
[proc] Executing command: /usr/bin/cmake --version
[proc] Executing command: /usr/bin/cmake -E capabilities
[kit] Successfully loaded 3 kits from /home/zserretv/.local/share/CMakeTools/cmake-tools-kits.json
[presetController] Reading and validating the presets file "/home/zserretv/repos/lacon/CMakePresets.json"
[presetController] Successfully validated /home/zserretv/repos/lacon/CMakePresets.json against presets schema
[proc] Executing command: uname -s
[presetController] Expanding presets file /home/zserretv/repos/lacon/CMakePresets.json
[presetController] Successfully expanded presets file /home/zserretv/repos/lacon/CMakePresets.json
[main] Configuring project: lacon
[proc] Executing command: /usr/bin/cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DRHO_TARGET_COMPILER=clang -S /home/zserretv/repos/lacon -B /home/zserretv/repos/lacon/build -G "Ninja Multi-Config"
[cmake] -- C++ Compiler: /usr/bin/clang++
[cmake] -- (clang for x64)
[cmake] -- vcpkg default-features for this project:
[cmake] -- vcpkg features to install:
[cmake] -- Running vcpkg install
[cmake] error: Invalid triplet: x64-linux-clang-dynamic
[cmake] Built-in Triplets:
[cmake] arm-neon-android
[cmake] arm64-android
[cmake] arm64-osx
[cmake] arm64-uwp
[cmake] arm64-windows-static-md
[cmake] arm64-windows
[cmake] x64-android
[cmake] x64-linux
[cmake] x64-osx
[cmake] x64-uwp
[cmake] x64-windows-release
[cmake] x64-windows-static-md
[cmake] x64-windows-static
[cmake] x64-windows
[cmake] x86-windows
[cmake] Community Triplets:
[cmake] arm-android
[cmake] arm-ios
[cmake] arm-linux-release
[cmake] arm-linux
[cmake] arm-mingw-dynamic
[cmake] arm-mingw-static
[cmake] arm-uwp-static-md
[cmake] arm-uwp
[cmake] arm-windows-static
[cmake] arm-windows
[cmake] arm64-ios-release
[cmake] arm64-ios-simulator-release
[cmake] arm64-ios-simulator
[cmake] arm64-ios
[cmake] arm64-linux-dynamic
[cmake] arm64-linux-release
[cmake] arm64-linux
[cmake] arm64-mingw-dynamic
[cmake] arm64-mingw-static
[cmake] arm64-osx-dynamic
[cmake] arm64-osx-release
[cmake] arm64-uwp-static-md
[cmake] arm64-windows-static-release
[cmake] arm64-windows-static
[cmake] arm64ec-windows
[cmake] armv6-android
[cmake] loongarch32-linux-release
[cmake] loongarch32-linux
[cmake] loongarch64-linux-release
[cmake] loongarch64-linux
[cmake] mips64-linux
[cmake] ppc64le-linux-release
[cmake] ppc64le-linux
[cmake] riscv32-linux-release
[cmake] riscv32-linux
[cmake] riscv64-linux-release
[cmake] riscv64-linux
[cmake] s390x-linux-release
[cmake] s390x-linux
[cmake] wasm32-emscripten
[cmake] x64-freebsd
[cmake] x64-ios
[cmake] x64-linux-dynamic
[cmake] x64-linux-release
[cmake] x64-mingw-dynamic
[cmake] x64-mingw-static
[cmake] x64-openbsd
[cmake] x64-osx-dynamic
[cmake] x64-osx-release
[cmake] x64-uwp-static-md
[cmake] x64-windows-static-md-release
[cmake] x64-windows-static-release
[cmake] x64-xbox-scarlett-static
[cmake] x64-xbox-scarlett
[cmake] x64-xbox-xboxone-static
[cmake] x64-xbox-xboxone
[cmake] x86-android
[cmake] x86-freebsd
[cmake] x86-ios
[cmake] x86-linux
[cmake] x86-mingw-dynamic
[cmake] x86-mingw-static
[cmake] x86-uwp-static-md
[cmake] x86-uwp
[cmake] x86-windows-static-md
[cmake] x86-windows-static
[cmake] x86-windows-v120
[cmake] Overlay Triplets from "/home/zserretv/repos/lacon/build/rho/cmake/tools/vcpkg_triplets":
[cmake] linux-clang
[cmake] windows-clang
[cmake] See https://learn.microsoft.com/vcpkg/users/triplets?WT.mc_id=vcpkg_inproduct_cli for more information.
[cmake]
[cmake] -- Running vcpkg install - failed
[cmake] -- Configuring incomplete, errors occurred!
[cmake] CMake Error at /home/zserretv/.cache/rho/rho-git_rho/rho-vcpkg/ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0/scripts/buildsystems/vcpkg.cmake:938 (message):
[cmake] vcpkg install failed. See logs for more information:
[cmake] /home/zserretv/repos/lacon/build/vcpkg-manifest-install.log
[cmake] Call Stack (most recent call first):
[cmake] /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:146 (include)
[cmake] CMakeLists.txt:11 (project)
[cmake]
I am running Omarchy - Linux 6.17.7-arch1-1 on an AMD Ryzen 7 5800x3D
I am attempting to build a C++ project with clang.
Metadata
Metadata
Assignees
Labels
No labels