Changes between Initial Version and Version 1 of Ticket #34314


Ignore:
Timestamp:
May 3, 2012, 1:36:11 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

User error. Don't run "sudo port upgrade outdated all". That means "upgrade the outdated ports, and then upgrade all ports that exist". Since not all ports that exist are installed on your system (in particular the alphabetically first port, a game called "2Pong", is not installed on your system), you'll get an error.

The command you want is just "sudo port upgrade outdated" which means "upgrade the outdated ports".

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34314

    • Property Status changed from new to closed
    • Property Cc macunkie@… removed
    • Property Component changed from ports to base
    • Property Milestone changed from MacPorts 2.1.0 to
    • Property Resolution changed from to invalid
  • Ticket #34314 – Description

    initial v1  
    11Terminal Out put after running command:
    22
     3{{{
    34sudo port upgrade outdated all
    45Error: 2Pong is not installed
    56To report a bug, see <http://guide.macports.org/#project.tickets>
     7}}}