[MacPorts] #51363: in curl, spnego and openldap variants are incompatible

MacPorts noreply at macports.org
Wed May 11 06:40:38 PDT 2016


#51363: in curl, spnego and openldap variants are incompatible
---------------------------------+--------------------------------
 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 curl
 sudo port clean --all fbopenssl kerberos5 curl
 }}}

 First try:
 {{{
 $ sudo port install curl +spnego +openldap
 ...
 Error: org.macports.activate for port kerberos5 returned: Image error:
 /opt/local/include/gssapi.h is being used by the active fbopenssl port.
 Please deactivate this port first, or use 'port -f activate kerberos5' to
 force the activation.
 ...
 }}}

 So let's do that and try again :
 {{{
 $ sudo port -f activate kerberos5
 ...
 Warning: Force option set; installing kerberos5 despite conflicts with:
 fbopenssl
 ...
 $ sudo port install curl +spnego +openldap
 ...
 Installing curl @7.48.0_0+openldap+spnego+ssl
 ...
 }}}

 But then :
 {{{
 /opt/local/bin/curl -V
 curl 7.48.0 (x86_64-apple-darwin14.5.0) libcurl/7.48.0 OpenSSL/1.0.2h
 zlib/1.2.8
 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3
 pop3s rtsp smb smbs smtp smtps telnet tftp
 Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
 }}}

 So SPNEGO is not present, despite success in installation.

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


More information about the macports-tickets mailing list