#9008: Update zlib to latest upstream, and clean up spkg-install
----------------------------+-----------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.4.4
Component: build | Keywords:
Author: David Kirkby | Upstream: N/A
Reviewer: Mike Hansen | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by drkirkby):
Mike,
can you try this.
http://boxen.math.washington.edu/home/kirkby/patches/zlib-1.2.5.spkg
It seems zlib was not building the shared library for you, so the 'cp'
command tried to copy the non-existant shared library to the directory
/home/mhansen/sage-4.3.5/local/lib. The error message was a bit confusing
{{{
cp: missing destination file operand after
`/home/mhansen/sage-4.3.5/local/lib'
}}}
was probably better replaced by:
{{{
cp: missing source file operand before
`/home/mhansen/sage-4.3.5/local/lib'
}}}
I've put this file in a different location to the previous one. Hopefully
this will build the shared library too now.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9008#comment:10>
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.