Opened 13 years ago

Closed 13 years ago

#31047 closed defect (fixed)

py26-docutils, py27-docutils: installs symlink to nonexistent file

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: Cc:
Port: py26-docutils, py27-docutils

Description

$ port installed py*docutils
The following ports are currently installed:
  py25-docutils @0.5_0 (active)
  py26-docutils @0.8_0 (active)
  py27-docutils @0.8_0 (active)
$ port contents py*docutils | grep rst2new | xargs ls -l
lrwxr-xr-x  1 root  wheel   79 Jul 11 01:35 /opt/local/bin/rst2newlatex-2.6.py -> /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/rst2newlatex.py
lrwxr-xr-x  1 root  wheel   79 Jul 11 01:35 /opt/local/bin/rst2newlatex-2.7.py -> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/rst2newlatex.py
-rwxr-xr-x  1 root  wheel  813 Aug 30 16:06 /opt/local/bin/rst2newlatex.py
$ /opt/local/bin/rst2newlatex-2.6.py
-bash: /opt/local/bin/rst2newlatex-2.6.py: No such file or directory
$ /opt/local/bin/rst2newlatex-2.7.py 
-bash: /opt/local/bin/rst2newlatex-2.7.py: No such file or directory
$ 

Change History (1)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.