Gentoo Archives: gentoo-science

From: v_2e@×××.net
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] [sage-on-gentoo] Sage 7.3 crashes
Date: Thu, 13 Oct 2016 20:52:07
Message-Id: 20161013234843.05cde8fdfac6c3a5a2559991@ukr.net
In Reply to: Re: [gentoo-science] [sage-on-gentoo] Sage 7.3 crashes by "François Bissey"
1 On Fri, 14 Oct 2016 07:48:55 +1300
2 "François Bissey" <frp.bissey@×××××.com> wrote:
3
4 > Sorry, I forgot you are on sage 7.3, so you have an older
5 > version of linbox without a .pc file.
6 > So instead I’ll need
7 > ldd -r /usr/lib64/liblinbox.so.0
8 > readelf -d /usr/lib64/liblinbox.so.0
9 >
10 Here is the output:
11
12 ldd -r /usr/lib64/liblinbox.so.0
13 linux-vdso.so.1 (0x00007ffcbd902000)
14 libgivaro.so.0 => /usr/lib64/libgivaro.so.0 (0x00007f2b65d26000)
15 libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/libstdc++.so.6 (0x00007f2b65926000)
16 libc.so.6 => /lib64/libc.so.6 (0x00007f2b6558e000)
17 libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/libgcc_s.so.1 (0x00007f2b65377000)
18 libgmpxx.so.4 => /usr/lib64/libgmpxx.so.4 (0x00007f2b65170000)
19 libgmp.so.10 => /usr/lib64/libgmp.so.10 (0x00007f2b64ef6000)
20 libm.so.6 => /lib64/libm.so.6 (0x00007f2b64bf3000)
21 /lib64/ld-linux-x86-64.so.2 (0x00005627f49a7000)
22
23 ===================
24
25 readelf -d /usr/lib64/liblinbox.so.0
26
27 Dynamic section at offset 0x6d40 contains 29 entries:
28 Tag Type Name/Value
29 0x0000000000000001 (NEEDED) Shared library: [libgivaro.so.0]
30 0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
31 0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
32 0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
33 0x000000000000000e (SONAME) Library soname: [liblinbox.so.0]
34 0x000000000000000c (INIT) 0x25b0
35 0x000000000000000d (FINI) 0x525c
36 0x0000000000000019 (INIT_ARRAY) 0x206d08
37 0x000000000000001b (INIT_ARRAYSZ) 40 (bytes)
38 0x000000000000001a (FINI_ARRAY) 0x206d30
39 0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
40 0x0000000000000004 (HASH) 0x1c8
41 0x000000006ffffef5 (GNU_HASH) 0x618
42 0x0000000000000005 (STRTAB) 0x10b8
43 0x0000000000000006 (SYMTAB) 0x7b8
44 0x000000000000000a (STRSZ) 2847 (bytes)
45 0x000000000000000b (SYMENT) 24 (bytes)
46 0x0000000000000003 (PLTGOT) 0x206fe8
47 0x0000000000000002 (PLTRELSZ) 1344 (bytes)
48 0x0000000000000014 (PLTREL) RELA
49 0x0000000000000017 (JMPREL) 0x2070
50 0x0000000000000007 (RELA) 0x1d58
51 0x0000000000000008 (RELASZ) 792 (bytes)
52 0x0000000000000009 (RELAENT) 24 (bytes)
53 0x000000006ffffffe (VERNEED) 0x1c98
54 0x000000006fffffff (VERNEEDNUM) 3
55 0x000000006ffffff0 (VERSYM) 0x1bd8
56 0x000000006ffffff9 (RELACOUNT) 13
57 0x0000000000000000 (NULL) 0x0
58
59 =================
60
61 Regards,
62 Vladimir
63 -----
64 <v_2e@×××.net>

Replies

Subject Author
Re: [gentoo-science] [sage-on-gentoo] Sage 7.3 crashes "François Bissey" <frp.bissey@×××××.com>