-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[openssl:x64-windows] build failure #19796
Comments
The nasm https server is down. |
Please download this and put it into VCPKG_ROOT/downloads then try again. Please note that's a only a workaround, we need to wait for the official webset recovery, |
I can confirm that on x64-windows replacing the NASM section of
Unfortunately that is a win64 build so it won't serve to help x86-windows attempts to find NASM (as other people have already pointed out). |
It works for me :)
|
Use nasm-workaround branch, see microsoft/vcpkg#19796 Signed-off-by: Emily Mabrey <[email protected]>
We fixed this issue temporarily with a patch.
|
Hi guys, since the nasm official website has been restored, I think I can close this issue now. |
and its down again( |
Host Environment
To Reproduce
./vcpkg.exe install openssl:x64-windows
Failure Logs
Additional context
There appear to be two issues at play here, the first is that nasm.us appears to currently be down, while the alternative fossies url instead heads to a file gone page, this page instead states that the file we might actually be looking for is nasm-2.15.05-win64.zip, there does not appear to be a win32 version.
vcpkg/scripts/cmake/vcpkg_find_acquire_program.cmake
Line 87 in 21935b7
The text was updated successfully, but these errors were encountered: