#12279: cyrus-sasl2 error during install -------------------------------------+-------------------------------------- Reporter: lo.knut@… | Owner: jmpp@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5 Resolution: fixed | Keywords: -------------------------------------+-------------------------------------- Comment(by alakazam@…): I encountered this bug today whan trying to upgrade {{{cyrus-sasl2}}} which required that I uninstall previous versions of {{{cyrus-sasl2}}} to build. {{{ % port installed cyrus-sasl2 The following ports are currently installed: cyrus-sasl2 @2.1.21_0+kerberos (active) cyrus-sasl2 @2.1.21_0+kerberos (active) }}} but {{{ % ls -l /opt/local/var/macports/receipts/cyrus-sasl2 drwxr-xr-x 4 root admin 136B 12 aoû 2007 2.1.21_0+kerberos/ drwxr-xr-x 3 root admin 102B 11 jul 2007 2.1.21_0+kerberos darwin/ }}} To solve this problem I ran {{{ % sudo rm -rf /opt/local/var/macports/receipts/cyrus- sasl2/2.1.21_0+kerberos\ darwin/ }}} and was then able to deactivate {{{cyrus-sals2}}}. toby suggested a better solution on irc (safer I think) :
<toby> i'm not sure if this will work, but have you tried quoting the arguments? port uninstall cyrus-sasl2 "@2.1.21_0+kerberos darwin"
-- Ticket URL: <http://trac.macports.org/ticket/12279#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS