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

downloading protobuf fails with hash missmatch #47

Open
kontramind opened this issue Oct 5, 2017 · 3 comments
Open

downloading protobuf fails with hash missmatch #47

kontramind opened this issue Oct 5, 2017 · 3 comments

Comments

@kontramind
Copy link

Hi, Can this be a proxy issue:

-- verifying file...
file='C:/dev/CaffeAutomaticBuild/caffe-builder/build_v140_x64/download/protobuf-v3.1.0.tar.gz'
-- MD5 hash of
C:/dev/CaffeAutomaticBuild/caffe-builder/build_v140_x64/download/protobuf-v3.1.0.tar.gz
does not match expected value
expected: '14a532a7538551d5def317bfca41dace'
actual: '39d6a4fa549c0cce164aa3064b1492dc'
-- Hash mismatch, removing...
CMake Error at protobuf_download-stamp/download-protobuf_download.cmake:157 (message):
Each download failed!

@willyd
Copy link
Owner

willyd commented Oct 5, 2017

I doubt it. CI has the same issue. Does the downloaded archive look alright? Maybe it is an upstream change?

If the archive looks good. Maybe you can change the URL_MD5 in https://github.com/willyd/caffe-builder/blob/master/packages/protobuf/CMakeLists.txt#L43 and see how it goes.

@kontramind
Copy link
Author

OK. Seems same problem with zlib (upstream change?).

@TimmvonderMehden
Copy link

I have the same problem, but i could fix it with URL_MD5 39d6a4fa549c0cce164aa3064b1492dc (same md5 as kontramind). Everything else works without problems (exept a minor issue in python/boost, i report this issue later)
btw. thank you for providing this project! Saves a lot of work to build caffe!

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

3 participants