Hello *,
I've tried to install fricas trunk on my tablet in termux. sbcl-2.2.3 from
https://github.com/bohonghuang/sbcl-termux-build seems to work fine (newer
versions have not appeated for quite some time, the author seems to lose
interest). Then I've cloned the fricas git trunk. After ./configure
--with-lisp=sbcl, make worked for quite some time, and ended with
>> System error:
Failed to find the TRUENAME of
/data/data/com.termux/files/home/fricas/src/algebra/libdb.text:
No such file or directory
(1) -> cp ../algebra/*.daase
/data/data/com.termux/files/home/fricas/target/aarch64-linux-gnu/algebra
cp: cannot stat '../algebra/*.daase': No such file or directory
make[3]: *** [Makefile:228: do-stamp-databases] Error 1
make[3]: Leaving directory
'/data/data/com.termux/files/home/fricas/src/etc'
make[2]: *** [Makefile:208: stamp-databases] Error 2
make[2]: Leaving directory
'/data/data/com.termux/files/home/fricas/src/etc'
make[1]: *** [Makefile:250: all-etc] Error 2
make[1]: Leaving directory '/data/data/com.termux/files/home/fricas/src'
make: *** [Makefile:250: all-src] Error 2
Any ideas how to proceed?
Andrey