On Mar 14, 2009, at 4:52 PM, mabshoff wrote:

>
> On Mar 13, 11:30 am, Carl Witty <carl.wi...@gmail.com> wrote:
>> On Mar 13, 11:02 am, mabshoff <michael.absh...@mathematik.uni-
>>
>> dortmund.de> wrote:
>>> On Mar 13, 10:55 am, kcrisman <kcris...@gmail.com> wrote:
>>>> Any ideas?
>>
>>> The build box where that binary is being build had some changes  
>>> to the
>>> file system layout, i.e. William might have build on an NFS mount
>>> instead of a local file system. I did a build on a local file  
>>> system,
>>> so once I find some time I will get that binary uploaded to test  
>>> if it
>>> makes a difference.
>>
>> It looks like the build was done on a case-sensitive filesystem,
>> probably?
>
>
> Yep. I have a build from a HFS partition - see
>
>   http://sage.math.washington.edu/home/mabshoff/sage-3.4-OSX-10.4- 
> PowerMacintosh-Darwin.dmg
>
> can someone confirm that it works so I can upload it to the website?
>
> Cheers,
>
> Michael
>
I have downloaded both Michael's .dmg and the one from http:// 
sage.math.washington.edu/sage/osx/powerpc/index.html

In both cases, after I start sage, it fails as follows:
(My computer is a 300 MHz G3 running OSX 10.4.)

----------------------------------------------------------------------
| Sage Version 3.4, Release Date: 2009-03-11                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
The SAGE install tree may have moved.
Regenerating Python.pyo and .pyc files that hardcode the install PATH  
(please wait at
most a few minutes)...
Do not interrupt this.
------------------------------------------------------------------------ 
---
ImportError                               Traceback (most recent call  
last)

/Applications/sage/local/bin/<string> in <module>()

/Applications/sage/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/local/lib/python2.5/site-packages/sage/misc/ 
interpreter.py in <module>()
     100
     101 import os
--> 102 import log
     103
     104 import remote_file

/Applications/sage/local/lib/python2.5/site-packages/sage/misc/log.py  
in <module>()
      63
      64 import interpreter
---> 65 import latex
      66 import misc
      67

/Applications/sage/local/lib/python2.5/site-packages/sage/misc/ 
latex.py in <module>()
      41 import random
      42
---> 43 from misc import tmp_dir
      44 import sage_eval
      45 from sage.misc.misc import SAGE_DOC

/Applications/sage/local/lib/python2.5/site-packages/sage/misc/ 
misc.py in <module>()
      26
      27 import operator, os, stat, socket, sys, signal, time,  
weakref, resource, math
---> 28 import sage.misc.prandom as random
      29
      30 from banner import version, banner

/Applications/sage/local/lib/python2.5/site-packages/sage/misc/ 
prandom.py in <module>()
      54 # setting seeds should only be done through  
sage.misc.randstate .
      55
---> 56 from sage.misc.randstate import current_randstate
      57
      58 def _pyrand():

ImportError: dlopen(/Applications/sage/local/lib/python2.5/site- 
packages/sage/misc/randstate.so, 2): Library not loaded: /tmp/fooo/ 
sage-3.4/local/lib/libgmp.3.dylib
   Referenced from: /Applications/sage/local/lib//libcsage.dylib
   Reason: no suitable image found.  Did find:
         /Applications/sage/local/lib//libgmp.3.dylib: incompatible  
cpu-subtype
WARNING: Failure executing code: 'import  
sage.misc.preparser_ipython;   
sage.misc.preparser_ipython.magma_colon_equals=True'
------------------------------------------------------------------------ 
---
ImportError                               Traceback (most recent call  
last)

/Applications/sage/local/lib/python2.5/site-packages/IPython/ 
ipmaker.py in force_import(modname)
      64         reload(sys.modules[modname])
      65     else:
---> 66         __import__(modname)
      67
      68

/Applications/sage/local/bin/ipy_profile_sage.py in <module>()
       1 import os
       2 if 'SAGE_CLEAN' not in os.environ:
----> 3     import sage.misc.misc
       4     from sage.misc.interpreter import preparser, _ip
       5     preparser(True)

/Applications/sage/local/lib/python2.5/site-packages/sage/misc/ 
misc.py in <module>()
      26
      27 import operator, os, stat, socket, sys, signal, time,  
weakref, resource, math
---> 28 import sage.misc.prandom as random
      29
      30 from banner import version, banner

/Applications/sage/local/lib/python2.5/site-packages/sage/misc/ 
prandom.py in <module>()
      54 # setting seeds should only be done through  
sage.misc.randstate .
      55
---> 56 from sage.misc.randstate import current_randstate
      57
      58 def _pyrand():

ImportError: dlopen(/Applications/sage/local/lib/python2.5/site- 
packages/sage/misc/randstate.so, 2): corrupt binary, library ordinal  
too big
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.

<ERROR: name 'sage_prompt' is not defined>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to