Changes between Initial Version and Version 1 of Ticket #35599


Ignore:
Timestamp:
Aug 8, 2012, 11:00:50 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It was an error for a dependency on p5-xml-parser to have been added to the policykit port. #34731 is the ticket requesting that this be fixed.

FYI, "port list" doesn't do what you think it does.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35599

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Port policykit added
  • Ticket #35599 – Description

    initial v1  
    11When running the above command, I get the following failure, which happens quite often (not always the same packages)
    22
    3 ===================
     3{{{
    44$ sudo port uninstall inactive
    55--->  Unable to uninstall p5-xml-parser @2.400.0_4, the following ports depend on it:
     
    1212--->    policykit @0.103_1
    1313Error: port uninstall failed: Please uninstall the ports that depend on p5-xml-parser first.
    14 ===================
     14}}}
    1515
    1616I consider this to be a bug because nothing should be marked as "inactive" if it is actually being used by something else.
     
    2020FYI...
    2121
     22{{{
    2223$sudo port list inactive
    2324p5-xml-parser                  @2.400.0        perl/p5-xml-parser
     25}}}