Closed rickhg12hs closed 5 years ago
Julia 0.6 is unlikely to have fixes backported at this point. You'd better move to 0.7/1.0 as soon as you can. But maybe the error happens there too.
The failure is related to file paths. Can you tell us how you built and installed Julia? Are you setting any special environment variables to change the default install path?
On Fedora, I built it from the GitHub source (git checkout v0.6.4
) with make
. I run ./julia
from the base source directory.
I just tried ./julia -e 'using InteractiveUtils;versioninfo();Base.runtests("loading")'
for the binary download v1.0.0
and it worked. Perhaps whatever issue there may have been has since been resolved.
When I commit to the new 0.7/1.0, I'll build from source and try the tests again.
Base.runtests("all")
succeeds.The following two
Base.runtests
have failures.