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

Error installing rPackages.rhdf5 #43285

Closed
iimog opened this issue Jul 10, 2018 · 0 comments · Fixed by #43287
Closed

Error installing rPackages.rhdf5 #43285

iimog opened this issue Jul 10, 2018 · 0 comments · Fixed by #43287

Comments

@iimog
Copy link
Member

iimog commented Jul 10, 2018

Issue description

Installation of rPackages.rhdf5 fails using the current master branch of NixOS/nixpkgs (18.03-beta-14687-g2698bb461fe).

Steps to reproduce

nix-build -E 'with import <nixpkgs> {}; rWrapper.override { packages = [rPackages.rhdf5]; }';

This error is very similar to #42878. Again the relevant error is:

./config.status: line 1686: /bin/mv: No such file or directory

Apparently, rhdf5 was updated from 2.22.0 to 2.25.4 in nixpkgs. This version does no longer compile its own version of libhdf5. Instead it relies on rPackages.Rhdf5lib to do that. So the patch from #42879 basically remains the same but has to be applied to rPackages.Rhdf5lib instead of rPackages.rhdf5.

I'll prepare a pull request for that.

Technical details

  • system: "x86_64-linux"
  • host os: Linux 4.14.46, NixOS, 18.03.132545.c40fdcd26c2 (Impala)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.0.2
  • channels(root): "nixos-18.03.132545.c40fdcd26c2"
  • channels(user): "nixpkgs-18.09pre144939.14a9ca27e69"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs
iimog added a commit to iimog/nixpkgs that referenced this issue Jul 10, 2018
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

Successfully merging a pull request may close this issue.

1 participant