#12670 closed defect (fixed)
port action 'dependents' doesn't check if portname is installed
Reported by: | von.helmut@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.7.0 |
Component: | base | Version: | 1.5.2 |
Keywords: | port dependents action | Cc: | |
Port: |
Description
$ port location expat Port expat 2.0.1_0 is installed as an image in: /opt/local/var/macports/software/expat/2.0.1_0
$ port dependents expat gettext depends on expat
$ port info expathocuspocus Error: Port expathocuspocus not found
$ port location expathocuspocus Error: port location failed: Registry error: expathocuspocus not registered as installed.
$ echo $? 1
$ port dependents expathocuspocus expathocuspocus has no dependents!
$ echo $? 0
Change History (3)
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by tobypeterson
Milestone: | MacPorts base bugs → MacPorts Future |
---|
Milestone MacPorts base bugs deleted
comment:3 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 1.7.0 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in trunk by r32336, and applied to the 1.6 branch in r33048.