Skip to content

llvm build failure #11309

@BenKey

Description

@BenKey

Host Environment

  • OS: Windows 10 Pro Version 1909 build 18363.778
  • Compiler: MSVC 19.25.28614 for x64

To Reproduce
Steps to reproduce the behavior:
./vcpkg install llvm llvm[clang-tools-extra] llvm[utils] --triplet x64-windows

Failure logs

[3299/3385] cmd.exe /C "cd . && D:\vcpkg\downloads\tools\cmake-3.14.0-windows\cmake-3.14.0-win32-x86\bin\cmake.exe -E vs_link_dll --intdir=tools\clang\tools\libclang\CMakeFiles\libclang.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100183~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100183~1.0\x64\mt.exe --manifests  -- C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\1425~1.286\bin\Hostx64\x64\link.exe  @CMakeFiles\libclang.rsp  /out:bin\libclangd.dll /implib:lib\libclangd.lib /pdb:bin\libclangd.pdb /dll /version:10.0 /machine:x64 /debug /INCREMENTAL   && cd ."
FAILED: bin/libclangd.dll lib/libclangd.lib 
cmd.exe /C "cd . && D:\vcpkg\downloads\tools\cmake-3.14.0-windows\cmake-3.14.0-win32-x86\bin\cmake.exe -E vs_link_dll --intdir=tools\clang\tools\libclang\CMakeFiles\libclang.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100183~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100183~1.0\x64\mt.exe --manifests  -- C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\1425~1.286\bin\Hostx64\x64\link.exe  @CMakeFiles\libclang.rsp  /out:bin\libclangd.dll /implib:lib\libclangd.lib /pdb:bin\libclangd.pdb /dll /version:10.0 /machine:x64 /debug /INCREMENTAL   && cd ."
LINK Pass 1: command "C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\1425~1.286\bin\Hostx64\x64\link.exe @CMakeFiles\libclang.rsp /out:bin\libclangd.dll /implib:lib\libclangd.lib /pdb:bin\libclangd.pdb /dll /version:10.0 /machine:x64 /debug /INCREMENTAL /MANIFEST /MANIFESTFILE:tools\clang\tools\libclang\CMakeFiles\libclang.dir/intermediate.manifest tools\clang\tools\libclang\CMakeFiles\libclang.dir/manifest.res" failed (exit code 1104) with the following output:
Microsoft (R) Incremental Linker Version 14.25.28614.0
Copyright (C) Microsoft Corporation.  All rights reserved.

...

LINK : fatal error LNK1104: cannot open file 'dl.lib'
ninja: build stopped: subcommand failed.

install-x64-windows-dbg-out.log

Metadata

Metadata

Assignees

Labels

category:port-bugThe issue is with a library, which is something the port should already support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions