#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.3
Component: build | Keywords:
Author: David Kirkby | Upstream: N/A
Reviewer: Mike Hansen | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by drkirkby):
Looking further, I see the text "DESTDIR" is used in the top-level Sage
makefile.
{{{
drkir...@redstart:~/sage-4.4.3.alpha1$ grep DESTDIR makefile
if [ "$(DESTDIR)" = "" ]; then \
echo "Set DESTDIR"; \
mkdir -p $(DESTDIR)
mkdir -p $(DESTDIR)/sage
mkdir -p $(DESTDIR)/bin/
cp -rpv * $(DESTDIR)/sage/
python local/bin/sage-hardcode_sage_root $(DESTDIR)/sage/sage
"$(DESTDIR)"/sage
cp $(DESTDIR)/sage/sage $(DESTDIR)/bin/
cd $(DESTDIR)/bin/; ./sage -c
drkir...@redstart:~/sage-4.4.3.alpha1$
}}}
It looks like somehow that is being passed as text to the zlib package,
and not substituted for something more useful, such as a path.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9008#comment:9>
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.