First I got a segmentation fault when trying to install IJulia, I have
tried several times, sometimes I get another error, I'm trying to reproduce
again:
fish: Job 1, 'julia' terminated by signal SIGSEGV (Address boundary error)
I have reinstalled julia several times, each time I removed the .julia
folder to start anew, but with no luck.
ismaelvc@toybox ~> julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-prerelease+1367 (2014-02-03 08:34
UTC)
_/ |\__'_|_|_|\__'_| | Commit 793d769* (0 days old master)
|__/ | i686-pc-linux-gnu
julia> Pkg.update()
INFO: Initializing package repository /home/ismaelvc/.julia/v0.3
INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove
julia> Pkg.add("IJulia")
ERROR: access to undefined reference
My machine info:
ismaelvc@toybox ~> uname -a
Linux toybox 3.12.9-1-ARCH #1 SMP PREEMPT Sun Jan 26 09:15:23 CET 2014 i686
GNU/Linux
Using the package manager to clone manually IJulia and it's dependencies,
doesnt work either, I'm trying to reproduce that issue.