[Bug 225219] ftp/curl 7.57.0 fails to compile
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 16 15:36:39 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225219
Bug ID: 225219
Summary: ftp/curl 7.57.0 fails to compile
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: sunpoet at FreeBSD.org
Reporter: dipdill at hotmail.com
Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
Assignee: sunpoet at FreeBSD.org
Created attachment 189800
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189800&action=edit
Full output from install
I am trying to install curl via ports and it fails.
I'm running FreeBSD 11.1-RELEASE-p6
Here is my config options.
===> The following configuration options are available for curl-7.57.0:
CA_BUNDLE=on: Install CA bundle for OpenSSL
COOKIES=on: Cookies support
CURL_DEBUG=on: cURL debug memory tracking
DEBUG=on: Build with debugging support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
HTTP2=on: HTTP protocol version 2.0 support
IDN=off: International Domain Names support
IPV6=on: IPv6 protocol support
LDAP=off: LDAP protocol support
LDAPS=off: LDAP protocol over SSL support
LIBSSH2=off: SCP/SFTP support via libssh2
METALINK=off: Metalink support
PROXY=on: Proxy support
PSL=off: Public Suffix List support
RTMP=off: RTMP protocol support via librtmp
SMB=off: SMB/CIFS support
TLS_SRP=on: TLS-SRP (Secure Remote Password) support
====> GSSAPI Security API support: you have to select exactly one of them
GSSAPI_BASE=off: GSSAPI support via base system (needs Kerberos)
GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
GSSAPI_MIT=off: GSSAPI support via security/krb5
GSSAPI_NONE=on: Disable GSSAPI support
====> DNS resolving options: you have to select exactly one of them
CARES=on: Asynchronous DNS resolution via c-ares
THREADED_RESOLVER=off: Threaded DNS resolver
====> SSL protocol support: you can only select none or one of them
GNUTLS=off: SSL/TLS support via GnuTLS
NSS=off: SSL/TLS support via NSS
OPENSSL=on: SSL/TLS support via OpenSSL
POLARSSL=off: SSL/TLS support via PolarSSL
WOLFSSL=off: SSL/TLS support via wolfSSL
Here is where it fails
libtool: link: ranlib .libs/libcurlu.a
libtool: link: ( cd ".libs" && rm -f "libcurlu.la" && ln -s "../libcurlu.la"
"libcurlu.la" )
/usr/local/bin/perl ./checksrc.pl -D. -W./curl_config.h \
./*.[ch] ./vauth/*.[ch] ./vtls/*.[ch]
./url.c:595:82: warning: Longer than 79 columns (LONGLINE)
data->set.no_signal = TRUE; /* different handling of signals and threads
*/
checksrc: 0 errors and 1 warnings
checksrc: 0 errors and 5 warnings suppressed
gmake[4]: *** [Makefile:3888: checksrc] Error 5
gmake[4]: Leaving directory '/usr/ports/ftp/curl/work/curl-7.57.0/lib'
gmake[3]: *** [Makefile:735: all] Error 2
gmake[3]: Leaving directory '/usr/ports/ftp/curl/work/curl-7.57.0/lib'
gmake[2]: *** [Makefile:907: all-recursive] Error 1
gmake[2]: Leaving directory '/usr/ports/ftp/curl/work/curl-7.57.0'
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/ftp/curl
*** Error code 1
Stop.
make: stopped in /usr/ports/ftp/curl
===>>> make build failed for ftp/curl
===>>> Aborting update
I have attached the full output from the install in case you need that.
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list