Skip to content

Downloaded Boost source package failed #15690

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

Closed
liukai12345614 opened this issue Jan 6, 2025 · 1 comment · Fixed by #15691
Closed

Downloaded Boost source package failed #15690

liukai12345614 opened this issue Jan 6, 2025 · 1 comment · Fixed by #15691
Labels

Comments

@liukai12345614
Copy link

Description

Execute the code in scripts/install_deps.ps1 Invoke-WebRequest -URI "https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.zip" -OutFile boost.zip -UserAgent "" Failed to download boost. After downloading, it is 12KB and cannot be extract compressed.

Environment

  • Operating system: Windows Server 2022 Datacenter

Steps to Reproduce

  1. Open a PowerShell
  2. Invoke-WebRequest -URI "https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.zip" -OutFile boost.zip -UserAgent ""
@clonker
Copy link
Member

clonker commented Jan 6, 2025

The location has changed, see boostorg/boost#924, we should fix that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@clonker @liukai12345614 and others