Hello everyone!
I'd like to know whats the plan for Julia support?
I see we have, julia
installed at /usr/bin/julia
, but it segfaults.
07:36 ~ $ julia
ERROR: fatal error: unexpected error while retrieving exepath
Segmentation fault
07:36 ~ $ julia -v
julia version 0.5.0
07:36 ~ $ which julia
/usr/bin/julia
07:36 ~ $
If I download the generic binary and untar it get the same result:
07:42 ~ $ wget https://julialang-s3.julialang.org/bin/linux/x64/0.5/julia-0.5.2-linux-x86_64.tar.gz
--2017-06-15 07:42:40-- https://julialang-s3.julialang.org/bin/linux/x64/0.5/julia-0.5.2-linux-x86_64.tar.gz
Resolving julialang-s3.julialang.org (julialang-s3.julialang.org)... 151.101.54.49
Connecting to julialang-s3.julialang.org (julialang-s3.julialang.org)|151.101.54.49|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 62945228 (60M) [application/x-tar]
Saving to: ‘julia-0.5.2-linux-x86_64.tar.gz.1’
100%[======================================================================================================================>] 62,945,228 17.1MB/s in 4.8s
2017-06-15 07:42:46 (12.5 MB/s) - ‘julia-0.5.2-linux-x86_64.tar.gz.1’ saved [62945228/62945228]
07:42 ~ $ tar -xzf julia-0.5.2-linux-x86_64.tar.gz
07:43 ~ $ julia-f4c6c9d4bb/bin/julia
ERROR: fatal error: unexpected error while retrieving exepath
Segmentation fault
07:43 ~ $
A couple of year ago I started a related post when working for MexLavu company:
This time around I tried to build Julia again, but I got out of space quickly with a hacker account.
I'd love to help in any way I can to achieve this feature!
Cheers.