[MacPorts] #51362: curl with SPNEGO and git can't be used together.
#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
#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 Resolution: | Keywords: Port: | ----------------------------------+-------------------------------- Comment (by fabrice.bacchella@…): I tried to use gnutls instead of OpenSSL, always after full cleaning : {{{ $ sudo port install curl +spnego -ssl +gnutls ... Dependencies to be installed: fbopenssl ... }}} So it changed nothing, spnego needs fbopenssl, even when gnutls is used instead of OpenSSL. -- Ticket URL: <https://trac.macports.org/ticket/51362#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#51362: curl with SPNEGO and git can't be used together. ----------------------------------+-------------------------- Reporter: fabrice.bacchella@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: curl kerberos5 | ----------------------------------+-------------------------- Changes (by mf2k@…): * owner: macports-tickets@… => ryandesign@… * port: => curl kerberos5 -- Ticket URL: <https://trac.macports.org/ticket/51362#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts