[MacPorts] #51362: curl with SPNEGO and git can't be used together.

MacPorts noreply at macports.org
Wed May 11 06:18:24 PDT 2016


#51362: curl with SPNEGO and git can't be used together.
---------------------------------+--------------------------------
 Reporter:  fabrice.bacchella@…  |      Owner:  macports-tickets@…
     Type:  defect               |     Status:  new
 Priority:  Normal               |  Milestone:
Component:  ports                |    Version:  2.3.4
 Keywords:                       |       Port:
---------------------------------+--------------------------------
 Let's start from a clean setup :

 {{{
 sudo port uninstall --follow-dependents fbopenssl kerberos5 git curl
 sudo port clean --all fbopenssl kerberos5 git curl
 }}}

 Now I'm installing curl and git after that :
 {{{
 $ sudo port install curl  +spnego +gss
 ...
 Dependencies to be installed: fbopenssl
 ...
 $ sudo port install git
 --->  Computing dependencies for git
 Error: Unable to execute port: Can't install kerberos5 because conflicting
 ports are active: fbopenssl
 }}}

 Let's try the other way around :
 {{{
 $ sudo port install git
 ...
 Dependencies to be installed: curl p5.22-authen-sasl p5.22-gssapi
 kerberos5
 ...
 $ sudo port install curl  +spnego +gss
 ...
 Error: Unable to execute port: Can't install curl because conflicting
 ports are active: kerberos5
 }}}

 and indeed :
 {{{
 $ sudo port info kerberos5
 ...
 Conflicts with:       fbopenssl
 ...
 $ sudo port info fbopenssl
 ...
 Conflicts with:       kerberos5
 ...
 }}}

 So I'm stuck, I can't have git and curl with SPNEGO, both are needed for
 my works environment, what can I do ?

-- 
Ticket URL: <https://trac.macports.org/ticket/51362>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list