[MacPorts] #40246: jabber @1.4.2_5 (net) command execution failed
MacPorts
noreply at macports.org
Mon Aug 26 10:05:54 PDT 2013
#40246: jabber @1.4.2_5 (net) command execution failed
-------------------------+--------------------------
Reporter: wcsantos@… | Owner: ryandesign@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: | Keywords:
Port: jabber |
-------------------------+--------------------------
Comment (by ryandesign@…):
Replying to [comment:3 wcsantos@…]:
> {{{
> sudo port -vvv install wget variant:ssl
> }}}
There is only one level of verbosity, so "`-vvv`" is equivalent to "`-v`".
More importantly, the above really doesn't do what I think you think it
does. The above installs the wget port, and every port that has a variant
called "ssl". The jabber port has a variant called "ssl", therefore the
above command wants to install it.
I suspect what you wanted to do was to install only the wget port, with
its ssl variant. As it happens, that's the default for the wget port, so
you just need to "`sudo port install wget`". Had it not been a default
variant, you would "`sudo port install wget +ssl`".
--
Ticket URL: <https://trac.macports.org/ticket/40246#comment:4>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list