On Thu, 14 Dec 2006 06:56:16 -0800, Luis Finotti <[EMAIL PROTECTED]> wrote:
> I've had problems upgrading to version 1.5.0.2 at work and at home. > Now, if I try to run: > > <type 'exceptions.ImportError'>: > /scratch/local/sage-1.4/local/lib/python2.5/site-packages/sage/libs/pari/gen.so: > undefined symbol: sig_handle Fix this as follows: (1) Remove spkg/installed/sage-1.5* (2) Remove spkg/standard/sage-1.5* (3) Do sage -f sage-1.5.0.2 The problem was that some old files interrupt.h got left laying around, which were not under the revision control system, so they don't get deleted when you upgrade, and they under up causing problems. The sage-1.5.0.2 upgrade script deletes them as part of the install process. > At home, I have a AMD XP running on Debian Etch (kernel 2.6.17). It > seems to have succeed, but it shows the previous version: > > ################## > debian[~]$ sage > -------------------------------------------------------- > | SAGE Version 1.3.7.3.3, Build Date: 2006-09-21 | > | Distributed under the GNU General Public License V2. | > -------------------------------------------------------- > > > sage: version() > 'SAGE Version 1.3.7.3.3, Build Date: 2006-09-21' > > sage: > ################## > > Here is the end of the compilation process: > > ############ > ............ > Successfully installed gmp-4.2.1.p3 > make: Circular installed/ <- installed/ dependency dropped. > make: Circular installed/ <- installed/ dependency dropped. > make: Circular installed/ <- installed/ dependency dropped. > make: Circular installed/libpng-1.2.8.p0 <- installed/ dependency > dropped. > make: Circular installed/libpng-1.2.8.p0 <- installed/ dependency > dropped. > make: Circular installed/libpng-1.2.8.p0 <- installed/ dependency > dropped. > make: Circular installed/ <- installed/ dependency dropped. > make: Circular installed/python-2.5.p3 <- installed/ dependency dropped. > Any ideas? In this case, either try again or do a fresh install. I added some new code to a certain part of the upgrade scripts that should deal with this problem, but we'll see. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@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-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---