Bug 201109 - ftp/curl fails with curl-7.43.0_1 GSSAPI_BASE is set, breaking devel/cmake
Summary: ftp/curl fails with curl-7.43.0_1 GSSAPI_BASE is set, breaking devel/cmake
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-25 15:08 UTC by eric.douzet
Modified: 2015-06-28 09:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eric.douzet 2015-06-25 15:08:33 UTC
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:~ # 


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_1 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:~ #
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2015-06-26 20:52:18 UTC
It says why it can't be build and how to solve it, doesn't it?
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2015-06-27 23:35:26 UTC
See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181004 .
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-06-28 09:03:27 UTC
Please use other GSSAPI options (GSSAPI_HEIMDAL, GSSAPI_MIT and GSSAPI_NONE).