Opened 14 years ago
Closed 14 years ago
#5058 closed defect (fixed)
[with patch, positive review] sage -f and sage -i is broken for local files with ".spkg" elsewhere in the path
Reported by: | rlm | Owned by: | mabshoff |
---|---|---|---|
Priority: | major | Milestone: | sage-3.3 |
Component: | build | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
[minime sage-3.3.alpha0.spkg_check]$ ./sage -i boehm_gc-7.1.p1.spkg Installing boehm_gc-7.1.p1.spkg Calling sage-spkg on boehm_gc-7.1.p1.spkg You must set the SAGE_ROOT environment variable or run this script from the SAGE_ROOT or SAGE_ROOT/local/bin/ directory. boehm_gc-7.1.p1.spkg Machine: Darwin minime.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 i386 MacBook4,1 Darwin Deleting directories from past builds of previous/current versions of boehm_gc-7.1.p1.spkg Extracting package /Users/rlmill/sage-3.3.alpha0.spkg_check/boehm_gc-7.1.p1.spkg ... -rw-r--r-- 1 rlmill staff 870192 2009-01-22 10:25 /Users/rlmill/sage-3.3.alpha0.spkg_check/boehm_gc-7.1.p1.spkg ./._boehm_gc-7.1.p1 ...verbose untar... Finished extraction sage: After decompressing the directory boehm_gc-7.1.p1.spkg does not exist etc... FAIL
The directory does not have .spkg on the end of it.
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
- Summary changed from sage -f and sage -i is broken for local files to sage -f and sage -i is broken for local files with ".spkg" elsewhere in the path
Changed 14 years ago by
comment:2 Changed 14 years ago by
- Summary changed from sage -f and sage -i is broken for local files with ".spkg" elsewhere in the path to [with patch, positive review] sage -f and sage -i is broken for local files with ".spkg" elsewhere in the path
comment:3 Changed 14 years ago by
- Resolution set to fixed
- Status changed from new to closed
Merged in Sage 3.3.alpha1
Note: See
TracTickets for help on using
tickets.
Looks good to me.