Skip to content
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

Error: "Checksum failed on boost" #25

Open
itinance opened this issue Jan 28, 2018 · 0 comments
Open

Error: "Checksum failed on boost" #25

itinance opened this issue Jan 28, 2018 · 0 comments

Comments

@itinance
Copy link

"make" gives a checksum error on boost:

Running boost.download
Task failed (see build/boost/download.log for full logs):
================================
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   357    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  244k  100  244k    0     0  96610      0  0:00:02  0:00:02 --:--:--  319k
error: checksum failed on path: expected 5fd97433c3f859d8cbab1eaed4156d3068ae3648, got dbe602405b6c0c826a40574f0ff3ce9324dc2b1d
moving download/boost_1_62_0.tar.bz2 to download/boost_1_62_0.tar.bz2.fail
================================
make: *** [build/boost/download.done] Error 1
make: *** Waiting for unfinished jobs....

The issue here is that Sourceforge doesn't respond with the file itself but with a static html page that contains a redirect to another site but in a way that curl won't follow.

I have explained it more in detail on Cocoapod-Repo where the same issue happens: CocoaPods/CocoaPods#7376

My suggestion is to switch back from Sourceforge to their Github repository and their specific releases-section: https://github.com/boostorg/boost/releases/tag/boost-1.62.0

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

No branches or pull requests

1 participant