#11348: maxima test fails when install tree is moved
--------------------------+-------------------------------------------------
   Reporter:  mariah      |          Owner:  tdb           
       Type:  defect      |         Status:  needs_review  
   Priority:  blocker     |      Milestone:  sage-4.7      
  Component:  relocation  |       Keywords:  maxima spkg   
Work_issues:              |       Upstream:  N/A           
   Reviewer:              |         Author:  Jeroen Demeyer
     Merged:              |   Dependencies:                
--------------------------+-------------------------------------------------
Changes (by newvalueoldvalue):

  * keywords:  => maxima spkg
  * status:  new => needs_review
  * author:  => Jeroen Demeyer


Old description:

> The following test fails when the sage-4.7.rc2 install tree is moved.
>
> {{{
> eno% ./sage
> ----------------------------------------------------------------------
> | Sage Version 4.7.rc2, Release Date: 2011-05-11                     |
> | Type notebook() for the GUI, and license() for information.        |
> ----------------------------------------------------------------------
> **********************************************************************
> *                                                                    *
> * Warning: this is a prerelease version, and it may be unstable.     *
> *                                                                    *
> **********************************************************************
> The Sage install tree may have moved
> (from /home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc to
> /home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-maximabug)
> Changing various hardcoded paths
> (please wait at most a few minutes)...
> Do not interrupt this.
> Done resetting paths
> sage: quit;
> Exiting Sage (CPU time 0m0.06s, Wall time 0m9.55s).
> Exiting spawned Gap process.
> eno% ./sage -t -long -force_lib "devel/sage/sage/interfaces/maxima.py"
> sage -t -long -force_lib "devel/sage/sage/interfaces/maxima.py"
> **********************************************************************
> File "/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
> maximabug/devel/sage/sage/interfaces/maxima.py", line 899:
>     sage: maxima._command_runner('describe', 'gcd')
> Expected:
>     -- Function: gcd (<p_1>, <p_2>, <x_1>, ...)
>     ...
> Got:
>     Maxima encountered a Lisp error:
>     <BLANKLINE>
>      Filesystem error with pathname
> #P"/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
> maximabug/local/info/maxima-index.lisp".
>     Either
>      1) the file does not exist, or
>      2) we are not allow to access the file, or
>      3) the pathname points to a broken symbolic link.
>     <BLANKLINE>
>     Automatically continuing.
>     To enable the Lisp debugger set *debugger-hook* to nil.
>     <BLANKLINE>
> **********************************************************************
> File "/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
> maximabug/devel/sage/sage/interfaces/maxima.py", line 927:
>     sage: maxima.help('gcd')
> Expected:
>     -- Function: gcd (<p_1>, <p_2>, <x_1>, ...)
>     ...
> Got:
>     Maxima encountered a Lisp error:
>     <BLANKLINE>
>      Filesystem error with pathname
> #P"/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
> maximabug/local/info/maxima-index.lisp".
>     Either
>      1) the file does not exist, or
>      2) we are not allow to access the file, or
>      3) the pathname points to a broken symbolic link.
>     <BLANKLINE>
>     Automatically continuing.
>     To enable the Lisp debugger set *debugger-hook* to nil.
>     <BLANKLINE>
> **********************************************************************
> File "/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
> maximabug/devel/sage/sage/interfaces/maxima.py", line 2419:
>     sage: m.gcd._sage_doc_()
> Expected:
>     -- Function: gcd (<p_1>, <p_2>, <x_1>, ...)
>     ...
> Got:
>     Maxima encountered a Lisp error:
>     <BLANKLINE>
>      Filesystem error with pathname
> #P"/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
> maximabug/local/info/maxima-index.lisp".
>     Either
>      1) the file does not exist, or
>      2) we are not allow to access the file, or
>      3) the pathname points to a broken symbolic link.
>     <BLANKLINE>
>     Automatically continuing.
>     To enable the Lisp debugger set *debugger-hook* to nil.
>     <BLANKLINE>
> **********************************************************************
> File "/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
> maximabug/devel/sage/sage/interfaces/maxima.py", line 2430:
>     sage: maxima.gcd._sage_doc_()
> Expected:
>     -- Function: gcd (<p_1>, <p_2>, <x_1>, ...)
>     ...
> Got:
>     Maxima encountered a Lisp error:
>     <BLANKLINE>
>      Filesystem error with pathname
> #P"/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
> maximabug/local/info/maxima-index.lisp".
>     Either
>      1) the file does not exist, or
>      2) we are not allow to access the file, or
>      3) the pathname points to a broken symbolic link.
>     <BLANKLINE>
>     Automatically continuing.
>     To enable the Lisp debugger set *debugger-hook* to nil.
>     <BLANKLINE>
> **********************************************************************
> 4 items had failures:
>    1 of   4 in __main__.example_13
>    1 of   4 in __main__.example_14
>    1 of   5 in __main__.example_75
>    1 of   4 in __main__.example_76
> ***Test Failed*** 4 failures.
> For whitespace errors, see the file
> /home/mariah/.sage//tmp/.doctest_maxima.py
>          [27.5 s]
>
> ----------------------------------------------------------------------
> The following tests failed:
>

>         sage -t -long -force_lib "devel/sage/sage/interfaces/maxima.py"
> Total time for all tests: 27.5 seconds
> eno%
> }}}

New description:

 The following test fails when the sage-4.7.rc2 install tree is moved.

 {{{
 eno% ./sage
 ----------------------------------------------------------------------
 | Sage Version 4.7.rc2, Release Date: 2011-05-11                     |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 **********************************************************************
 *                                                                    *
 * Warning: this is a prerelease version, and it may be unstable.     *
 *                                                                    *
 **********************************************************************
 The Sage install tree may have moved
 (from /home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc to
 /home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-maximabug)
 Changing various hardcoded paths
 (please wait at most a few minutes)...
 Do not interrupt this.
 Done resetting paths
 sage: quit;
 Exiting Sage (CPU time 0m0.06s, Wall time 0m9.55s).
 Exiting spawned Gap process.
 eno% ./sage -t -long -force_lib "devel/sage/sage/interfaces/maxima.py"
 sage -t -long -force_lib "devel/sage/sage/interfaces/maxima.py"
 **********************************************************************
 File "/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
 maximabug/devel/sage/sage/interfaces/maxima.py", line 899:
     sage: maxima._command_runner('describe', 'gcd')
 Expected:
     -- Function: gcd (<p_1>, <p_2>, <x_1>, ...)
     ...
 Got:
     Maxima encountered a Lisp error:
     <BLANKLINE>
      Filesystem error with pathname
 #P"/home/mariah/sage/sage-4.7.rc2-x86_64-Linux-core2-fc-work-
 maximabug/local/info/maxima-index.lisp".
     Either
      1) the file does not exist, or
      2) we are not allow to access the file, or
      3) the pathname points to a broken symbolic link.
     <BLANKLINE>
     Automatically continuing.
     To enable the Lisp debugger set *debugger-hook* to nil.
     <BLANKLINE>
 **********************************************************************
 [...]
 }}}

 '''New spkg:'''
 [http://boxen.math.washington.edu/home/jdemeyer/spkg/maxima-5.23.2.p0.spkg]

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11348#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to