-
Notifications
You must be signed in to change notification settings - Fork 23
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
file DOWNLOAD HASH mismatch error #108
Comments
Mhh.. there is a way to reproduce the issue? I guess with Ubuntu 14.04 + CMake 3.5 built from source? |
It is both 16.04 + default CMake 3.5 and 14.04 + CMake 3.5 binaries.
You can see the error. |
I get it, it happens in all newly create build directories.
|
The problem is this recent commit: 8275d2e that changed the location of |
|
In the robotology-superbuild we are having a problem related with file DOWNLOAD HASH mismatch, here the details:
Downloading CMakeParseArguments.cmake - Attempt 1 of 3
CMake Error at cmake/IncludeUrl.cmake:281 (file):
file DOWNLOAD HASH mismatch
for file: [/home/lucamuratore/test-superbuild/build/CMakeFiles/CMakeParseArguments.cmake]
expected hash: [0c4d3f7ed248145cbeb67cbd6fd7190baf2e4517]
actual hash: [da39a3ee5e6b4b0d3255bfef95601890afd80709]
status: [22;"HTTP response code said error"]
It did not appear in the past: what do you think @drdanz, @traversaro ?
The text was updated successfully, but these errors were encountered: