Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download issue when trying to install 1.2.0 with tarball with all dependencies #33461

Closed
DBrusson opened this issue Oct 3, 2019 · 2 comments
Closed

Comments

@DBrusson
Copy link

DBrusson commented Oct 3, 2019

Hi,

I'm trying to install julia-1.2.0 from the tarball with dependencies (https://julialang.org/downloads/)
It seems that there is an error when trying to download the libuv (and maybe other dependencies, the script doesn't go further). When I'm using the tarball without all the dependencies, I can download Suitesparse and install it and then I have the same error regarding libuv. I guess some links are broken or something like that.

But what's really annoying is that, well, I guess the point of the tarball with all dependencies is that we don't have to download dependencies right ?

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 445 100 445 0 0 752 0 --:--:-- --:--:-- --:--:-- 751
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
make[1]: *** [/tmp/julia-1.2.0/julia/deps/srccache/LibUV.v2.0.0+1.29.1-julia-0..tar.gz] Error 22
make: *** [julia-deps] Error 2

@fredrikekre
Copy link
Member

The tarball with dependencies only includes the source code, so you need to set

override USE_BINARYBUILDER=0

in Make.user to build using the source files instead of downloading pre-built binaries for the dependencies.

@DBrusson
Copy link
Author

DBrusson commented Oct 3, 2019

Oh yes, it works now, thank you !
I'm closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants