NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.51k stars 13.69k forks source link

rsparkling - h2o: rWrapper.override 'Couldn't resolve host name' #41879

Open aeat opened 6 years ago

aeat commented 6 years ago

Issue description

h2o (and due to dependency rsparkling) is failing codetools in in the pkgs list

config.nix { allowUnfree = true; packageOverrides = super: let self = super.pkgs; in { rStudioEnv = super.rstudioWrapper.override { packages = with self.rPackages; [ codetools rsparkling ]; }; }; }

code for methods in class "H2OConnectionMutableState" was not checked for suspicious field assignments (recommended package 'codetools' not available?) Warning in download.file(md5_url, destfile = md5_file, mode = "w", cacheOK = FALSE, : URL 'http://s3.amazonaws.com/h2o-release/h2o/rel-wheeler/2/Rjar/h2o.jar.md5': status was 'Couldn't resolve host name' Error in download.file(md5_url, destfile = md5_file, mode = "w", cacheOK = FALSE, : cannot open URL 'http://s3.amazonaws.com/h2o-release/h2o/rel-wheeler/2/Rjar/h2o.jar.md5' Error : unable to load R code in package 'h2o'

Steps to reproduce

nix-env -f "" -iA rStudioEnv --show-trace

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the results.

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.
ThysBallard commented 3 years ago

I get a very similar error: Error in function (type, msg, asError = TRUE) : Could not resolve host: s3.amazonaws.com

jbedo commented 3 years ago

If able could you please test that PR? Thanks!

stale[bot] commented 2 years ago

I marked this as stale due to inactivity. → More info