Opened 14 years ago
Closed 14 years ago
#1830 closed defect (fixed)
sage-current-location.txt not unpdated on "make install"
Reported by: | pgrinber | Owned by: | cwitty |
---|---|---|---|
Priority: | blocker | Milestone: | sage-3.2.1 |
Component: | relocation | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
when running "DESTDIR=/usr/lib make install", the file /usr/lib/sage/local/lib/sage-current-location.txt should be updated with the correct new path of $DESTDIR/sage
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
This seems closely related to #3122. The fix that William suggests should be implemented since otherwise people will complain about this issue again in the future.
Cheers,
Michael
comment:3 Changed 14 years ago by
- Milestone changed from sage-3.2.1 to sage-3.2
comment:4 Changed 14 years ago by
- Milestone changed from sage-3.2.2 to sage-3.2.1
- Priority changed from major to blocker
comment:5 Changed 14 years ago by
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I disagree. /usr/lib/sage/local/lib/sage-current-location.txt should *only* be updated if Sage is actually run in the new location. And if "make install" hasn't run the Sage in the new location, then you better not update that file (or Sage will be installed in a totally broken state).
Maybe what I'm saying is that "make install" should run the Sage in the install location once in order to update sage-current-location.txt.