Opened 10 years ago
Closed 10 years ago
#12637 closed defect (fixed)
Follow-up to #4949: don't delete the current working directory
Reported by: | jhpalmieri | Owned by: | GeorgSWeber |
---|---|---|---|
Priority: | blocker | Milestone: | sage-5.0 |
Component: | build | Keywords: | |
Cc: | Merged in: | sage-5.0.beta8 | |
Authors: | John Palmieri | Reviewers: | Jeroen Demeyer |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
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 trac_12637-cd-before-rm.patch to the root repo.
Attachments (1)
Change History (6)
comment:1 Changed 10 years ago by
- Description modified (diff)
- Status changed from new to needs_review
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
- Description modified (diff)
Done. (Also changed the name of the patch file to match the ticket number.)
comment:4 Changed 10 years ago by
- Reviewers set to Jeroen Demeyer
- Status changed from needs_review to positive_review
comment:5 Changed 10 years ago by
- Merged in set to sage-5.0.beta8
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Could you just add a comment like