[Bug 204343] math/R: install.packages() fails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 6 20:31:53 UTC 2015


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

            Bug ID: 204343
           Summary: math/R: install.packages() fails
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bf at FreeBSD.org
          Reporter: heckendorfc at gmail.com
          Assignee: bf at FreeBSD.org
             Flags: maintainer-feedback?(bf at FreeBSD.org)

Mirrors are now defaulting to https. Building the R package without curl as a
dependency disables libcurl support in R when building with poudriere. Without
libcurl, R has issues installing packages from https mirrors.

I patched the port to add ftp/curl as a build dependency on my poudriere server
and the problem resolved. Maybe there's a better solution?

R session without patch:
> install.packages("R6")
--- Please select a CRAN mirror for use in this session ---
Error in download.file(url, destfile = f, quiet = TRUE) :
  unsupported URL scheme

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


More information about the freebsd-ports-bugs mailing list