Skip to content

Installation fails on FreeBSD #203

Description

@reedacartwright

Problem

Installation fails on FreeBSD because src/Makevars is not compatible with FreeBSD's make.

Workaround

Force R to use GNU Make by starting it with the following command:

env MAKE=gmake R

Error Message

* installing *source* package 'RSQLite' ...
** package 'RSQLite' successfully unpacked and MD5 sums checked
** libs
make: "/tmp/RtmpQwiXHI/R.INSTALL91a141ff48e2/RSQLite/src/Makevars" line 21: Could not find Makevars.local
make: Fatal errors encountered -- cannot continue
make: stopped in /tmp/RtmpQwiXHI/R.INSTALL91a141ff48e2/RSQLite/src
ERROR: compilation failed for package 'RSQLite'
* removing '/home/reed/R/amd64-portbld-freebsd10.3-library/3.3/RSQLite'

The downloaded source packages are in
	'/tmp/Rtmpn0kh8N/downloaded_packages'
Warning messages:
1: In install.packages(pkgs = pkgs, lib = lib, repos = repos, ...) :
  installation of package 'RSQLite' had non-zero exit status

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions