its-pointless / its-pointless.github.io

For info see https://github.com/its-pointless/gcc_termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia 1.5.1 crashes on start up on Nexus 5X

fusion809 opened this issue · comments

Hi,

Very grateful that someone is maintaining a Julia package for Termux. Unfortunately the Julia 1.5.1 package crashes on start up for me, here's a screenshot of the error. My preferred shell is Zsh, and in it the error is "invalid system call julia". In Bash I get the error shown in this screenshot.

Screenshot_20200906-010255777

Thanks for your time

Try getting this version
https://github.com/its-pointless/gcc_termux/blob/master/julia_1.5.1_aarch64.deb
and install it
dpkg -i julia_1.5.1_aarch64.deb

I get the same error with it installed I'm afraid.

I've run strace to give more useful debugging info, here's the log: https://gist.github.com/fusion809/26fa0a5529387ce6e371f506cd2fed15 (I ran strace julia &> julia_strace.log to get this log, in case the precise command is relevant).

I should say I use the Pixel Experience ROM (with version 10 of Android), in case that's relevant. But all other Termux packages seem to work fine, like I've been able to install Zsh, Python, Ruby, R and GNU Octave and they all seem to work fine.

try https://github.com/its-pointless/gcc_termux/blob/master/libjulia.so.1.5 and replace it in usr/opt/julia/lib/libjulia.so.1.5

It starts now. Thanks!