Gentoo Archives: gentoo-science

From: v_2e@×××.net
To: gentoo-science@l.g.o
Subject: [gentoo-science] undefined symbol: dgetri_ -- again.
Date: Tue, 12 Oct 2010 08:04:59
Message-Id: 20101012110715.f6a27593.v_2e@ukr.net
1 Hello!
2 I have not been using Sage for some time on my home PC and yesterday
3 I needed to do some calculations, but unfortunately, I found Sage in
4 nonworking state.
5 It gives me the following error message right after start:
6
7 ############## Quote #############
8 ImportError Traceback (most recent call
9 last)
10
11 /usr/lib64/python2.6/site-packages/IPython/ipmaker.pyc in force_import
12 (modname, force_reload) 61 reload(sys.modules[modname])
13 62 else:
14 ---> 63 __import__(modname)
15 64
16 65
17
18 /usr/bin/ipy_profile_sage.py in <module>()
19 5 preparser(True)
20 6
21 ----> 7 import sage.all_cmdline
22 8 sage.all_cmdline._init_cmdline(globals())
23 9
24
25 /usr/lib64/python2.6/site-packages/sage/all_cmdline.py in <module>()
26 12 try:
27 13
28 ---> 14 from sage.all import *
29 15 from sage.calculus.predefined import x
30 16 preparser(on=True)
31
32 /usr/lib64/python2.6/site-packages/sage/all.py in <module>()
33 71
34 72 from sage.rings.all import *
35 ---> 73 from sage.matrix.all import *
36 74
37 75 # This must come before Calculus -- it initializes the Pynac
38 library.
39
40 /usr/lib64/python2.6/site-packages/sage/matrix/all.py in <module>()
41 ----> 1
42 2
43 3 from matrix_space import MatrixSpace, is_MatrixSpace
44 4 from constructor import matrix, Matrix, random_matrix,
45 diagonal_matrix, identity_matrix, block_matrix, block_diagonal_matrix,
46 jordan_block, zero_matrix 5 from matrix import is_Matrix 6 from
47 berlekamp_massey import berlekamp_massey 7
48
49 /usr/lib64/python2.6/site-packages/sage/matrix/matrix_space.pyc in
50 <module>() 35 import matrix_generic_sparse
51 36
52 ---> 37 import matrix_modn_dense
53 38 import matrix_modn_sparse
54 39
55
56 /usr/bin/matrix_integer_dense.pxd in init sage.matrix.matrix_modn_dense
57 (sage/matrix/matrix_modn_dense.c:14829)() 10
58 11
59 ---> 12
60 13
61 14
62
63 /usr/bin/linbox.pxd in init sage.matrix.matrix_integer_dense
64 (sage/matrix/matrix_integer_dense.c:39016)() 5
65 6
66 ----> 7
67 8
68 9
69
70 ImportError: /usr/lib/liblinboxsage.so.0: undefined symbol: dgetri_
71 Error importing ipy_profile_sage - perhaps you should run %upgrade?
72 WARNING: Loading of ipy_profile_sage failed.
73 ############### End ##############
74
75 I remember this error has already happened. I had to install
76 'linbox-1.1.6-r1' then to get Sage working. But now there is no such
77 linbox version in the 'sage-on-gentoo' overlay.
78
79 What can I do this time to get it working again?
80
81 Thanks,
82 Vladimir
83 -----
84 <v_2e@×××.net>

Replies

Subject Author
Re: [gentoo-science] undefined symbol: dgetri_ -- again. "François Bissey" <f.r.bissey@×××××××××.nz>