git pull && make
Now Julia was updated to 0.4.7
And now I thought it will finally work.
But now when I do i) using PyCall or ii) using RobotOS
I get the following error:
julia: codegen.cpp:3155: llvm::Value* emit_expr(jl_value_t*, jl_codectx_t*, bool, bool): Assertion `ctx->gensym_assigned.at(idx)' failed.
signal (6): Aborted
ERROR: LoadError: Failed to precompile PyCall to /home/odroid/.julia/lib/v0.4/PyCall.ji
while loading /home/odroid/.julia/v0.4/RobotOS/src/RobotOS.jl, in expression starting on line 3
M stuck
WHICH UBUNTU VERSION ?
I use julia 0.4.6 package from Debian Stretch in arm cpu(with chroot environment in my android phone). It works well and IJulia works too.
There are some non-root google play apps(debian noroot by pelya and GNURoot Debian by corbin) that basically providechroot into another linux system by using proot library.