Changes between Version 2 and Version 9 of Ticket #60062


Ignore:
Timestamp:
Feb 11, 2020, 1:54:28 AM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60062

    • Property Cc jmroot added
    • Property Component changed from ports to base
  • Ticket #60062 – Description

    v2 v9  
    1 I am on MacOS High Sierra 10.13.6, trying to update my ports. I ran "sudo port selfupdate" and then, I ran "sudo port upgrade outdated" and got this output:
    2 \\
    3 --\\
    4 Error: Unable to open port: invalid command name "compiler.cxx_standard"\\
    5 Error: Follow https://guide.macports.org/#project.tickets to report a bug.\\
    6 --\\
     1I am on MacOS High Sierra 10.13.6, trying to update my ports. I ran `sudo port selfupdate` and then, I ran `sudo port upgrade outdated` and got this output:
    72
    8 If I try "sudo port upgrade installed", I instead get this error:
    9 \\
    10 --\\
    11 Error: Unable to open port: can't set "compiler.blacklist": invalid command name "compiler.command_line_tools_version"\\
    12 Error: Follow https://guide.macports.org/#project.tickets to report a bug.\\
    13 --\\
     3{{{
     4Error: Unable to open port: invalid command name "compiler.cxx_standard"
     5Error: Follow https://guide.macports.org/#project.tickets to report a bug.
     6}}}
    147
     8If I try `sudo port upgrade installed`, I instead get this error:
     9
     10{{{
     11Error: Unable to open port: can't set "compiler.blacklist": invalid command name "compiler.command_line_tools_version"
     12Error: Follow https://guide.macports.org/#project.tickets to report a bug.
     13}}}