Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Boost fails to download for configure/build #2309

Open
hlfritz opened this issue May 19, 2021 · 8 comments
Open

Boost fails to download for configure/build #2309

hlfritz opened this issue May 19, 2021 · 8 comments

Comments

@hlfritz
Copy link

hlfritz commented May 19, 2021

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:

  1. follow build instruction to the point of cmake .. to configure the build.
  2. 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?

@karanveersingh5623
Copy link

Same setup , same cuda and A100s ...and exactly same error

@karanveersingh5623
Copy link

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

@karanveersingh5623
Copy link

Try this change: 4734802

@karanveersingh5623
Copy link

It works

@hlfritz
Copy link
Author

hlfritz commented May 20, 2021

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
Error: No usable mining devices found

even though nvidia-smi sees all the gpu's.

@jimmystewpot
Copy link

PR #2284 resolves the Boost issue. Use that branch/fork until it gets merged

@jsirianni
Copy link

Also seeing this. Trying @jimmystewpot fork for now.

@djhunter67
Copy link

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

No branches or pull requests

5 participants