Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uSockets[ssl] build failure #14933

Closed
Phantomouse opened this issue Dec 3, 2020 · 2 comments · Fixed by #14935
Closed

uSockets[ssl] build failure #14933

Phantomouse opened this issue Dec 3, 2020 · 2 comments · Fixed by #14935
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@Phantomouse
Copy link
Contributor

Phantomouse commented Dec 3, 2020

Host Environment

  • OS: Windows 10 build 20H2
  • Compiler: Visual Studio 2019

To Reproduce
Steps to reproduce the behavior:
./vcpkg install uSockets[ssl]

Failure logs
-- Building x86-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:145 (message):
Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Debug --target install -- -v -j5
Working Directory: D:/vcpkg/buildtrees/usockets/x86-windows-dbg
See logs for more information:
D:\vcpkg\buildtrees\usockets\install-x86-windows-dbg-out.log

Call Stack (most recent call first):
scripts/cmake/vcpkg_build_cmake.cmake:96 (vcpkg_execute_build_process)
scripts/cmake/vcpkg_install_cmake.cmake:27 (vcpkg_build_cmake)
ports/usockets/portfile.cmake:34 (vcpkg_install_cmake)
scripts/ports.cmake:136 (include)

Error: Building package usockets:x86-windows failed with: BUILD_FAILED

stdout-x86-windows.log
config-x86-windows-out.log
install-x86-windows-dbg-out.log

Additional context
It seems CMAKE can't find some libs from Windows Kits 10 install folder. Tried to reinstall Windows Kits or add lib folder to PATH but nothing changed.

@PhoebeHui PhoebeHui added the category:port-bug The issue is with a library, which is something the port should already support label Dec 4, 2020
@PhoebeHui
Copy link
Contributor

@Phantomouse, thanks for reporting this issue!

I have summited PR #14935 to fix this issue.

@Phantomouse
Copy link
Contributor Author

@PhoebeHui Thanks, works fine for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants