Package: julia
Version: 0.2.1+dfsg-3
Severity: serious
When invoking julia, it prints the error message below and exits.
ERROR: could not open file /tmp//tmp//etc/julia/juliarc.jl
in include at boot.jl:238
"julia -f" starts up OK.
Experimenting a little, it seems that the bug is in the abspath
function, which is called from load_juliarc in client.jl.
julia> abspath("/foo")
"/tmp//foo"
where "/tmp" is the CWD.
AMD64 architecture, GLIBC version 2.19-7, Linux kernel 3.11-2-amd64.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]