Comments with leading ----

On 07/15/2018 12:12 AM, oldk1331 wrote:
On Sun, Jul 15, 2018 at 10:58 AM, Raymond Rogers
<[email protected]> wrote:
Hi, Since there is a certain flakiness that occurs in my system.  I decided
to check the installation.  The compile configuration picked up sbcl 1.4.5;
but I get this error during program runs involving tracing:
System error:
    The function BOOT::/UNTRACE-2 is undefined.

I recompiled and have the make file output, and, in fact, it has UNTRACE-2
as undefined.  Does this indicate I have a bad lisp or some such?
It seems this function is indeed undefined, so not a lisp problem.
Can you describe how to trigger this error?
--- When it occurs again I will preserve it, instead of trying to fix it, and send it.  The problem is, it typically occurs inside of larger files.  Since it's not intended I will curb my frustration.  I will try to shrink it though; it's worth getting rid of bogus calls (or whatever) .  There are a bunch more uncompiled functions in my make.log,  is the list of any interest?  I could grep inside of the source files if that is of any use; if it's not compiled it shouldn't be evoked/called. Unless it's one of those compiled on demand cases.   Although I am not familiar enough with spad/boot/lisp to be good at digging in I can make a concordance (I think).  In the past I have found concordance's usefull.

I have attached some test files that are also mysterious to me. But minor
changes change the errors and such so a large part is probably my ignorance;
sort of like quantum mechanics, the bugs are dead and alive.
In your attached file, there is an error in
     facc(n) == if n < 3 then n else n * fac (n - 1)
it should be "facc" instead of "fac", is that intentional?
--- Sigh (:  (:  I triple checked the wrong places, will fix. :-! I will get back to )trace )reset -> abort (without any error) now; as you can see I was trying for that with my sent code.  I do see my troubleshooting error; I should have done an objective (i.e. editor) scan instead of a visual (biased) scan :-(


Misc
Startup:
viewman not present, disabling graphics
/bin/sh: 1: exec:
/usr/local/lib/fricas/target/x86_64-linux-gnu/bin/hypertex: not found
Checking for foreign routines
AXIOM="/usr/local/lib/fricas/target/x86_64-linux-gnu"
spad-lib="/usr/local/lib/fricas/target/x86_64-linux-gnu/lib/libspad.so"
foreign routines found
openServer result 0
                        FriCAS Computer Algebra System
                             Version: FriCAS 1.3.4
                    Timestamp: Sat Jul 14 18:19:47 EDT 2018

System:
Ubuntu
Release 16.04.4 LTS (Xenial Xerus) 64-bit
Kernel Linux 4.4.0-130-generic x86_64
MATE 1.12.1

Oh yes, I am more that willing to change Lisp's or admit to errors.
Although being constructive is appreciated.

Ray

--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to