#6294: lisp command in sage is now totally broken (because of ecl switch)
------------------------+---------------------------------------------------
 Reporter:  was         |       Owner:  was       
     Type:  defect      |      Status:  new       
 Priority:  major       |   Milestone:  sage-4.0.2
Component:  interfaces  |    Keywords:            
 Reviewer:              |      Author:            
   Merged:              |  
------------------------+---------------------------------------------------
 {{{
 wst...@bsd:~/build/sage-4.0.2.alpha3$ ./sage
 ----------------------------------------------------------------------
 | Sage Version 4.0.2.alpha3, Release Date: 2009-06-13                |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: lisp.eval('(+ 2 3)')
 ---------------------------------------------------------------------------
 RuntimeError                              Traceback (most recent call
 last)

 /Users/was/.sage/temp/bsd.local/80207/_Users_was__sage_init_sage_0.py in
 <module>()

 /Users/was/build/sage-4.0.2.alpha3/local/lib/python2.5/site-
 packages/sage/interfaces/lisp.pyc in eval(self, code, strip, **kwds)
     116         """
     117         with gc_disabled():
 --> 118             self._synchronize()
     119             code = str(code)
     120             code = code.strip()

 /Users/was/build/sage-4.0.2.alpha3/local/lib/python2.5/site-
 packages/sage/interfaces/lisp.pyc in _synchronize(self)
     192         E = self._expect
     193         if E is None:
 --> 194             self._start()
     195             E = self._expect
     196         r = random.randrange(2147483647)

 /Users/was/build/sage-4.0.2.alpha3/local/lib/python2.5/site-
 packages/sage/interfaces/lisp.pyc in _start(self, *args, **kwds)
     186             True
     187         """
 --> 188         Expect._start(self, *args, **kwds)
     189         self.__in_seq = 1
     190

 /Users/was/build/sage-4.0.2.alpha3/local/lib/python2.5/site-
 packages/sage/interfaces/expect.pyc in _start(self, alt_message,
 block_during_init)
     457             failed_to_start.append(self.__name)
     458             raise RuntimeError, "Unable to start %s because the
 command '%s' failed.\n%s"%(
 --> 459                 self.__name, cmd, self._install_hints())
     460
     461         os.chdir(current_path)

 RuntimeError: Unable to start Lisp because the command 'clisp-noreadline
 --silent -on-error abort' failed.

 sage:
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6294>
Sage <http://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