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
I am trying to install MeTA on my Ubuntu 16.04 but am encountering an issue in the 'make' command.
For the reason that ceeaus.tar.gz cannot be downloaded in the command of make, I downloaded ceeaus.tar.gz from the url of https://meta-toolkit.org/data/2016-01-26/ceeaus.tar.gz
I reach 89% completed then get the following issue:
-- SHA256 hash of
~/Desktop/meta/build/src/downloads/ceeaus.tar.gz
does not match expected value
expected: '83616fe13563786a1a6701f40ee0dc044bf32d1273e0ad53ca72582a90bed9ef'
actual: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
-- File already exists but hash mismatch. Removing...
-- Downloading...
dst='/home/kyrie/Desktop/meta/build/src/downloads/ceeaus.tar.gz'
timeout='none'
-- Using src='https://meta-toolkit.org/data/2016-01-26/ceeaus.tar.gz'
-- Retrying...
-- Using src='https://meta-toolkit.org/data/2016-01-26/ceeaus.tar.gz'
-- Retry after 5 seconds (attempt #2) ...
-- Using src='https://meta-toolkit.org/data/2016-01-26/ceeaus.tar.gz'
-- Retry after 5 seconds (attempt #3) ...
-- Using src='https://meta-toolkit.org/data/2016-01-26/ceeaus.tar.gz'
-- Retry after 15 seconds (attempt #4) ...
-- Using src='https://meta-toolkit.org/data/2016-01-26/ceeaus.tar.gz'
-- Retry after 60 seconds (attempt #5) ...
-- Using src='https://meta-toolkit.org/data/2016-01-26/ceeaus.tar.gz'
CMake Error at /home/kyrie/Desktop/meta/build/tests/ceeaus-prefix/src/ceeaus-stamp/download-ceeaus.cmake:159 (message):
Each download failed!
Any suggestions on ways to get around this issue? Thank you.
The text was updated successfully, but these errors were encountered:
KaiyuanZh
changed the title
Hash mismatch problem, installed issue on Ubuntu 16.04
SHA256 hash mismatch problem, installed issue on Ubuntu 16.04
Jun 5, 2018
System information
I am trying to install MeTA on my Ubuntu 16.04 but am encountering an issue in the 'make' command.
For the reason that
ceeaus.tar.gz
cannot be downloaded in the command ofmake
, I downloadedceeaus.tar.gz
from the url ofhttps://meta-toolkit.org/data/2016-01-26/ceeaus.tar.gz
I reach 89% completed then get the following issue:
Any suggestions on ways to get around this issue? Thank you.
The text was updated successfully, but these errors were encountered: