On Thu, Jan 10, 2013 at 2:24 PM, Gabriela Gibson <gabriela.gib...@gmail.com> wrote: > I was testing whether the current tarball (subversion-1.7.8.tar.gz) is > affected by the wrong-lib-linking compilation issue, and I discovered > that zlib.net no longer offers a direct download of the zlib version > in the get-deps.sh script, so, get-dept.sh no longer fetches the zlib > that is needed. > > Also, the current version of zlib appears to be at version 1.2.7, > > Not sure if this is expected behaviour. I haven't been able to find > a direct download link for zlib-1.2.5 on the zlib site, but I've found > a link on a mirror: > > http://ftp.heanet.ie/pub/download.sourceforge.net/pub/sourceforge/l/li/libpng/zlib/1.2.5/zlib-1.2.5.tar.gz
Two issues here: 1) ZLIB doesn't have a consistent place for downloading any version. Which means we need to pay attention to this. 2) Our release procedures doesn't have us testing get-deps.sh and since we as devs don't use it very often it gets missed. I've updated the release procedures to include a check for get-deps.sh now.