rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

tests use installed share/*/*.lisp #133

Closed rtoy closed 2 months ago

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-02 06:18:46 Created by billingd on 2002-07-30 02:29:16 Original: https://sourceforge.net/p/maxima/bugs/95


The trigrat test in rtest15.mac fails unless maxima has been installed, as trigrat.lisp isn't found.

(win2k/cygwin/clisp-2.28/cvs maxima-2002-07-30) and (irix6.5/clisp-2.28/cvs maxima-2002-07-30)

The error message (below) suggests that the search path for share/*/*.lisp files isn't set correctly when the testsuite is run. I had a look at tests/Makefile and src/init-cl.lisp, but couldn't find a fix.

/* ********************** Problem 22. *************** */ %Input is SIN(3 A) TRIGRAT(------------) %PI SIN(--- + A) 3 Could not find `trigrat' using paths in FILE_SEARCH_LISP,SYSTEM

(combined values: [/usr/local/share/maxima/5.9.0pre-cvs/ {share,share/algebra,share/calculus,share/combinatorics ,share/contrib,share/diffequations,share/graphics,share/in tegequations,share/integration,share/macro,share/matrix, share/misc,share/numeric,share/physics,share/simplifica tion,share/specfunctions,share/sym,share/tensor,share/tr igonometry,share/utils,share/vector}/###.fas, /usr/local/s hare/maxima/5.9.0pre- cvs/share,share/algebra,share/calculus,share/combinator ics,share/contrib,share/diffequations,share/graphics,shar e/integequations,share/integration,share/macro,share/ma trix,share/misc,share/numeric,share/physics,share/simpl ification,share/specfunctions,share/sym,share/tensor,sha re/trigonometry,share/utils,share/vector}/###.lisp, /usr/loc al/share/maxima/5.9.0pre- cvs/share,share/algebra,share/calculus,share/combinator ics,share/contrib,share/diffequations,share/graphics,shar e/integequations,share/integration,share/macro,share/ma trix,share/misc,share/numeric,share/physics,share/simpl ification,share/specfunctions,share/sym,share/tensor,sha re/trigonometry,share/utils,share/vector}/###.lsp, /usr/loc al/share/maxima/5.9.0pre-cvs/ {src}/###.fas, /usr/local/share/maxima/5.9.0pre-cvs/ {src}/###.lisp, /usr/local/share/maxima/5.9.0pre-cvs/ {src}/###.lsp] )

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-02 06:18:48 Created by amundson on 2002-08-14 21:19:18 Original: https://sourceforge.net/p/maxima/bugs/95/#69a8


Logged In: YES user_id=28457

Fixed!

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-02 06:18:50 Created by amundson on 2002-08-14 21:19:18 Original: https://sourceforge.net/p/maxima/bugs/95/#6365