Ticket #3691 (closed defect: wontfix)

Opened 5 years ago

Last modified 5 years ago

Fix permission issues in $SAGE_LOCAL/bin repo

Reported by: mabshoff Owned by: mabshoff
Priority: critical Milestone: sage-duplicate/invalid/wontfix
Component: build Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

cp: cannot open `/home/was/s/local/bin/sage-rebase_sage.sh' for reading: Permission denied
cp: cannot open `/home/was/s/local/bin/sage-server-web' for reading: Permission denied
cp: cannot open `/home/was/s/local/bin/phc' for reading: Permission denied

Change History

comment:1 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to wontfix
  • Milestone changed from sage-3.0.6 to sage-duplicate/invalid

Oops, as it turned out this is a specific issue with William's install:

mabshoff@sage:/scratch/mabshoff/release-cycle/sage-3.0.6.alpha1/local/bin$ ls -al sage-rebase_sage.sh 
-rwxr-xr-x 1 mabshoff 1090 424 2008-07-16 21:05 sage-rebase_sage.sh
mabshoff@sage:/scratch/mabshoff/release-cycle/sage-3.0.6.alpha1/local/bin$ ls -la sage-server-web
-rwxr-xr-x 1 mabshoff 1090 702 2008-07-21 00:56 sage-server-web
mabshoff@sage:/scratch/mabshoff/release-cycle/sage-3.0.6.alpha1/local/bin$ ls -la /home/was/s/local/bin/sage-rebase_sage.sh 
-rwx--x--x 1 was was 424 2008-05-05 06:51 /home/was/s/local/bin/sage-rebase_sage.sh
mabshoff@sage:/scratch/mabshoff/release-cycle/sage-3.0.6.alpha1/local/bin$ ls -la /home/was/s/local/bin/sage-server-web 
-rwx--x--x 1 was was 702 2008-07-16 16:21 /home/was/s/local/bin/sage-server-web

On a fresh install is not an issue. It seems likely that some stupidity in hg caused this.

Ergo: wontfix.

Cheers,

Michael

Note: See TracTickets for help on using tickets.