audio icon indicating copy to clipboard operation
audio copied to clipboard

v0.11.0 Source build failing because of zlib URL

Open codeislife99 opened this issue 3 years ago • 3 comments

Can the URL change from #2297 be backported to v0.11.0 release as well ? If we want to keep the same version we can just make the following change. All of their URLS seem to be in /fossils now. Currently the source build because its lacking this fix.

  URL https://zlib.net/fossils/zlib-1.2.11.tar.gz
  URL_HASH SHA256=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1

Originally posted by @codeislife99 in https://github.com/pytorch/audio/issues/2295#issuecomment-1132069288

codeislife99 avatar May 19 '22 18:05 codeislife99

Hi @codeislife99

Thanks for the comment. How are you fetching the source code? I have pushed the change to release/0.11 branch, but I was told that PyTorch won't have minor release for 0.11, so the change is not pushed out.

If you can simply checkout release/0.11 branch when you build it, that will work.

mthrok avatar May 19 '22 19:05 mthrok

Hi I am using the v0.11.0 tag

codeislife99 avatar May 19 '22 20:05 codeislife99

Hi I am using the v0.11.0 tag

From git or tarball? If you are using git to get the revision of the tag, then simply changing it to git checkout release/0.11 should work.

mthrok avatar May 19 '22 20:05 mthrok