Re: Maxima 5.9.1 problems

2005-06-04 Thread Anthony M. Agelastos


On Jun 3, 2005, at 6:17 AM, Craig Kleski wrote:


On Friday 03 June 2005 11:46 am, Anthony M. Agelastos wrote:


Hello all,

I am experiencing some problems with Maxima, namely with the plotting
and with some of the self tests. For the former, it only creates the
plots in an external Gnuplot window, even if I go to [Options] /
[Plot Windows] / [Embedded]. I am primarily familiar with embedded
plots and their ability to rotate with the mouse (left or middle
click I do believe), but I also assumed the same could be done with
the [Separate] plot windows but on this version it cannot. Then, to
satisfy my own curiosity, I did [Maxima] / [Run Tests] and there were
multiple problems. In case it is desired, I am running FreeBSD
5.4-STABLE (see uname output below) with a kernel that is
GENERIC+SSE. Any assistance would be greatly appreciated. Thank you.
Oh, just in case it is also needed, Maxima 5.9.1 is using LIsp CMU
Common Lisp 19a (should be the default because I didn't change any
settings).

ast# uname -a
FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun May 29
10:30:27 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IQKERNEL
i386

## Test Output ##
Running tests in rtest1.mac: 28/28 tests passed.
Running tests in rtest1a.mac: 23/23 tests passed.
Running tests in rtest2.mac: 47/47 tests passed.
Running tests in rtest4.mac: 82/82 tests passed.
Running tests in rtest5.mac: 51/51 tests passed.
Running tests in rtest6.mac: 4/4 tests passed.
Running tests in rtest6a.mac: 56/56 tests passed.
Running tests in rtest6b.mac: 16/16 tests passed.
Running tests in rtest7.mac: 41/41 tests passed.
Running tests in rtest9.mac: 77/77 tests passed.
Running tests in rtest9a.mac: 18/18 tests passed.
Running tests in rtest10.mac: 38/38 tests passed.
Running tests in rtest11.mac: 86/86 tests passed.
Running tests in rtest13.mac: 24/24 tests passed.
Running tests in rtest13s.mac: 16/16 tests passed.
Running tests in rtest14.mac: 64/64 tests passed.
Running tests in rtest15.mac: ;

; Warning: This variable is undefined:
;   |$i|
; ;

; Warning: This variable is undefined:
;   |$i|
; 142/142 tests passed.
Running tests in rtestode.mac: 64/64 tests passed.
Running tests in rtestode_zp.mac: 30/30 tests passed.
Running tests in rtestflatten.mac: 32/32 tests passed.
Running tests in rtest3.mac:
** Problem 94 ***
Input:
TRIGSIMP(%)


Result:
42  3
SINH (X) + (COSH (X) + 1) SINH (X)
--
 5
 COSH (X)

This differed from the expected result:
  3 45
2 SINH (X) + SINH (X) + SINH (X)

5
COSH (X)

93/94 tests passed.
The following 1 problem failed: (94)
Running tests in rtest8.mac: 50/50 tests passed.
Running tests in rtest12.mac: 74/74 tests passed.
Running tests in rexamples.mac: 136/136 tests passed.
Error summary:
Error found in /usr/local/share/maxima/5.9.1/tests/rtest3.mac,
problem: (94) ## End Test Output ##


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]



I don't have a solution to your problem, but I have also noticed that
embedded plotting does not seem to work.  I glanced quickly at the
Makefile but noticed nothing pertinent; however I haven't spent any
time looking for a solution.

When I run the tests, I do not get the same error as you.  I also run
CMUCL.  If you run the test several times, do you always get that
error?

Nope. Actually, I ran the test a few times (see output to follow).  
The first time, there were no errors. Then, when I exited the  
command, I noticed that there were some additional error messages  
(see those below the test errors). Any insight?


# TEST ERRORS #
(%i1)

Running tests in rtest1.mac: 28/28 tests passed.
Running tests in rtest1a.mac: 23/23 tests passed.
Running tests in rtest2.mac: 47/47 tests passed.
Running tests in rtest4.mac: 82/82 tests passed.
Running tests in rtest5.mac: 51/51 tests passed.
Running tests in rtest6.mac: 4/4 tests passed.
Running tests in rtest6a.mac: 56/56 tests passed.
Running tests in rtest6b.mac: 16/16 tests passed.
Running tests in rtest7.mac: 41/41 tests passed.
Running tests in rtest9.mac: 77/77 tests passed.
Running tests in rtest9a.mac: 18/18 tests passed.
Running tests in rtest10.mac: 38/38 tests passed.
Running tests in rtest11.mac: 86/86 tests passed.
Running tests in rtest13.mac: 24/24 tests passed.
Running tests in rtest13s.mac: 16/16 tests passed.
Running tests in rtest14.mac: 64/64 tests passed.
Running tests in rtest15.mac: ;

