Opened 8 years ago
Closed 8 years ago
#14407 closed defect (duplicate)
Test for a GNU tar on Solaris is broken
Reported by: | jpflori | Owned by: | drkirkby |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | porting: Solaris | Keywords: | solaris tar |
Cc: | Merged in: | ||
Authors: | Reviewers: | Jeroen Demeyer | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
It's done too late in spkg/base/prereq-1.1-install. Around line 134, one already tries to untar the prereq tarball which will fail with the Sun tar (at least on the Solaris I have access to... I just get "nothing" after tar completed) and exit without giving much clue (the cd command will fail as the directory does not exists). The tests are only done around line 264.
Change History (4)
comment:1 Changed 8 years ago by
- Cc jdemeyer leif added; jdmeyer removed
comment:2 Changed 8 years ago by
- Cc jdemeyer leif removed
- Milestone changed from sage-5.9 to sage-duplicate/invalid/wontfix
- Reviewers set to Jeroen Demeyer
- Status changed from new to needs_review
comment:3 Changed 8 years ago by
- Status changed from needs_review to positive_review
comment:4 Changed 8 years ago by
- Resolution set to duplicate
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Since I'm patching prereq anyway at #14406 (what a coincidence!), let's fix both issues there.