Ticket #1241 (closed defect: fixed)
absolute symbolic links left in "make install"
| Reported by: | zimmerma | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.9 |
| Component: | distribution | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Another problem reported by Emmanuel Thome: the following symbolic links are absolute with respect to the build directory of SAGE, thus won't work any more after "make install":
$ find sage-2.8.13/ | while read f ; do [ -h "$f" ] && [ ! \ -e "$f" ] && ls -l "$f" ; done lrwxrwxrwx 1 zimmerma spaces 41 2007-11-22 11:03 sage-2.8.13/sage/local/bin/bzc\ mp -> /tmp/sage-2.8.13/spkg/../local/bin/bzdiff lrwxrwxrwx 1 zimmerma spaces 41 2007-11-22 11:03 sage-2.8.13/sage/local/bin/bzf\ grep -> /tmp/sage-2.8.13/spkg/../local/bin/bzgrep lrwxrwxrwx 1 zimmerma spaces 41 2007-11-22 11:03 sage-2.8.13/sage/local/bin/bzl\ ess -> /tmp/sage-2.8.13/spkg/../local/bin/bzmore lrwxrwxrwx 1 zimmerma spaces 41 2007-11-22 11:03 sage-2.8.13/sage/local/bin/bze\ grep -> /tmp/sage-2.8.13/spkg/../local/bin/bzgrep
Change History
comment:2 Changed 6 years ago by zimmerma
This problem seems fixed in sage-2.9:
bash-3.2$ pwd /usr/local/sage-2.9/sage/local/bin bash-3.2$ ls -l bz* -rwxr-xr-x 1 zimmerma spaces 131001 2007-12-17 11:25 bzcat lrwxrwxrwx 1 zimmerma spaces 6 2007-12-17 11:25 bzcmp -> bzdiff -rwxr-xr-x 1 zimmerma spaces 2128 2007-12-17 11:25 bzdiff lrwxrwxrwx 1 zimmerma spaces 6 2007-12-17 11:25 bzegrep -> bzgrep lrwxrwxrwx 1 zimmerma spaces 6 2007-12-17 11:25 bzfgrep -> bzgrep -rwxr-xr-x 1 zimmerma spaces 1677 2007-12-17 11:25 bzgrep -rwxr-xr-x 1 zimmerma spaces 131001 2007-12-17 11:25 bzip2 -rwxr-xr-x 1 zimmerma spaces 14861 2007-12-17 11:25 bzip2recover lrwxrwxrwx 1 zimmerma spaces 6 2007-12-17 11:25 bzless -> bzmore -rwxr-xr-x 1 zimmerma spaces 1259 2007-12-17 11:25 bzmore
comment:3 Changed 6 years ago by rlm
- Summary changed from absolute symbolic links left in "make install" to [is fixed?] absolute symbolic links left in "make install"
Note: See
TracTickets for help on using
tickets.

I will take care of those issues.
Cheers,
Michael