#7092: [with spkg, needs review] build failure of pari-2.3.3.p1.spkg with
gcc-4.4.1 as distributed by Fedora 11
----------------------+-----------------------------------------------------
Reporter: jsp | Owner: mabshoff
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1.2
Component: packages | Keywords: gcc
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
Comment(by jsp):
This patch does not work because the file get_cc is copied to the wrong
place.
{{{
cd src
cp "$TOP"/patches/get_dlld config/
# mabshoff: This patch is to get around problem in PPC 32-bit Linux build
# (but it is ok on any other machine)
cp "$TOP"/patches/get_dlcflags config/
# cwitty: disable -rpath
cp "$TOP"/patches/get_ld config/
# cwitty: disable TeX; allow bz2 compression
cp "$TOP"/patches/gphelp.in doc/
# mabshoff: copy over patched hnf routine (#2204)
cp "$TOP"/patches/alglin2.c src/basemath/
# Minh Van Nguyen: copy over patched get_cc (#7092)
cp "$TOP"/patches/get_cc src/config/get_cc
}}}
The last line should be:
{{{
cp "$TOP"/patches/get_cc config/get_cc
}}}
Jaap
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7092#comment:5>
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
-~----------~----~----~----~------~----~------~--~---