I can confirm your error. I was building successfully with
1.3.9 tarball.
The problem happens in "OBEY" in "buildLibdb", the problem
is the underlying SBCL call
(SB-EXT:RUN-PROGRAM "/bin/sh" '("-c" "ls") :INPUT T :OUTPUT T :ERROR T)
get SIGNALED and with return code 31.
So looks like the sbcl-android port has a bug.
- Qian
On 11/26/23 17:30, Andrey G. Grozin wrote:
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
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/860dc1db-7fc9-472c-87ed-5afe429335b4%40gmail.com.