You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
An issue installing LLVM on Windows.
Environment
OS: Windows 20
Compiler: VS2019
To Reproduce
Steps to reproduce the behavior:
./vcpkg iinstall llvm[core]:x64-windows
See error
Failure logs
Starting package 1/1: llvm:x64-windows
Building package llvm[core]:x64-windows...
-- Note: llvm only supports static library linkage. Building static library.
-- Using cached D:/Workspace/vcpkg/downloads/llvm-llvm-project-llvmorg-11.0.0.tar.gz
-- Cleaning sources at D:/Workspace/vcpkg/buildtrees/llvm/src/org-11.0.0-9a84d27ce8.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source D:/Workspace/vcpkg/downloads/llvm-llvm-project-llvmorg-11.0.0.tar.gz
-- Applying patch 0001-add-msvc-options.patch
-- Applying patch 0002-fix-install-paths.patch
-- Applying patch 0003-fix-openmp-debug.patch
-- Applying patch 0004-fix-dr-1734.patch
-- Applying patch 0005-fix-tools-path.patch
-- Applying patch 0006-workaround-msvc-bug.patch
-- Using source at D:/Workspace/vcpkg/buildtrees/llvm/src/org-11.0.0-9a84d27ce8.clean
-- Found external ninja('1.10.2').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/Workspace/vcpkg/packages/llvm_x64-windows/share/llvm/copyright
CMake Error at scripts/cmake/vcpkg_copy_tools.cmake:36 (message):
TOOL_NAMES must be specified.
Call Stack (most recent call first):
ports/llvm/portfile.cmake:239 (vcpkg_copy_tools)
scripts/ports.cmake:131 (include)
Error: Building package llvm:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with .\vcpkg update, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: llvm:x64-windows
Vcpkg version: 2021-01-13-768d8f95c9e752603d2c5901c7a7c7fbdb08af35
The text was updated successfully, but these errors were encountered:
Describe the bug
An issue installing LLVM on Windows.
Environment
To Reproduce
Steps to reproduce the behavior:
Failure logs
Starting package 1/1: llvm:x64-windows
Building package llvm[core]:x64-windows...
-- Note: llvm only supports static library linkage. Building static library.
-- Using cached D:/Workspace/vcpkg/downloads/llvm-llvm-project-llvmorg-11.0.0.tar.gz
-- Cleaning sources at D:/Workspace/vcpkg/buildtrees/llvm/src/org-11.0.0-9a84d27ce8.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source D:/Workspace/vcpkg/downloads/llvm-llvm-project-llvmorg-11.0.0.tar.gz
-- Applying patch 0001-add-msvc-options.patch
-- Applying patch 0002-fix-install-paths.patch
-- Applying patch 0003-fix-openmp-debug.patch
-- Applying patch 0004-fix-dr-1734.patch
-- Applying patch 0005-fix-tools-path.patch
-- Applying patch 0006-workaround-msvc-bug.patch
-- Using source at D:/Workspace/vcpkg/buildtrees/llvm/src/org-11.0.0-9a84d27ce8.clean
-- Found external ninja('1.10.2').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/Workspace/vcpkg/packages/llvm_x64-windows/share/llvm/copyright
CMake Error at scripts/cmake/vcpkg_copy_tools.cmake:36 (message):
TOOL_NAMES must be specified.
Call Stack (most recent call first):
ports/llvm/portfile.cmake:239 (vcpkg_copy_tools)
scripts/ports.cmake:131 (include)
Error: Building package llvm:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with
.\vcpkg update
, thensubmit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: llvm:x64-windows
Vcpkg version: 2021-01-13-768d8f95c9e752603d2c5901c7a7c7fbdb08af35
The text was updated successfully, but these errors were encountered: