Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2019 13:48:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237258] math/R: fails to recognise libcurl
Message-ID:  <bug-237258-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237258

            Bug ID: 237258
           Summary: math/R: fails to recognise libcurl
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jrm@freebsd.org
          Reporter: Trond.Endrestol@ximalas.info
          Assignee: jrm@freebsd.org
             Flags: maintainer-feedback?(jrm@freebsd.org)

Ports tree is at r498800. Build system is stable/12 amd64 at r345628.
ports-mgmt/synth is being used for building packages.

This happens during the configure stage:

checking libcurl version ... 7.64.1
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking if libcurl is version 7 and >=3D 7.22.0... no
configure: error: libcurl >=3D 7.22.0 library and headers are required with
support for https
=3D=3D=3D>  Script "configure" failed unexpectedly.
Please report the problem to jrm@FreeBSD.org [maintainer] and attach the
"/construction/xports/math/R/work/R-3.5.3/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provi=
de
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped in /xports/math/R

The above lines contradict each other. First, configure is able to find lib=
curl
7.64.1. Next, it can't figure out if 7.64.1 is greater than or equal to 7.2=
2.0.

math/R is configured as follows:

=3D=3D=3D> The following configuration options are available for R-3.5.3_2:
     FLANG=3Doff: Use experimental flang instead of default Fortran compiler
     ICU=3Don: Unicode support via ICU
     INFO=3Don: GNU info manuals
     LDOUBLE=3Don: Long double data type
     LETTER=3Doff: US letter paper
     MEMPROF=3Doff: Memory profiling via Rprofmem() and tracemem()
     NLS=3Doff: Native Language Support
     OPENMP=3Don: Parallel processing support via OpenMP
     RPROF=3Don: R profiling via Rprof()
     X11=3Doff: X11 graphics device
=3D=3D=3D=3D> Require X11
     GHOSTSCRIPT=3Doff: Graphics device for bitmap files via Ghostscript
     JPEG=3Doff: JPEG graphics device
     CAIROPANGO=3Doff: Cairo graphics device and Pango multi-language text
     PNG=3Doff: PNG graphics device
     TCLTK=3Doff: Tcl/Tk GUI toolkit support
     TEXDOCS=3Doff: Build/Install TeX-dependent documentation files
     TIFF=3Doff: TIFF image format support
=3D=3D=3D=3D> Options available for the single BLAS: you have to select exa=
ctly one of
them
     ATLAS=3Doff: ATLAS BLAS implementation
     OPENBLAS=3Doff: OpenBLAS BLAS implementation
     NETLIB=3Doff: Netlib BLAS implementation
     RBLAS=3Don: Use R-bundled BLAS implementation
=3D=3D=3D> Use 'make config' to modify these settings

ftp/curl is configured as follows:

=3D=3D=3D> The following configuration options are available for curl-7.64.=
1_1:
     ALTSVC=3Don: HTTP Alternative Services support
     BROTLI=3Doff: Brotli compression support
     CA_BUNDLE=3Don: Enable CA bundle for OpenSSL/GnuTLS/mbedTLS
     COOKIES=3Doff: Cookies support
     CURL_DEBUG=3Doff: cURL debug memory tracking
     DEBUG=3Doff: Build with debugging support
     DOCS=3Don: Build and/or install documentation
     EXAMPLES=3Doff: Build and/or install examples
     IDN=3Don: International Domain Names support
     IPV6=3Don: IPv6 protocol support
     METALINK=3Doff: Metalink support
     PROXY=3Don: Proxy support
     PSL=3Doff: Public Suffix List support
     TLS_SRP=3Don: TLS-SRP (Secure Remote Password) support
=3D=3D=3D=3D> Options available for the group PROTOCOL
     DICT=3Doff: DICT (RFC 2229) support
     FTP=3Doff: FTP protocol support
     GOPHER=3Doff: Gopher protocol support
     HTTP=3Don: HTTP/HTTPS support
     HTTP2=3Don: HTTP/2 support (requires HTTP)
     IMAP=3Don: IMAP/IMAPS support
     LDAP=3Doff: LDAP protocol support
     LDAPS=3Doff: LDAP protocol over SSL support
     LIBSSH2=3Doff: SCP/SFTP support via libssh2
     POP3=3Don: POP3/POP3S support
     RTMP=3Doff: RTMP protocol support via librtmp
     RTSP=3Don: Real Time Streaming Protocol (RTSP) support
     SMB=3Doff: SMB/CIFS support
     SMTP=3Don: SMTP/SMTPS support
     TELNET=3Doff: Telnet support
     TFTP=3Doff: TFTP support
=3D=3D=3D=3D> GSSAPI Security API support: you have to select exactly one o=
f them
     GSSAPI_BASE=3Doff: GSSAPI support via base system (needs Kerberos)
     GSSAPI_HEIMDAL=3Doff: GSSAPI support via security/heimdal
     GSSAPI_MIT=3Doff: GSSAPI support via security/krb5
     GSSAPI_NONE=3Don: Disable GSSAPI support
=3D=3D=3D=3D> DNS resolving options: you have to select exactly one of them
     CARES=3Doff: Asynchronous DNS resolution via c-ares
     THREADED_RESOLVER=3Don: Threaded DNS resolver
=3D=3D=3D=3D> SSL protocol support: you can only select none or one of them
     GNUTLS=3Doff: SSL/TLS support via GnuTLS
     NSS=3Doff: SSL/TLS support via NSS
     OPENSSL=3Don: SSL/TLS support via OpenSSL
     WOLFSSL=3Doff: SSL/TLS support via wolfSSL
=3D=3D=3D> Use 'make config' to modify these settings

--=20
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-237258-7788>