-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Failed to extract archive boost_1_78_0.zip #2900
Comments
Filed as internal issue #USD-9131 |
Hi, I think it may be back now? @MikhailGorobets can you confirm? |
The website is up. I think in the dependency installation script, we can specify multiple sources for downloading files in case one of them is unavailable (if the situation repeats next year, KEKW). |
Yes, let's do that if it starts to become an issue. |
Hello! This issue seems to have reappeared, unfortunately, so an additional mirror in the build script probably wouldn't hurt. Boost actually keeps their own archive (e.g. https://archives.boost.io/release/1.78.0/source/boost_1_78_0.zip) which could be a good one. FYI found that mirror on a USD fork 2ebd43f so thank you @buddly27! |
Ah, I'm glad you found the fork! I hesitated to open a new issue since I assume JFrog is currently working on resolving the issue with the broken links, but switching to a different mirror might be a good idea if it persists. |
Reopening this issue since the JFrog site is down again. From boostorg/boost#845 and comments on the boost mailing list it's unclear whether it will become available again or if we'll need to switch over to a different URL. For folks running into this, the current workaround is to replace "https://boostorg.jfrog.io/artifactory/main" with "https://archives.boost.io" in build_usd.py. We may commit this change to the dev and release branches, but we're keeping an eye on the boost discussions in case they decide to use a different host for distribution -- I'm not sure the boost.io site will be able to handle the load if/when they cutover. |
Maybe its worth having a bit of code that tries the frog link and then falls back to the boost archives if frog fails to provide a valid zip? I assume the boost server folks would appreciate keeping the loads low. |
The JFrog link is working again and per the boost mailing list it sounds it should continue to do so at least until the end of the year. I've filed a task internally to add backup download sites for boost to try to shield us from this in the future. |
Having the similar issue today with the same steps to reproduce and system information described above.
Looks like an occurring issue. Is this task already in place? |
Looks like boost's "free trial of jfrog" is over, again... Presumably last year's workaround still works :] |
@hamedsabri Yes, the task was filed last year but backlogged. I'm looking at this now and will hopefully have a fix soon. |
Description of Issue
I am getting this error when attempting to build the project.
I have analyzed the source code of the project build script and have come to the conclusion that it is related to this issue
boostorg/boost#842
Steps to Reproduce
python .\build_scripts\build_usd.py --build-variant debug .\build\Debug
System Information (OS, Hardware)
Windows
The text was updated successfully, but these errors were encountered: