-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Boost fails to download for configure/build #2309
Description
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:
- follow build instruction to the point of cmake .. to configure the build.
- errors on
-- 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):
- Operating System: Ubuntu 18.04
- Hardware A100
- Ethminer Version 0.19.0
- Ethminer options used : cannot even get there yet.
Additional context
Help! are there alternatives to the auto download?