#12637: Follow-up to #4949: don't delete the current working directory
--------------------------+-------------------------------------------------
   Reporter:  jhpalmieri  |          Owner:  GeorgSWeber  
       Type:  defect      |         Status:  needs_review 
   Priority:  blocker     |      Milestone:  sage-5.0     
  Component:  build       |       Keywords:               
Work_issues:              |       Upstream:  N/A          
   Reviewer:              |         Author:  John Palmieri
     Merged:              |   Dependencies:               
--------------------------+-------------------------------------------------

Old description:

> On Solaris, running `rm -rf DIR` fails if `DIR` is in the path of the
> current working directory. This happens in sage-spkg, so the temporary
> build directories `$SAGE_BUILD_DIR/$PKG_NAME` don't get deleted.  Fix
> this by running `cd ...` first.
>
> Apply [attachment:trac_12367-cd-before-rm.patch] to the root repo.

New description:

 On Solaris, running `rm -rf DIR` fails if `DIR` is in the path of the
 current working directory. This happens in sage-spkg, so the temporary
 build directories `$SAGE_BUILD_DIR/$PKG_NAME` don't get deleted.  Fix this
 by running `cd ...` first.

 Apply [attachment:trac_12637-cd-before-rm.patch] to the root repo.

--

Comment(by jhpalmieri):

 Done.  (Also changed the name of the patch file to match the ticket
 number.)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12637#comment:3>
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.

Reply via email to