- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 56.1k
incorrect hash in cmake ippicv when installing #5973
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
Comments
The first "expected" hash should be always same (for specific OpenCV code version). There are some discussion for the similar problem here (but about ffmpeg): #5546 #5895 So there are two options:
|
Thank you very much, I have downloaded the file and place it in the directory and the compilation has worked ! |
I re-ran the command and (for some strange reason) it continued |
You can download the file"ippicv_linux_20141027.tgz" from the website |
Put the ippicv_linux...tgz under |
This error could also mean that your CMake is not built with OpenSSL support. (It cannot resolve HTTPS addresses without the OpenSSL). To fix this, rebuild CMake from source, but before doing so make sure to install the openssl-devel package of your distribution. If you get hash d41d8cd98f00b204e9800998ecf8427e (which is the md5 for an empty file), that should be the problem you are facing. Unless you have internet connectivity issues. |
Actually, this is still a big problem as the precompiled version of ippicv_linux is built for 32-bit architectures. Even when you correctly include it with OpenCV the build errors out with:
Any ideas on what can be done here? Links to 64-bit ippicv? Thanks |
If you get hash d41d8cd98f00b204e9800998ecf8427e (which is the md5 for an empty file), that should be the problem you are facing. Unless you have internet connectivity issues. |
Hello,
I read this webpage : http://answers.opencv.org/question/40425/opencv-build-fails-because-i-cannot-download-icv-on-our-build-farm/ but it does not help me.
I am new in opencv, I am on ubuntu 14.04, I have done exactly this in my terminal as said on this webpage http://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation :
but after a long wait of downloading, I have this output :
I thought that it was an error of downloading so I retry, but hashes are always different. Why are they always different ? And where this file is located on the internet ? I do find it to download it manually (the 20151201 version).
I hope that I am not alone with this issue.
Thanks for your work 👍
The text was updated successfully, but these errors were encountered: