Note that there are some explanatory texts on larger screens.

plurals
  1. POError messages trying to build Julia language with make
    primarykey
    data
    text
    <p>This is the first time I have every used <code>make</code>. I am trying to install the Julia language. So I cloned from GitHub</p> <pre><code>git clone git://github.com/JuliaLang/julia.git </code></pre> <p>The instructions then say enter in the <code>Julia</code> directory and type <code>make</code>. It ran for a very long time - I ate a pizza.</p> <p>When I got back, typing <code>Julia</code> did not work. Towards the end of the installation, I got a long error message:</p> <pre><code> /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcrecpp.pc '/home/john/Downloads/julia/usr/lib/pkgconfig' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 130 100 130 0 0 243 0 --:--:-- --:--:-- --:--:-- 337 0 0 0 8773k 0 0 310k 0 --:--:-- 0:00:28 --:--:-- 0 curl: (28) Operation too slow. Less than 1 bytes/sec transferred the last 15 seconds curl: (6) name lookup timed out make[2]: *** [openblas-v0.2.8.tar.gz] Error 6 make[1]: *** [julia-release] Error 2 make: *** [release] Error 2 </code></pre> <p>I tried <code>sudo make</code> - putting <code>sudo</code> in front seems to solve everything but not this:</p> <pre><code>gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now make[2]: *** [openblas-v0.2.8/config.status] Error 2 make[1]: *** [julia-release] Error 2 make: *** [release] Error 2 </code></pre> <p>What steps can I take to makes sure Julia installs properly? </p> <p>I need version 2.0 so I can use <a href="https://github.com/JuliaLang/IJulia.jl" rel="nofollow">iJulia</a> with my iPython notebook. If there is an easier way without compiling directly, I would just do that.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload