Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jqr rPackage error #45295

Closed
mredaelli opened this issue Aug 18, 2018 · 0 comments
Closed

jqr rPackage error #45295

mredaelli opened this issue Aug 18, 2018 · 0 comments

Comments

@mredaelli
Copy link
Contributor

Issue description

The compilation of jqr rPackage fails

Steps to reproduce

Create a default.nix:

with import <nixpkgs> {};
let
  R-stuff = rWrapper.override{ packages = with rPackages; [ jqr ]; };
in stdenv.mkDerivation {
  name = "rtest";
  buildInputs = [ R-stuff ];
}

and nix-shell.

Result:

sh: ./configure: /bin/bash: bad interpreter: No such file or directory
ERROR: configuration failed for package 'jqr'

Some discussion here:
https://discourse.nixos.org/t/jqr-rpackage-error/685

Technical details

  • system: "x86_64-linux"
  • host os: Linux 4.14.56, NixOS, 18.03.133065.e42c07d78a1 (Impala)
  • multi-user?: yes
  • sandbox: no
  • version: nix-env (Nix) 2.0.4
  • channels(root): "nixos-18.03.133065.e42c07d78a1, nixos-unstable-18.09pre143771.a8c71037e04"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs
@mnacamura mnacamura mentioned this issue Aug 19, 2018
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant