#12347: make install broken in Sage 4.8
------------------------+---------------------------------------------------
Reporter: zimmerma | Owner: GeorgSWeber
Type: defect | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: build | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by ppurka):
@jhpalmieri: I added -u to make sure that the second time `make install`
is run, cp does not go around copying the files all over again. The
options `-r`, `-v` were all present from before. `ln -f` was needed in
case the user ran `make install` yet again, otherwise ln would give error.
If the first invocation of make install doesn't fail, then there is no
need to use -f with ln.
If `cp` is unreliable then what is the alternative (it is actually quite
reliable on linux with the `-a` option, that is, it copies symlinks
properly)? Alternatively, can we assume that `rsync` is available on all
platforms and use rsync instead?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12347#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.