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

Error while pre-compiling package Gadfly for Julia

linusjf opened this issue · comments

Problem description
Errors while using package Gadfly on Julia.

julia> using Gadfly
[ Info: Precompiling Gadfly [c91e804a-d5a3-530f-b6f0-dfbca275c004]
ERROR: LoadError: LoadError: InitError: UndefVarError: libRmath not defined
during initialization of module Rmath
in expression starting at /data/data/com.termux/files/home/.julia/packages/StatsFuns/LvxaA/src/rmath.jl:5
in expression starting at /data/data/com.termux/files/home/.julia/packages/StatsFuns/LvxaA/src/StatsFuns.jl:242
ERROR: LoadError: Failed to precompile StatsFuns [4c63d2b9-4356-54db-8cca-17b64c39e42c] to /data/data/com.termux/files/home/.julia/compiled/v1.5/StatsFuns/530lR_SSS1j.ji.
in expression starting at /data/data/com.termux/files/home/.julia/packages/Distributions/Xrm9e/src/Distributions.jl:3
ERROR: LoadError: Failed to precompile Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] to /data/data/com.termux/files/home/.julia/compiled/v1.5/Distributions/xILW0_SSS1j.ji.
in expression starting at /data/data/com.termux/files/home/.julia/packages/Gadfly/zv8pp/src/Gadfly.jl:21
ERROR: Failed to precompile Gadfly [c91e804a-d5a3-530f-b6f0-dfbca275c004] to /data/data/com.termux/files/home/.julia/compiled/v1.5/Gadfly/DvECm_SSS1j.ji.

Steps to reproduce


$ julia
$ julia > using Gadfly

Expected behavior
No errors.

Additional information

Termux-info

Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://10.via0.com/ipns/k51qzi5uqu5dg9vawh923wejqffxiu9bhqlze5f508msk0h7ylpac27fdgaskx/ stable main
# science-repo (sources.list.d/science.list)
deb https://grimler.se/science-packages-24 science stable
# game-repo (sources.list.d/game.list)
deb https://grimler.se/game-packages-24 games stable
# sources.list.d/pointless.list
deb https://its-pointless.github.io/files/24 termux extras
# root-repo (sources.list.d/root.list)
deb https://grimler.se/termux-root-packages-24 root stable
# sources.list.d/pointless.bak
deb https://its-pointless.github.io/files/ termux extras
# x11-repo (sources.list.d/x11.list)
deb https://termux.com/x11-packages-bin x11 main
Updatable packages:
apache2/stable 2.4.47 aarch64 [upgradable from: 2.4.46-4]
apt/stable 2.3.3 aarch64 [upgradable from: 2.3.2]
nano/stable 5.7 aarch64 [upgradable from: 5.6.1]
openssh/stable 8.6p1 aarch64 [upgradable from: 8.4p1-2]
pango/stable 1.48.4 aarch64 [upgradable from: 1.48.1]
Android version:
7.1.2
Kernel build information:
Linux localhost 3.18.31-perf-g89c85bf #1 SMP PREEMPT Tue Oct 22 13:55:14 WIB 2019 aarch64 Android
Device manufacturer:
Xiaomi
Device model:
Redmi Y1

Referred from: termux/termux-packages#6732 (comment)