Hello,
I don't know if you can reproduce this: if I start FriCAS from $HOME it
starts nicely but if I start in another directory see the snippet below.
I tried with gcl2.7.1-4 from a Debian based distribution and after with the
official Debian sid and the same happens:
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii gcl27 2.7.1-6 amd64 GNU Common Lisp compiler
=======================================================
└─$ fricas
openServer result 0
FriCAS Computer Algebra System
Version: FriCAS 2025-04-14 built with gcl 2.7.1
Timestamp: Fri May 23 08:52:14 PM CEST 2025
-----------------------------------------------------------------------------
Issue )copyright to view copyright notices.
Issue )summary for a summary of useful system commands.
Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
>> System error:
INTERNAL-SIMPLE-PARSE-ERROR: "/home/greg//.fricas.input" is not a valid
pathname on host NIL
>> System error:
INTERNAL-SIMPLE-ERROR: The tag |top_level| is undefined.
Error:
Fast links are on: do (si::use-fast-links nil) for debugging
Signalled by "AN ANONYMOUS FUNCTION".
INTERNAL-SIMPLE-ERROR: The tag |top_level| is undefined.
Broken at NIL. Type :H for Help.
1 Return to top level.
BOOT>>
============================================================
I wonder if you can reproduce also this. I have CCed gcl-devel too in case
this happens on other softwares.
==============================================================
└─$ fricas
openServer result 0
FriCAS Computer Algebra System
Version: FriCAS 2025-04-14 built with gcl 2.7.1
Timestamp: Fri May 23 09:21:37 PM CEST 2025
-----------------------------------------------------------------------------
Issue )copyright to view copyright notices.
Issue )summary for a summary of useful system commands.
Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
(1) -> 1/7
1
(1) -
7
Type:
Fraction(Integer)
(2) -> sqrt %
1
(2) ----
+-+
\|7
Type:
AlgebraicNumber
(3) ->
==============================================================
But in $HOME even if FriCAS starts normally $HOME/.fricas.input is not
read, it should be:
(1) -> 1/7
1
(1) -
7
Type: Fraction(Integer)
Time: 0.02 (OT) = 0.03 sec
Regards,
- Greg