; Warning: This variable is undefined:
;   |$i|
; ;

; Warning: This variable is undefined:
;   |$i|
; 142/142 tests passed.
Running tests in rtestode.mac: 64/64 tests passed.
Running tests in rtestode_zp.mac: 30/30 tests passed.
Running tests in rtestflatten.mac: 32/32 tests 

Re: Maxima 5.9.1 problems

2005-06-04 Thread Craig Kleski
On Saturday 04 June 2005 12:16 pm, you wrote:
 On Jun 3, 2005, at 6:17 AM, Craig Kleski wrote:
  On Friday 03 June 2005 11:46 am, Anthony M. Agelastos wrote:
  Hello all,
 
  I am experiencing some problems with Maxima, namely with the
  plotting and with some of the self tests. For the former, it only
  creates the plots in an external Gnuplot window, even if I go to
  [Options] / [Plot Windows] / [Embedded]. I am primarily familiar
  with embedded plots and their ability to rotate with the mouse
  (left or middle click I do believe), but I also assumed the same
  could be done with the [Separate] plot windows but on this version
  it cannot. Then, to satisfy my own curiosity, I did [Maxima] /
  [Run Tests] and there were multiple problems. In case it is
  desired, I am running FreeBSD 5.4-STABLE (see uname output below)
  with a kernel that is GENERIC+SSE. Any assistance would be greatly
  appreciated. Thank you. Oh, just in case it is also needed, Maxima
  5.9.1 is using LIsp CMU Common Lisp 19a (should be the default
  because I didn't change any settings).
 
  ast# uname -a
  FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun May 29
  10:30:27 EDT 2005
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IQKERNEL i386

[snip]

I just ran the test once with no errors.  I ran it again and got 

Error found in /usr/local/share/maxima/5.9.1/tests/rtest1.mac, problem: 
(10)
Error found in /usr/local/share/maxima/5.9.1/tests/rtest15.mac, problem: 
(46)
Error found in /usr/local/share/maxima/5.9.1/tests/rtest12.mac, problem: 
(20)

If I restart maxima from the menu, this pattern repeats -- one run is 
fine, the next has errors.  We seem to be having the same problem.  I 
found this:

http://sourceforge.net/tracker/index.php?func=detailaid=1116091group_id=4933atid=104933

Apparently this has been solved in the CVS version of maxima.  As for 3d 
plotting, I don't know the solution to that problem.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Maxima 5.9.1 problems

2005-06-03 Thread Anthony M. Agelastos

Hello all,

I am experiencing some problems with Maxima, namely with the plotting 
and with some of the self tests. For the former, it only creates the 
plots in an external Gnuplot window, even if I go to [Options] / [Plot 
Windows] / [Embedded]. I am primarily familiar with embedded plots and 
their ability to rotate with the mouse (left or middle click I do 
believe), but I also assumed the same could be done with the [Separate] 
plot windows but on this version it cannot. Then, to satisfy my own 
curiosity, I did [Maxima] / [Run Tests] and there were multiple 
problems. In case it is desired, I am running FreeBSD 5.4-STABLE (see 
uname output below) with a kernel that is GENERIC+SSE. Any assistance 
would be greatly appreciated. Thank you. Oh, just in case it is also 
needed, Maxima 5.9.1 is using LIsp CMU Common Lisp 19a (should be the 
default because I didn't change any settings).


ast# uname -a
FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun May 29 
10:30:27 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IQKERNEL  i386


## Test Output ##
Running tests in rtest1.mac: 28/28 tests passed.
Running tests in rtest1a.mac: 23/23 tests passed.
Running tests in rtest2.mac: 47/47 tests passed.
Running tests in rtest4.mac: 82/82 tests passed.
Running tests in rtest5.mac: 51/51 tests passed.
Running tests in rtest6.mac: 4/4 tests passed.
Running tests in rtest6a.mac: 56/56 tests passed.
Running tests in rtest6b.mac: 16/16 tests passed.
Running tests in rtest7.mac: 41/41 tests passed.
Running tests in rtest9.mac: 77/77 tests passed.
Running tests in rtest9a.mac: 18/18 tests passed.
Running tests in rtest10.mac: 38/38 tests passed.
Running tests in rtest11.mac: 86/86 tests passed.
Running tests in rtest13.mac: 24/24 tests passed.
Running tests in rtest13s.mac: 16/16 tests passed.
Running tests in rtest14.mac: 64/64 tests passed.
Running tests in rtest15.mac: ;

; Warning: This variable is undefined:
;   |$i|
; ;

; Warning: This variable is undefined:
;   |$i|
; 142/142 tests passed.
Running tests in rtestode.mac: 64/64 tests passed.
Running tests in rtestode_zp.mac: 30/30 tests passed.
Running tests in rtestflatten.mac: 32/32 tests passed.
Running tests in rtest3.mac:
** Problem 94 ***
Input:
TRIGSIMP(%)


Result:
   42  3
SINH (X) + (COSH (X) + 1) SINH (X)
--
5
COSH (X)

This differed from the expected result:
 3 45
2 SINH (X) + SINH (X) + SINH (X)

   5
   COSH (X)

93/94 tests passed.
The following 1 problem failed: (94)
Running tests in rtest8.mac: 50/50 tests passed.
Running tests in rtest12.mac: 74/74 tests passed.
Running tests in rexamples.mac: 136/136 tests passed.
Error summary:
Error found in /usr/local/share/maxima/5.9.1/tests/rtest3.mac, problem: (94)
## End Test Output ##


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Maxima 5.9.1 problems

2005-06-03 Thread Craig Kleski
On Friday 03 June 2005 11:46 am, Anthony M. Agelastos wrote:
 Hello all,

 I am experiencing some problems with Maxima, namely with the plotting
 and with some of the self tests. For the former, it only creates the
 plots in an external Gnuplot window, even if I go to [Options] /
 [Plot Windows] / [Embedded]. I am primarily familiar with embedded
 plots and their ability to rotate with the mouse (left or middle
 click I do believe), but I also assumed the same could be done with
 the [Separate] plot windows but on this version it cannot. Then, to
 satisfy my own curiosity, I did [Maxima] / [Run Tests] and there were
 multiple problems. In case it is desired, I am running FreeBSD
 5.4-STABLE (see uname output below) with a kernel that is
 GENERIC+SSE. Any assistance would be greatly appreciated. Thank you.
 Oh, just in case it is also needed, Maxima 5.9.1 is using LIsp CMU
 Common Lisp 19a (should be the default because I didn't change any
 settings).

 ast# uname -a
 FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun May 29
 10:30:27 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IQKERNEL 
 i386

 ## Test Output ##
 Running tests in rtest1.mac: 28/28 tests passed.
 Running tests in rtest1a.mac: 23/23 tests passed.
 Running tests in rtest2.mac: 47/47 tests passed.
 Running tests in rtest4.mac: 82/82 tests passed.
 Running tests in rtest5.mac: 51/51 tests passed.
 Running tests in rtest6.mac: 4/4 tests passed.
 Running tests in rtest6a.mac: 56/56 tests passed.
 Running tests in rtest6b.mac: 16/16 tests passed.
 Running tests in rtest7.mac: 41/41 tests passed.
 Running tests in rtest9.mac: 77/77 tests passed.
 Running tests in rtest9a.mac: 18/18 tests passed.
 Running tests in rtest10.mac: 38/38 tests passed.
 Running tests in rtest11.mac: 86/86 tests passed.
 Running tests in rtest13.mac: 24/24 tests passed.
 Running tests in rtest13s.mac: 16/16 tests passed.
 Running tests in rtest14.mac: 64/64 tests passed.
 Running tests in rtest15.mac: ;

 ; Warning: This variable is undefined:
 ;   |$i|
 ; ;

 ; Warning: This variable is undefined:
 ;   |$i|
 ; 142/142 tests passed.
 Running tests in rtestode.mac: 64/64 tests passed.
 Running tests in rtestode_zp.mac: 30/30 tests passed.
 Running tests in rtestflatten.mac: 32/32 tests passed.
 Running tests in rtest3.mac:
 ** Problem 94 ***
 Input:
 TRIGSIMP(%)


 Result:
 42  3
 SINH (X) + (COSH (X) + 1) SINH (X)
 --
  5
  COSH (X)

 This differed from the expected result:
   3 45
 2 SINH (X) + SINH (X) + SINH (X)
 
 5
 COSH (X)

 93/94 tests passed.
 The following 1 problem failed: (94)
 Running tests in rtest8.mac: 50/50 tests passed.
 Running tests in rtest12.mac: 74/74 tests passed.
 Running tests in rexamples.mac: 136/136 tests passed.
 Error summary:
 Error found in /usr/local/share/maxima/5.9.1/tests/rtest3.mac,
 problem: (94) ## End Test Output ##


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

I don't have a solution to your problem, but I have also noticed that 
embedded plotting does not seem to work.  I glanced quickly at the 
Makefile but noticed nothing pertinent; however I haven't spent any 
time looking for a solution.  

When I run the tests, I do not get the same error as you.  I also run 
CMUCL.  If you run the test several times, do you always get that 
error?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]