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
Host Environment
Windows Server 2022
visual studio 2022 professional
Windows 10 SDK 20348
To Reproduce
Steps to reproduce the behavior:
./vcpkg install log4cxx
might even fail with just ./vcpkg install apr
have an override of log4cxx @ { "name": "log4cxx", "version": "0.11.0#3" }
Failure logs
Installing 60/62 apr:x64-windows-static...
Building apr[core]:x64-windows-static...
-- Installing port from location: C:\vcpkg\buildtrees\versioning_\versions\apr\2f23cf24a3496f9fb519512245a3e0f1a66c8ed9
-- Downloading https://www.apache.org/dist/apr/apr-1.7.0.tar.bz2 -> apr-1.7.0.tar.bz2...
[DEBUG] To include the environment variables in debug output, pass --debug-env
[DEBUG] Feature flag 'binarycaching' unset
[DEBUG] Feature flag 'compilertracking' unset
[DEBUG] Feature flag 'registries' unset
[DEBUG] Feature flag 'versions' unset
Downloading https://www.apache.org/dist/apr/apr-1.7.0.tar.bz2
error: Failed to download from mirror set
error: https://www.apache.org/dist/apr/apr-1.7.0.tar.bz2: failed: status code 404
Additional context
I believe APR updated to 1.7.1 and 1.7.0 is no longer offered.
The text was updated successfully, but these errors were encountered:
I see there is a pull request for the above, which is great! Is there a reasonable workaround in the meantime before this is made available? We are looking at manually downloading the APR archive to our build machines locally, so it will ideally use a local copy and not try and download. Curious if there was something more straight forward?
Oddly we are seeing APR 1.7.1 missing now and looks like an update to 1.7.2 is the only available. Not sure if the above update can accommodate this? @LilyWangLL
Host Environment
Windows Server 2022
visual studio 2022 professional
Windows 10 SDK 20348
To Reproduce
Steps to reproduce the behavior:
./vcpkg install log4cxx
might even fail with just
./vcpkg install apr
have an override of log4cxx @
{ "name": "log4cxx", "version": "0.11.0#3" }
Failure logs
Additional context
I believe APR updated to 1.7.1 and 1.7.0 is no longer offered.
The text was updated successfully, but these errors were encountered: