[MacPorts] #60446: Port name unexpectedly handled case-sensitively when uninstalling

MacPorts noreply at macports.org
Wed May 6 17:43:03 UTC 2020


#60446: Port name unexpectedly handled case-sensitively when uninstalling
------------------------+--------------------
 Reporter:  ryandesign  |      Owner:  (none)
     Type:  defect      |     Status:  new
 Priority:  Normal      |  Milestone:
Component:  base        |    Version:  2.6.2
 Keywords:              |       Port:
------------------------+--------------------
 Port names are supposed to be treated case-insensitively on the command
 line, but I encountered a situation where that didn't happen:

 {{{
 $ sudo port uninstall libunwind-headers libunwind pdal
 --->  Unable to uninstall libunwind @5.0.1_0, the following ports depend
 on it:
 --->    PDAL @2.0.1_1
 Error: Failed to uninstall libunwind: Please uninstall the ports that
 depend on libunwind first.
 }}}

 {{{
 $ sudo port uninstall libunwind-headers libunwind PDAL
 --->  Deactivating PDAL @2.0.1_1
 --->  Cleaning PDAL
 --->  Uninstalling PDAL @2.0.1_1
 --->  Cleaning PDAL
 --->  Deactivating libunwind @5.0.1_0
 --->  Cleaning libunwind
 --->  Uninstalling libunwind @5.0.1_0
 --->  Cleaning libunwind
 --->  Deactivating libunwind-headers @5.0.1_0
 --->  Cleaning libunwind-headers
 --->  Uninstalling libunwind-headers @5.0.1_0
 --->  Cleaning libunwind-headers
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/60446>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list