Opened 14 years ago

Closed 14 years ago

#24866 closed defect (fixed)

port_cutleaves: invalid command name "portuninstall::uninstall"

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: lperry (Perry Lee)
Priority: Normal Milestone:
Component: ports Version: 1.8.99
Keywords: Cc:
Port: port_cutleaves

Description

With MacPorts 1.9.0 beta 1, once I've told port_cutleaves @0.1.2_0 where macports_fastload.tcl is (#24865), it correctly identifies the leaves, but then can't uninstall them:

bash-3.2# port_cutleaves -t /opt/local/share/macports/Tcl -b
[Leaf 1 of 3] winetricks @20100424_0 (active):
  [keep] / (u)ninstall / (f)lush / (a)bort: k
** winetricks @20100424_0 will be kept.

[Leaf 2 of 3] xorg-server @1.7.7_0 (active):
  [keep] / (u)ninstall / (f)lush / (a)bort: u
** xorg-server @1.7.7_0 will be uninstalled.

[Leaf 3 of 3] port_cutleaves @0.1.2_0 (active):
  [keep] / (u)ninstall / (f)lush / (a)bort: k
** port_cutleaves @0.1.2_0 will be kept.

Error: invalid command name "portuninstall::uninstall"

No leaves were uninstalled.

Change History (2)

comment:1 Changed 14 years ago by lperry (Perry Lee)

Thanks for the heads up; I've been meaning to get around to update port_cutleaves to work with the recent changes (e.g., take advantage of the new pseudo-portname leaves). I'll try to take an initial stab at it this Sunday.

comment:2 Changed 14 years ago by lperry (Perry Lee)

Resolution: fixed
Status: newclosed

Fixed in r67612.

Note: See TracTickets for help on using tickets.