orthanc-server / orthanc-builder

Repo used to build osimis/orthanc docker images, windows installers and OSX packages
GNU Affero General Public License v3.0
26 stars 12 forks source link

DOWNLOAD HASH mismatch for civetweb-1.14-fixed.tar.gz #12

Closed urosch closed 1 year ago

urosch commented 1 year ago

CMake Error at /sources/OrthancFramework/Resources/CMake/DownloadPackage.cmake:110 (file):

5 24.69 file DOWNLOAD HASH mismatch

5 24.69

5 24.69 for file: [/sources/OrthancServer/ThirdPartyDownloads/civetweb-1.14-fixed.tar.gz]

5 24.69 expected hash: [1f25d516b7a4e65d8b270d1cc399e0a9]

5 24.69 actual hash: [d2a82bb789177d525e1163a629218a10]

5 24.69 status: [0;"No error"]

5 24.69

5 24.69 Call Stack (most recent call first):

5 24.69 /sources/OrthancFramework/Resources/CMake/DownloadPackage.cmake:137 (DownloadFile)

5 24.69 /sources/OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake:46 (DownloadPackage)

5 24.69 /sources/OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake:305 (include)

5 24.69 CMakeLists.txt:79 (include)

5 24.69

5 24.69

5 24.69 CMake Error at /sources/OrthancFramework/Resources/CMake/DownloadPackage.cmake:117 (message):

5 24.69 Cannot download file:

5 24.69 https://orthanc.uclouvain.be/third-party-downloads/civetweb-1.14-fixed.tar.gz

5 24.69 Call Stack (most recent call first):

my build command is: ./local-build.sh build version=stable platform=linux/arm64 image=normal

urosch commented 1 year ago

I deleted all dangling docker images and builder and runner image and its currently working :)