It's easier for me to just download the new binary than to try to fix
this, but for development purposes the following messages may be
useful:

sage: An error occurred while installing ntl-5.4.1.p10
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/
install.log.

Unfortunately, there IS no such file.  But from the session in
Terminal it looks like while building NTL 5.4.1, after

*** the wizard is done!!

and in the midst of

* updating config.h

it failed.  The last messages are:

ld: flag: -undefined dynamic_lookup can't be used with
MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1
/usr/bin/libtool: internal link edit command failed
make[1]: *** [libntl.dylib] Error 1
Failed to build NTL dylib.

and

make: *** [installed/ntl-5.4.1.p10] Error 1

Attempting to use Sage yields the following final error message:

<ERROR: name 'sage_prompt' is not defined>

The complete error message is below.

----------------------------------------------------------------------
| SAGE Version 2.10, Release Date: 2008-01-18                        |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call
last)

/Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/local/bin/
<string> in <module>()

/Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/local/lib/
python2.5/site-packages/sage/misc/preparser_ipython.py in <module>()
      6
###########################################################################
      7
----> 8 import sage.misc.interpreter
      9
     10 import preparser

/Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/local/lib/
python2.5/site-packages/sage/misc/interpreter.py in <module>()
    102
    103 import os
--> 104 import log
    105
    106 import remote_file

/Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/local/lib/
python2.5/site-packages/sage/misc/log.py in <module>()
     51
     52 import interpreter
---> 53 import latex
     54 import misc
     55

/Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/local/lib/
python2.5/site-packages/sage/misc/latex.py in <module>()
     41 import random
     42
---> 43 import sage.plot.all
     44
     45 from misc import tmp_dir

/Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/local/lib/
python2.5/site-packages/sage/plot/all.py in <module>()
      2                   text, circle, disk, hue, graphics_array,
      3                   list_plot, networkx_plot, parametric_plot,
      4                   polar_plot, contour_plot, arrow,
      5                   plot_vector_field, matrix_plot, bar_chart,
      6                   is_Graphics,

/Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/local/lib/
python2.5/site-packages/sage/plot/plot.py in <module>()
    126
############################################################################
    127
--> 128 from sage.structure.sage_object import SageObject
    129
    130 ## IMPORTANT: Do *not* import matplotlib at module scope.  It
takes a

<type 'exceptions.ImportError'>: dlopen(/Applications/sage-2.8.12-
powerpc-osx-PowerMacintosh-Darwin/local/lib/python2.5/site-packages/
sage/structure/sage_object.so, 2): Symbol not found:
_PyUnicodeUCS2_DecodeUTF8
  Referenced from: /Applications/sage-2.8.12-powerpc-osx-
PowerMacintosh-Darwin/local/lib/python2.5/site-packages/sage/structure/
sage_object.so
  Expected in: dynamic lookup

WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
sage.misc.preparser_ipython.magma_colon_equals=True'
---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call
last)

/Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/local/bin/
<ipython console> in <module>()

/Applications/sage-2.8.12-powerpc-osx-PowerMacintosh-Darwin/local/lib/
python2.5/site-packages/sage/misc/misc.py in <module>()
    334     return 0
    335
--> 336 from sage.misc.misc_c import prod
    337
    338 # alternative name for prod

<type 'exceptions.ImportError'>: dlopen(/Applications/sage-2.8.12-
powerpc-osx-PowerMacintosh-Darwin/local/lib/python2.5/site-packages/
sage/misc/misc_c.so, 2): Symbol not found: _PyUnicodeUCS2_DecodeUTF8
  Referenced from: /Applications/sage-2.8.12-powerpc-osx-
PowerMacintosh-Darwin/local/lib/python2.5/site-packages/sage/misc/
misc_c.so
  Expected in: dynamic lookup

<ERROR: name 'sage_prompt' is not defined>




--~--~---------~--~----~------------~-------~--~----~
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