mabshoff wrote:
> On Jan 26, 12:31 pm, mabshoff <[EMAIL PROTECTED]
> dortmund.de> wrote:
>> 2.10.1.alpha2 turned out to be a disaster to put it mildly. Check out
>> the rc0 que at
>>
>> http://sage.math.washington.edu/home/mabshoff/release-cycles-2.10.1/rc0/
>>
>> rc0 should be out sooner rather than later. If you want to build
>> yourself you need the new r.spkg (p12 to be exact) and Sage-2.10.1.rc0-
>> ecmlib-deps.patch  to fix build ecm before the sagelib. My guess for
>> the arrival of rc0 is about two to three hours after this message.
>>
>> Cheers,
>>
>> Michael
> 
> Here we go [200MB]:
> 
> http://sage.math.washington.edu/home/mabshoff/release-cycles-2.10.1/sage-2.10.1.rc0.tar
> 

In addition the notebook() fails on Fedora 7:

----------------------------------------------------------------------
| SAGE Version 2.10.1.rc0, Release Date: 2008-01-26                  |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------


sage: notebook()
The notebook files are stored in: /home/jaap/.sage//sage_notebook
Port 8000 is already in use.
Trying next port...
****************************************************
*                                                  *
* Open your web browser to https://localhost:8001  *
*                                                  *
****************************************************
There is an admin account.  If you do not remember the password,
quit the notebook and type notebook(reset=True).
2008/01/26 21:49 +0200 [-] Log opened.
2008/01/26 21:49 +0200 [-] twistd 2.5.0 
(/home/jaap/downloads/sage-2.10.1.rc0/local/bin/python 2.5.1) starting up
2008/01/26 21:49 +0200 [-] reactor class: <class 
'twisted.internet.selectreactor.SelectReactor'>
2008/01/26 21:49 +0200 [-] Loading sage_notebook/twistedconf.tac...
2008/01/26 21:49 +0200 [-] Traceback (most recent call last):
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/application/app.py",
 line 218, in getApplication
2008/01/26 21:49 +0200 [-]     application = service.loadApplication(filename, 
style, passphrase)
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/application/service.py",
 line 341, in 
loadApplication
2008/01/26 21:49 +0200 [-]     application = sob.loadValueFromFile(filename, 
'application', passphrase)
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/persisted/sob.py",
 line 215, in loadValueFromFile
2008/01/26 21:49 +0200 [-]     exec fileObj in d, d
2008/01/26 21:49 +0200 [-]   File "sage_notebook/twistedconf.tac", line 29, in 
<module>
2008/01/26 21:49 +0200 [-]     import gnutls.connection
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/connection.py",
 line 13, in <module>
2008/01/26 21:49 +0200 [-]     from gnutls.validators import *
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/validators.py",
 line 9, in <module>
2008/01/26 21:49 +0200 [-]     from gnutls.constants import *
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/constants.py",
 line 38, in <module>
2008/01/26 21:49 +0200 [-]     from gnutls.library import constants
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/library/__init__.py",
 line 7, in <module>
2008/01/26 21:49 +0200 [-]     from gnutls.library import errors
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/library/errors.py",
 line 14, in <module>
2008/01/26 21:49 +0200 [-]     from gnutls.library.functions import 
gnutls_strerror, gnutls_alert_get
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/library/functions.py",
 line 554, in <module>
2008/01/26 21:49 +0200 [-]     gnutls_srp_free_client_credentials = 
_libraries['libgnutls.so.13'].gnutls_srp_free_client_credentials
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/ctypes/__init__.py", 
line 355, in __getattr__
2008/01/26 21:49 +0200 [-]     func = self.__getitem__(name)
2008/01/26 21:49 +0200 [-]   File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/ctypes/__init__.py", 
line 360, in __getitem__
2008/01/26 21:49 +0200 [-]     func = self._FuncPtr((name_or_ordinal, self))
2008/01/26 21:49 +0200 [-] AttributeError: /usr/lib/libgnutls.so.13: undefined 
symbol: gnutls_srp_free_client_credentials
2008/01/26 21:49 +0200 [-] Failed to load application: 
/usr/lib/libgnutls.so.13: undefined symbol: gnutls_srp_free_client_credentials
2008/01/26 21:49 +0200 [-] Unhandled Error
         Traceback (most recent call last):
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/application/app.py",
 line 379, in run
             runApp(config)
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/scripts/twistd.py",
 line 23, in runApp
             _SomeApplicationRunner(config).run()
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/application/app.py",
 line 157, in run
             self.application = self.createOrGetApplication()
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/application/app.py",
 line 207, in createOrGetApplication
             application = getApplication(self.config, passphrase)
         --- <exception caught here> ---
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/application/app.py",
 line 218, in getApplication
             application = service.loadApplication(filename, style, passphrase)
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/application/service.py",
 line 341, in loadApplication
             application = sob.loadValueFromFile(filename, 'application', 
passphrase)
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/twisted/persisted/sob.py",
 line 215, in loadValueFromFile
             exec fileObj in d, d
           File "sage_notebook/twistedconf.tac", line 29, in <module>
             import gnutls.connection
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/connection.py",
 line 13, in <module>
             from gnutls.validators import *
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/validators.py",
 line 9, in <module>
             from gnutls.constants import *
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/constants.py",
 line 38, in <module>
             from gnutls.library import constants
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/library/__init__.py",
 line 7, in <module>
             from gnutls.library import errors
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/library/errors.py",
 line 14, in <module>
             from gnutls.library.functions import gnutls_strerror, 
gnutls_alert_get
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/gnutls/library/functions.py",
 line 554, in <module>
             gnutls_srp_free_client_credentials = 
_libraries['libgnutls.so.13'].gnutls_srp_free_client_credentials
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/ctypes/__init__.py", 
line 355, in __getattr__
             func = self.__getitem__(name)
           File 
"/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/ctypes/__init__.py", 
line 360, in __getitem__
             func = self._FuncPtr((name_or_ordinal, self))
         exceptions.AttributeError: /usr/lib/libgnutls.so.13: undefined symbol: 
gnutls_srp_free_client_credentials


Failed to load application: /usr/lib/libgnutls.so.13: undefined symbol: 
gnutls_srp_free_client_credentials
2008/01/26 21:49 +0200 [-]
---------------------------------------------------------------------------
<class 'socket.error'>                    Traceback (most recent call last)

/home/jaap/.sage/<ipython console> in <module>()

/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/sage/server/notebook/notebook_object.py
 in __call__(self, *args, **kwds)
     135     """
     136     def __call__(self, *args, **kwds):
--> 137         return self.notebook(*args, **kwds)
     138
     139     notebook = run_notebook.notebook_twisted

/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/sage/server/notebook/run_notebook.py
 in notebook_twisted(self, directory, port, address, 
port_tries, secure, reset, accounts, server_pool, ulimit, timeout, open_viewer, 
sagetex_path, start_path)
     240     if open_viewer:
     241         "Open viewer automatically isn't fully implemented.  You have 
to manually open your web browser to the above URL."
--> 242     run(port)
     243
     244     return True

/home/jaap/downloads/sage-2.10.1.rc0/local/lib/python2.5/site-packages/sage/server/notebook/run_notebook.py
 in run(port)
     226         e = os.system('sage -twistd --pidfile="%s"/twistd.pd -ny 
"%s"/twistedconf.tac'%(directory, directory))
     227         if e == 256:
--> 228             raise socket.error
     229
     230     if address != 'localhost' and not secure:

<class 'socket.error'>:

sage:



Jaap


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to