From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Oj4e1-0000Iz-QL for garchives@archives.gentoo.org; Wed, 11 Aug 2010 06:18:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17743E0CA9; Wed, 11 Aug 2010 06:18:05 +0000 (UTC) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.23]) by pigeon.gentoo.org (Postfix) with ESMTP id CDC5BE0CA9 for ; Wed, 11 Aug 2010 06:18:04 +0000 (UTC) Received: from [79.135.196.121] (helo=Ganymede) by fsm1.ukr.net with esmtpsa ID 1Oj4dX-000Jna-FY ; Wed, 11 Aug 2010 09:18:03 +0300 Date: Wed, 11 Aug 2010 09:18:47 +0300 From: v_2e@ukr.net To: gentoo-science@lists.gentoo.org Subject: [gentoo-science] [sage-on-gentoo] Sage-4.5.2 build problem and a "run-time" errors. Message-Id: <20100811091847.69233077.v_2e@ukr.net> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: c2cd5d54-79be-4596-8e7a-409f047cec1d X-Archives-Hash: 0464753a36aeae89729183b47640f2ab Hello! I've got some problems after upgrading Sage to 4.5.1 and to 4.5.2 after that. First of all, sage-baselayout-4.5.2 blocks sage-4.5.2, but if I delete the "DEPEND="!! 63 __import__(modname) 64 65 /usr/bin/ipy_profile_sage.py in () 5 preparser(True) 6 ----> 7 import sage.all_cmdline 8 sage.all_cmdline._init_cmdline(globals()) 9 /usr/lib64/python2.6/site-packages/sage/all_cmdline.py in () 12 try: 13 ---> 14 from sage.all import * 15 from sage.calculus.predefined import x 16 preparser(on=True) /usr/lib64/python2.6/site-packages/sage/all.py in () 71 72 from sage.rings.all import * ---> 73 from sage.matrix.all import * 74 75 # This must come before Calculus -- it initializes the Pynac library. /usr/lib64/python2.6/site-packages/sage/matrix/all.py in () ----> 1 2 3 from matrix_space import MatrixSpace, is_MatrixSpace 4 from constructor import matrix, Matrix, random_matrix, diagonal_matrix, identity_matrix, block_matrix, block_diagonal_matrix, jordan_block, zero_matrix 5 from matrix import is_Matrix 6 from berlekamp_massey import berlekamp_massey 7 /usr/lib64/python2.6/site-packages/sage/matrix/matrix_space.pyc in () 35 import matrix_generic_sparse 36 ---> 37 import matrix_modn_dense 38 import matrix_modn_sparse 39 /usr/bin/matrix_integer_dense.pxd in init sage.matrix.matrix_modn_dense (sage/matrix/matrix_modn_dense.c:14829)() 10 11 ---> 12 13 14 /usr/bin/linbox.pxd in init sage.matrix.matrix_integer_dense (sage/matrix/matrix_integer_dense.c:39016)() 5 6 ----> 7 8 9 ImportError: /usr/lib/liblinboxsage.so.0: undefined symbol: dgetri_ Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. ########### Qoute ends ########## -----