From: Billy O. <b....@ja...> - 2011-03-07 22:16:30
|
Dear OMPL users, I am getting an error in the install process for ompl. The error is on md5 checksums when downloading Assimp, somehow they are different everytime. I have tried basic checks like removing existing assimp sources but that does not fix it. Below is a dump of the output. makokal@nyumbanilabs:~/omplapp/build/Release$ make [ 0%] Creating directories for 'assimp' [ 0%] Performing download step (download, verify and extract) for 'assimp' -- downloading... src='http://softlayer.dl.sourceforge.net/assimp/assimp--2.0.863-sdk.zip ' dst='/home/makokal/omplapp/src/external/assimp--2.0.863-sdk.zip' timeout='none' -- downloading... done -- verifying file... file='/home/makokal/omplapp/src/external/assimp--2.0.863-sdk.zip' CMake Error at assimp-stamp/verify-assimp.cmake:24 (message): error: md5sum of '/home/makokal/omplapp/src/external/assimp--2.0.863-sdk.zip' does not match expected value md5_expected: 9f41662501bd9d9533c4cf03b7c25d5b md5_actual: 08a916f41f41af57eafa498d5c7630b9 make[2]: *** [assimp-prefix/src/assimp-stamp/assimp-download] Error 1 make[1]: *** [CMakeFiles/assimp.dir/all] Error 2 make: *** [all] Error 2 Any help appreciated, Best, Billy |