This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Boost fails to download for configure/build #2309
Comments
Same setup , same cuda and A100s ...and exactly same error |
https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z --> this link is not working , which file we can change this link |
Try this change: 4734802 |
It works |
Thx for doing the research, yes, got it to compile. maybe the devs will update the source package. did you have any luck with your a100's? i get: CUDA Error : system not yet initialized even though nvidia-smi sees all the gpu's. |
PR #2284 resolves the Boost issue. Use that branch/fork until it gets merged |
Also seeing this. Trying @jimmystewpot fork for now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I am trying to build for cuda 11.2 on ubuntu 18.04. everything goes swimingly until i use cmake to configure the build (obviously i do not get far). it fails to find the url for the Boost package.
To Reproduce
Steps to reproduce the behavior:
-- Downloading...
dst='/home/cirrascale/.hunter/_Base/Download/Boost/1.66.0/075d0b4/boost_1_66_0.7z'
timeout='none'
-- Using src='https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z'
-- Retrying...
-- Using src='https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z'
-- Retry after 5 seconds (attempt #2) ...
-- Using src='https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z'
-- Retry after 5 seconds (attempt #3) ...
-- Using src='https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z'
-- Retry after 15 seconds (attempt #4) ...
-- Using src='https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z'
-- Retry after 60 seconds (attempt #5) ...
-- Using src='https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z'
CMake Error at Build/Boost-prefix/src/Boost-stamp/download-Boost.cmake:157 (message):
Each download failed!
--- LOG END ---
error: downloading 'https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z' failed
status_code: 22
status_string: "HTTP response code said error"
log:
--- LOG BEGIN ---
Trying 34.223.179.172...
(this is apparently the last server it will try)(failed on all previous)
Expected behavior
that the Boost file downloads and the configure process continues.
Environment (please complete the following information):
Additional context
Help! are there alternatives to the auto download?
The text was updated successfully, but these errors were encountered: