#19428 closed defect (invalid)
upgrade all fails because of missing port
Reported by: | Dave@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: |
Description
Z% sudo port upgrade all Password: Error: a2ps is not installed Z%
I don't see why this should happen. If there's an option that will keep it from happening, the error message should tell me how to re-run the command so the error won't occur.
Change History (3)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by Dave@…
Ah. Then the port command should look to see if there are any members of 'all' that are not installed, and diagnose 'port update all' as incorrect, AND suggest port update oudated.
Thanks
Note: See
TracTickets for help on using
tickets.
You can't upgrade something that isn't installed, and
all
expands to all available ports (tryport echo all
). Useport upgrade outdated
if you want to upgrade everything that is installed and has a newer version available.