Date: Fri, 06 Nov 2015 20:31:53 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204343] math/R: install.packages() fails Message-ID: <bug-204343-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: heckendorfc@gmail.com Assignee: bf@FreeBSD.org Flags: maintainer-feedback?(bf@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204343-13>