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 suspect we won't be able to backport this change to a specific release tag, since that would require changing the tag which in my opinion should be avoided.
The release you linked to appears to be unpatched, unless I'm missing something (entirely possible/likely). Specifically, line 8 of deps/pcre.mk still has the dead link:
Right, but that full tarball already bundles the PRCE .tar.bz2 file directly in the place where the makefile expects it, so that line shouldn't ever be run.
It's looking like Alex is prepping a 0.6.3 release, which will fix this issue. Not sure there's much we can do beyond that.
Currently, the v0.6.2 release of Julia will not build successfully, since the build process attempts to download the dependency PCRE from a dead link.
This issue was already fixed in latest/unstable in PR #26757 and backported in PR #26848, but this fix is not reflected in the latest release, here: https://github.com/JuliaLang/julia/releases.
The text was updated successfully, but these errors were encountered: