#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 |
--------------------------------------------+-------------------------------
Comment(by leif):
Just noticed our `src/` isn't vanilla upstream:
{{{
#!sh
~/Sage/spkgs$ diff -ur upstream/Imaging-1.1.6/ pil-1.1.6.p3/src/
Only in pil-1.1.6.p3/src/: ff
diff -ur upstream/Imaging-1.1.6/setup.py pil-1.1.6.p3/src/setup.py
--- upstream/Imaging-1.1.6/setup.py 2006-12-03 12:37:29.000000000
+0100
+++ pil-1.1.6.p3/src/setup.py 2010-11-26 10:39:04.000000000 +0100
@@ -90,6 +90,9 @@
except ImportError:
_tkinter = None
+# Force None, so don't build tk -- this helps on some platforms.
+_tkinter = None
+
def add_directory(path, dir, where=None):
if dir and os.path.isdir(dir) and dir not in path:
if where is None:
}}}
(p3's `ff` is some left-over diff file.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9864#comment:36>
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.