#9864: Error building PIL on RHEL Server 5.5
-----------------------+----------------------------------------------------
Reporter: mpatel | Owner: GeorgSWeber
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.6
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Comment(by drkirkby):
Replying to [comment:12 leif]:
> {{{
> ... -L/usr/local/lib -L/home/wstein/mvngu/sage-4.5.3/local/lib
-L/usr/lib ...
> }}}
> is obviously wrong.
Yes.
There's some things in {{{patches/setup.py}}} which look odd to me, though
since I don't know what SAGE_BINARY_BUILD is, I can't say for sure.
{{{
#
# add standard directories
if not SAGE_BINARY_BUILD:
add_directory(library_dirs, "/usr/local/lib")
add_directory(include_dirs, "/usr/local/include")
add_directory(library_dirs, "/usr/lib")
add_directory(include_dirs, "/usr/include")
#
}}}
I think they should be removed from the pil package.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9864#comment:13>
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.