#9864: Error building PIL on RHEL Server 5.5
--------------------------------------------+-------------------------------
Reporter: mpatel | Owner: GeorgSWeber
Type: defect | Status: needs_work
Priority: blocker | Milestone: sage-4.6.1
Component: build | Keywords:
Author: Leif Leonhardy, Mitesh Patel | Upstream: N/A
Reviewer: | Merged:
Work_issues: make patches #9419-compliant |
--------------------------------------------+-------------------------------
Changes (by jdemeyer):
* status: needs_review => needs_work
* work_issues: => make patches #9419-compliant
Comment:
Thanks for the work on this ticket, I will do some more testing
About using `patch`: for sake of consistency, please follow the following
instructions from
[http://trac.sagemath.org/sage_trac/ticket/9419#comment:5]:
{{{
1) create a directory pil-1.1.6.p2
2) cd pil-1.1.6.p2
3) put upstream source inpil-1.1.6.p2/src
For every ISSUE which needs to be patched, do the following:
4) cp -pr src src.patched
5) edit src.patched to fix ISSUE.
6) diff -ur src src.patched >patches/ISSUE.patch
7) rm -r src.patched
}}}
To apply the patches in `spkg-install`:
{{{
1) cd src
2) patch -p1 <../patches/ISSUE.patch
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9864#comment:31>
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.