We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cmake fails to build owing to the following error: -- verifying file... file='/home/terminal/avogadro-build/zlib-1.2.8.tar.gz' -- MD5 hash of /home/terminal/avogadro-build/zlib-1.2.8.tar.gz does not match expected value expected: '44d667c142d7cda120332623eab69f40' actual: 'd41d8cd98f00b204e9800998ecf8427e' -- File already exists but hash mismatch. Removing... -- Downloading... dst='/home/terminal/avogadro-build/zlib-1.2.8.tar.gz' timeout='none' -- Using src='http://zlib.net/zlib-1.2.8.tar.gz' -- Retrying... -- Using src='http://zlib.net/zlib-1.2.8.tar.gz' -- Retry after 5 seconds (attempt #2) ... -- Using src='http://zlib.net/zlib-1.2.8.tar.gz' -- Retry after 5 seconds (attempt #3) ... ^Cmake[2]: *** [CMakeFiles/zlib.dir/build.make:90: zlib-prefix/src/zlib-stamp/zlib-download] Interrupt make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/zlib.dir/all] Interrupt make: *** [Makefile:84: all] Interrupt
The text was updated successfully, but these errors were encountered:
I encountered the same issue. I was able to get around it by directly downloading zlib-1.2.8.tar.gz from https://www.zlib.net/fossils/
Sorry, something went wrong.
No branches or pull requests
Cmake fails to build owing to the following error:
-- verifying file...
file='/home/terminal/avogadro-build/zlib-1.2.8.tar.gz'
-- MD5 hash of
/home/terminal/avogadro-build/zlib-1.2.8.tar.gz
does not match expected value
expected: '44d667c142d7cda120332623eab69f40'
actual: 'd41d8cd98f00b204e9800998ecf8427e'
-- File already exists but hash mismatch. Removing...
-- Downloading...
dst='/home/terminal/avogadro-build/zlib-1.2.8.tar.gz'
timeout='none'
-- Using src='http://zlib.net/zlib-1.2.8.tar.gz'
-- Retrying...
-- Using src='http://zlib.net/zlib-1.2.8.tar.gz'
-- Retry after 5 seconds (attempt #2) ...
-- Using src='http://zlib.net/zlib-1.2.8.tar.gz'
-- Retry after 5 seconds (attempt #3) ...
^Cmake[2]: *** [CMakeFiles/zlib.dir/build.make:90: zlib-prefix/src/zlib-stamp/zlib-download] Interrupt
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/zlib.dir/all] Interrupt
make: *** [Makefile:84: all] Interrupt
The text was updated successfully, but these errors were encountered: