Date: Tue, 14 Jul 2015 14:58:44 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201559] ftp/curl-7.43.0_2 Dependencies for any ports Message-ID: <bug-201559-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: eric.douzet@gmail.com root@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@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 root@product:~ # Example console message : root@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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201559-13>