You need to delete all the interrupt.h files under the devel/sage/sage tree. This should be done automatically by the upgraded script, at least in sage-1.5.1.2. But you can easily do it manually, then type "sage -ba": rm -f */interrupt.h */*/interrupt.h */*/*/interrupt.h */*/*/*/interrupt.h
William On 12/17/06, Joshua Kantor <[EMAIL PROTECTED]> wrote: > > I tried to do sage upgrade, everything appeared to succeed but when I > try to start sage I get. > > <type 'exceptions.ImportError'> Traceback (most recent call > last) > > /home/jkantor/sage-1.4/local/bin/<ipython console> in <module>() > > /home/jkantor/sage-1.4/local/lib/python2.5/site-packages/sage/all_cmdline.py > in <module>() > ----> 1 from sage.all import * > 2 > > /home/jkantor/sage-1.4/local/lib/python2.5/site-packages/sage/all.py in > <module>() > 54 get_sigs() > 55 > ---> 56 from sage.rings.integer import pmem_malloc > 57 pmem_malloc() > 58 > > /home/jkantor/sage-1.4/local/bin/gen.pxd in integer() > > <type 'exceptions.ImportError'>: > /home/jkantor/sage-1.4/local/lib/python2.5/site-packages/sage/libs/pari/gen.so: > undefined symbol: sig_handle > > If nothing obvious springs to mind I'll just build the whole thing from > source. > > > > > -- William Stein Associate Professor of Mathematics University of Washington --~--~---------~--~----~------------~-------~--~----~ 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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---