I am guessing there is some other error further back. Try `make -j1` so it
fails immediately.

On Thu, Apr 30, 2015 at 6:22 AM, Ismael VC <[email protected]> wrote:

> Hello everyone!
>
> I’m trying to build Julia at PythonAnywhere
> <https://www.pythonanywhere.com>, and the build fails because of:
>
>     CC src/flisp/flisp.o
>     CC src/flisp/builtins.o
>     CC src/flisp/string.o
>     CC src/flisp/equalhash.o
>     CC src/flisp/table.o
>     CC src/flisp/iostream.o
>     CC src/flisp/julia_extensions.o
>     CC src/flisp/flmain.o
>     LINK src/flisp/libflisp.a
>     LINK src/flisp/flisp
>     FLISP src/julia_flisp.boot
> fatal error:
> (io-error "file: could not open \"flisp.boot\"")
> make[2]: *** [julia_flisp.boot] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [julia-release] Error 2
> make: *** [release] Error 2
> 10:07 ~/julia (release-0.3)$
>
> *Note:* I did make cleanall before trying again.
>
> This are the VM specs:
>
> 10:08 ~/julia (release-0.3)$ cat /etc/issue
> Ubuntu 14.04.2 LTS \n \l
>
> 10:15 ~/julia (release-0.3)$ uname -a
> Linux giles-liveconsole2 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 
> UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
>
> I found an issue that had the same problem at some point, but it was in
> BSD, so I believe it won’t be relevant, yet it’s here:
>
>    -
>    https://groups.google.com/forum/#!msg/julia-dev/Z9J9NK9Ge5w/CNwXK3q2BgQJ
>
> Thanks in advance, cheers!
> ​
>

Reply via email to