[Bug 201559] ftp/curl-7.43.0_2 Dependencies for any ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 14 14:58:44 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201559

            Bug ID: 201559
           Summary: ftp/curl-7.43.0_2 Dependencies for any ports
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: eric.douzet at gmail.com

root at product:~ # uname -a
FreeBSD product.c-extra.net 9.3-RELEASE-p13 FreeBSD 9.3-RELEASE-p13 #0: Tue Apr
 7 03:01:12 UTC 2015    
root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
root at product:~ #

Example console message :

root at product:~ # make -C /usr/ports/devel/cmake/ install clean
===>   cmake-3.2.3 depends on executable: sphinx-build - found
===>   cmake-3.2.3 depends on shared library: libcurl.so - not found
===>    Verifying for libcurl.so in /usr/ports/ftp/curl
===>  curl-7.43.0_2 GSSAPI_BASE is set, which is not compatible with
OpenSSL/LibreSSL from ports. Set GSSAPI_NONE or do not use ports SSL..
*** [install] Error code 1

Stop in /usr/ports/ftp/curl.
*** [lib-depends] Error code 1

Stop in /usr/ports/devel/cmake.
*** [install] Error code 1

Stop in /usr/ports/devel/cmake.
root at product:~ #

Solution to compiling the port ftp/curl-7.43.0_2 for next dependencies :

curl-7.43.0_2
# cd /usr/ports/ftp/curl
# make config

[ ] CA_BUNDLE        Install CA bundle for OpenSSL
[x] TLS_SRP        TLS-SRP (Secure Remote Password) support

(x) GSSAPI_NONE        Disable GSSAPI support

(x) OPENSSL        SSL/TLS support via OpenSSL

openssl-1.0.2_4
# cd /usr/ports/security/openssl
# make config

[x] SHARED         build of shared libs (Default this version)

It's magic !

We wonder why it is not the regulation by default options of compilation of the
Makefile...

Eric Douzet

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list