You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried manually using wget https://zlib.net/fossils/zlib-1.2.13.tar.gz and tar reported it was not a valid zip file. When I looked at the file it looks to be HTML code. Perhaps there's something going on with zlib.net, but this version seems to be ok: https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.gz.
The text was updated successfully, but these errors were encountered:
Seems like zlib download is restricted in some countries...
Switching to 1.3.1 was the right solution for me :
if build "zlib" "1.3.1"; then
download "https://github.com/madler/zlib/releases/download/v$CURRENT_PACKAGE_VERSION/zlib-$CURRENT_PACKAGE_VERSION.tar.gz"
execute ./configure --static --prefix="${WORKSPACE}"
execute make -j $MJOBS
execute make install
build_done "zlib" $CURRENT_PACKAGE_VERSION
fi
I tried manually using
wget https://zlib.net/fossils/zlib-1.2.13.tar.gz
and tar reported it was not a valid zip file. When I looked at the file it looks to be HTML code. Perhaps there's something going on with zlib.net, but this version seems to be ok:https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.gz
.The text was updated successfully, but these errors were encountered: