You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
"make" gives a checksum error on boost:
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
The text was updated successfully, but these errors were encountered: