#9343: upgrade pari to version 2.4.3
---------------------------+------------------------------------------------
Reporter: was | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.5.2
Component: packages | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by drkirkby):
Looking at the error message above:
{{{
ld.so.1: solaris-ix86-rlv23868: fatal: libgmp.so.10: open failed: No such
file or directory
./Configure[79]: .: line 38: 24072: Killed
}}}
and comparing it to the GMP libraries that were installed, the version
numbers do not match. Pari is looking for {{{libgmp.so.10}}} but I have
the following GMP related files:
{{{
drkir...@hawk:~/sage-4.5/local/lib$ ls -ld libgmp*
-rwxr-xr-x+ 1 drkirkby staff 803 Jul 16 13:10 libgmp.la
lrwxrwxrwx 1 drkirkby staff 15 Jul 16 13:10 libgmp.so ->
libgmp.so.3.4.6
lrwxrwxrwx 1 drkirkby staff 15 Jul 16 13:10 libgmp.so.3 ->
libgmp.so.3.4.6
-rwxr-xr-x+ 1 drkirkby staff 549536 Jul 16 13:10 libgmp.so.3.4.6
-rwxr-xr-x+ 1 drkirkby staff 919 Jul 16 13:10 libgmpxx.la
lrwxrwxrwx 1 drkirkby staff 17 Jul 16 13:10 libgmpxx.so ->
libgmpxx.so.3.1.6
lrwxrwxrwx 1 drkirkby staff 17 Jul 16 13:10 libgmpxx.so.3 ->
libgmpxx.so.3.1.6
-rwxr-xr-x+ 1 drkirkby staff 26712 Jul 16 13:10 libgmpxx.so.3.1.6
}}}
i.e. there is nothing like a version 10. The installed libraries have a
3.x in them, but Pari is looking for a .10.
I've installed bison on the system, so the error message about a missing
bison is not appearing any more, but that has not resolve either
* The ''readline'' issue, which I've had for ages. OR
* The ''gmp'' library issue, which is unique to this update, and does not
show up in the version in Sage.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9343#comment:77>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.