Hello,
2.8.4 + the integer doc + 1 line fix to pari's build system leads to:
[EMAIL PROTECTED] sage-2.8.4]$ uname -a
Linux localhost.localdomain 2.6.21-1.3194.fc7 #1 Wed May 23 22:12:25
EDT 2007 ppc ppc ppc GNU/Linux
[EMAIL PROTECTED] sage-2.8.4]$ ./sage
----------------------------------------------------------------------
| SAGE Version 2.8.4, Release Date: 2007-09-07 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage:
Exiting SAGE (CPU time 0m0.01s, Wall time 0m3.58s).
I will post the patch for pari tomorrow. All the doctests pass, expect
some trivial DSage issues:
sage.dsage.twisted.tests.test_remote
ClientRemoteCallsTest
testremoteSubmitBadJob ...
[OK]
testremoteSubmitJob ...
[OK]
MonitorRemoteCallsTest
testget_killed_jobs_list ...
[ERROR]
[ERROR]
testremote_get_job ...
[ERROR]
[ERROR]
testremote_job_done ...
[ERROR]
[ERROR]
testremote_job_failed ...
[ERROR]
[ERROR]
===============================================================================
[ERROR]:
sage.dsage.twisted.tests.test_remote.MonitorRemoteCallsTest.testget_killed_jobs_list
Traceback from remote host -- Traceback unavailable
===============================================================================
[ERROR]:
sage.dsage.twisted.tests.test_remote.MonitorRemoteCallsTest.testget_killed_jobs_list
Traceback (most recent call last):
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/twisted/pb.py", line 412, in requestAvatar
avatar.attached(avatar, mind)
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/twisted/pb.py", line 258, in attached
self.DSageServer.monitordb.add_monitor(self.host_info)
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/database/monitordb.py", line 120, in add_monitor
cpu_speed = host_info['cpu_speed']
exceptions.KeyError: 'cpu_speed'
===============================================================================
[ERROR]:
sage.dsage.twisted.tests.test_remote.MonitorRemoteCallsTest.testremote_get_job
Traceback from remote host -- Traceback unavailable
===============================================================================
[ERROR]:
sage.dsage.twisted.tests.test_remote.MonitorRemoteCallsTest.testremote_get_job
Traceback (most recent call last):
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/twisted/pb.py", line 412, in requestAvatar
avatar.attached(avatar, mind)
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/twisted/pb.py", line 258, in attached
self.DSageServer.monitordb.add_monitor(self.host_info)
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/database/monitordb.py", line 120, in add_monitor
cpu_speed = host_info['cpu_speed']
exceptions.KeyError: 'cpu_speed'
===============================================================================
[ERROR]:
sage.dsage.twisted.tests.test_remote.MonitorRemoteCallsTest.testremote_job_done
Traceback from remote host -- Traceback unavailable
===============================================================================
[ERROR]:
sage.dsage.twisted.tests.test_remote.MonitorRemoteCallsTest.testremote_job_done
Traceback (most recent call last):
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/twisted/pb.py", line 412, in requestAvatar
avatar.attached(avatar, mind)
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/twisted/pb.py", line 258, in attached
self.DSageServer.monitordb.add_monitor(self.host_info)
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/database/monitordb.py", line 120, in add_monitor
cpu_speed = host_info['cpu_speed']
exceptions.KeyError: 'cpu_speed'
===============================================================================
[ERROR]:
sage.dsage.twisted.tests.test_remote.MonitorRemoteCallsTest.testremote_job_failed
Traceback from remote host -- Traceback unavailable
===============================================================================
[ERROR]:
sage.dsage.twisted.tests.test_remote.MonitorRemoteCallsTest.testremote_job_failed
Traceback (most recent call last):
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/twisted/pb.py", line 412, in requestAvatar
avatar.attached(avatar, mind)
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/twisted/pb.py", line 258, in attached
self.DSageServer.monitordb.add_monitor(self.host_info)
File "/tmp/Work/sage-2.8.4/local/lib/python2.5/site-packages/sage/
dsage/database/monitordb.py", line 120, in add_monitor
cpu_speed = host_info['cpu_speed']
exceptions.KeyError: 'cpu_speed'
-------------------------------------------------------------------------------
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---