CMake Error: OpenSSL-Wind64.zip file DOWNLOAD HASH mismatch

asked 2015-10-30 07:49:07 -0500

JSpielbauer's avatar

updated 2018-05-19 12:44:52 -0500

I got the latest source code from the OpenStudio gethub site. I followed the Super Build directions for Windows and VisualStudio 2013 Win64. When I run CMake it tries to download OpenSSL 1.0.2.a (64-bit). After a while I get the following error:

Downloading OpenSSL 1.0.2a (64-bit) [download 0% complete] CMake Error at CMakeLists.txt:135 (file): file DOWNLOAD HASH mismatch

for file: [C:/GitHubClones/OpenStudio/Build/OpenSSL-Win64.zip]
  expected hash: [3f9c88523634c7b1e27f4026e7c3f3ee]
    actual hash: [904a301f256f6ca9910d81671efcdd27]
         status: [28;"Timeout was reached"]

Does anyone have an idea as to what I'm doing wrong?

Thanks

Jim

edit retag flag offensive close merge delete

Comments

I would suspect a firewall or some network problem, can you see if OpenSSL-Win64.zip is being created in your build directory?

macumber's avatar macumber  ( 2015-10-30 09:32:03 -0500 )edit

OpenSSL-WIn64.zip file is there but it is only 34 KB and when I try to open it, Windows gives the error message "Windows cannot open the folder. Folder '...\OpenSSL-Wind64.zip' is invalid". If it is a firewall issue, is there someplace I can get the zip file and if I manually place it in the build folder, will that work?

JSpielbauer's avatar JSpielbauer  ( 2015-10-30 10:16:55 -0500 )edit

Can you try deleting the file and configuring again to re-download it? If that doesn't work the url is http://openstudio-resources.s3.amazon...

macumber's avatar macumber  ( 2015-10-30 11:27:42 -0500 )edit