Maxima fails to load rducon



On 7/25/08, Robert Marik <marik at mendelu.cz> wrote:

>  >       (%i1) load(rducon);
>  >       Load failed for
>  >       /usr/share/maxima/5.13.0/share/simplification/rducon.lisp

I believe that some bugs were fixed in rducon in the not-too-distant
past. Please try it again with the cvs version or 5.16.0 when it
becomes available (a week or two from now).

>  Hello, I got a similar problem yesterday with
>  load(linearalgebra);
>  after upgrading my Debian Lenny. Maxima was (if I remmeber) not in the update,
>  but this command become broken. However, if I boot into old kernel, 2.6.24,
>  everything is O.K.

linearalgebra loads several Lisp files. Try this, it might show some
more detail.

foo : ["polynomialp", "mring", "lu", "linalgcholesky",
"eigens-by-jacobi", "linalg-extra", "matrixexp", "linalg-utilities"];
:lisp (dolist (f (rest $foo)) (load ($file_search f)))

By the way, the Debian packages are constructed by someone else,
so I don't know what might have changed.

>  ssearch("a","b:); gives false in Maxima 5.13 and an error message in Maxima 5.15.
>  Is this behavior correct?

If I remember correctly ssearch was recently modified to return
false instead of triggering an error.

>  Another issue: Maxima with clisp and kernel 2.6.25 is slower than on 2.6.24 -
>  computing something in batch mode and compiling with LaTeX is about two or three
>  times longer. Before reporting this somewhere on Debian discussion list: does
>  anybody have the same observation?

My only guess is that the old version was using GCL or something
other than Clisp. From what I have seen running Maxima with Clisp
is much slower than with other Lisp varieties.

best

Robert Dodier