#8841: os x 10.4 -- sage-4.4.1 doesn't start up
------------------------+---------------------------------------------------
   Reporter:  was       |       Owner:  tbd       
       Type:  defect    |      Status:  new       
   Priority:  critical  |   Milestone:  sage-4.4.1
  Component:  packages  |    Keywords:            
     Author:            |    Upstream:  N/A       
   Reviewer:            |      Merged:            
Work_issues:            |  
------------------------+---------------------------------------------------
 This is a result of updating the parI spkg, probably -- see #8837.

 After applying #8837, the sage build finishes.  However, startup fails:
 {{{
 varro:~/screen/varro/sage-4.4.1.alpha3 wstein$ ./sage -br

 ----------------------------------------------------------
 sage: Building and installing modified Sage library files.


 Installing c_lib
 scons: `install' is up to date.
 Updating Cython code....
 Time to execute 0 commands: 4.00543212891e-05 seconds
 Finished compiling Cython code (time = 4.20907592773 seconds)
 running install
 running build
 running build_py
 running build_ext
 Total time spent compiling C/C++ extensions:  0.395891904831 seconds.
 running install_lib
 running install_egg_info
 Removing /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6
 /site-packages/sage-0.0.0-py2.6.egg-info
 Writing /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6
 /site-packages/sage-0.0.0-py2.6.egg-info
 ----------------------------------------------------------------------
 | Sage Version 4.4.1.alpha3, Release Date: 2010-04-30                |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 **********************************************************************
 *                                                                    *
 * Warning: this is a prerelease version, and it may be unstable.     *
 *                                                                    *
 **********************************************************************
 ---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call
 last)

 /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6/site-
 packages/IPython/ipmaker.pyc in force_import(modname)
      64         reload(sys.modules[modname])
      65     else:
 ---> 66         __import__(modname)
      67
      68

 
/private/var/automount/home/wstein/screen/varro/sage-4.4.1.alpha3/local/bin/ipy_profile_sage.py
 in <module>()
       5     preparser(True)
       6
 ----> 7     import sage.all_cmdline
       8     sage.all_cmdline._init_cmdline(globals())
       9

 /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6/site-
 packages/sage/all_cmdline.py in <module>()
      12 try:
      13
 ---> 14     from sage.all import *
      15     from sage.calculus.predefined import x
      16     preparser(on=True)

 /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6/site-
 packages/sage/all.py in <module>()
      62 get_sigs()
      63
 ---> 64 from sage.misc.all       import *         # takes a while
      65
      66 from sage.misc.sh import sh

 /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6/site-
 packages/sage/misc/all.py in <module>()
      68 from sage_eval import sage_eval, sageobj
      69
 ---> 70 from sage_input import sage_input
      71
      72 from cython import cython_lambda, cython_create_local_so

 /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6/site-
 packages/sage/misc/sage_input.py in <module>()
     161 """
     162
 --> 163 from sage.misc.functional import parent
     164 import math
     165

 /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6/site-
 packages/sage/misc/functional.py in <module>()
      36
      37
 ---> 38 from sage.rings.complex_double import CDF
      39 from sage.rings.real_double import RDF, RealDoubleElement
      40

 
/private/var/automount/home/wstein/screen/varro/sage-4.4.1.alpha3/local/bin/gen.pxd
 in init sage.rings.complex_double (sage/rings/complex_double.c:14177)()

 ImportError:
 dlopen(/home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6
 /site-packages/sage/libs/pari/gen.so, 2): Symbol not found:
 _rnfidealtwoelement
   Referenced from:
 /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib/python2.6/site-
 packages/sage/libs/pari/gen.so
   Expected in:
 /home/wstein/screen/varro/sage-4.4.1.alpha3/local/lib//libcsage.dylib

 Error importing ipy_profile_sage - perhaps you should run %upgrade?
 WARNING: Loading of ipy_profile_sage failed.
 }}}

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