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

iputils: enable rarpd #38956

Merged
merged 1 commit into from Apr 15, 2018
Merged

iputils: enable rarpd #38956

merged 1 commit into from Apr 15, 2018

Conversation

lheckemann
Copy link
Member

Motivation for this change

It's useful for some obscure little use cases…

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: iputils

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: iputils

Partial log (click to expand)

shrinking /nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105/bin/arping
shrinking /nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105/bin/clockdiff
shrinking /nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105/bin/tracepath
shrinking /nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105/bin/ping
gzipping man pages under /nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105/share/man/
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105/bin
patching script interpreter paths in /nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105
checking for references to /build in /nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105...
/nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: iputils

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: iputils

Partial log (click to expand)

/nix/store/mqpwh5ljkjslapmqlrmv4j31ics7ppkv-iputils-20161105

@@ -35,20 +35,21 @@ stdenv.mkDerivation rec {
installPhase =
''
mkdir -p $out/bin
cp -p ping tracepath clockdiff arping rdisc $out/bin/
cp -p ping tracepath clockdiff arping rdisc rarpd ninfod/ninfod $out/bin/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 3 lines below should be deleted in this case, because ninfod is added here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed by removing the unconditional copy (this was a bit I got wrong while rebasing)

also add self to maintainers
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: iputils

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: iputils

Partial log (click to expand)

shrinking /nix/store/awksxl88badwzxjgys3b4f8hjkfp8xjk-iputils-20161105/bin/arping
shrinking /nix/store/awksxl88badwzxjgys3b4f8hjkfp8xjk-iputils-20161105/bin/clockdiff
shrinking /nix/store/awksxl88badwzxjgys3b4f8hjkfp8xjk-iputils-20161105/bin/tracepath
shrinking /nix/store/awksxl88badwzxjgys3b4f8hjkfp8xjk-iputils-20161105/bin/ping
gzipping man pages under /nix/store/awksxl88badwzxjgys3b4f8hjkfp8xjk-iputils-20161105/share/man/
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/awksxl88badwzxjgys3b4f8hjkfp8xjk-iputils-20161105/bin
patching script interpreter paths in /nix/store/awksxl88badwzxjgys3b4f8hjkfp8xjk-iputils-20161105
checking for references to /build in /nix/store/awksxl88badwzxjgys3b4f8hjkfp8xjk-iputils-20161105...
/nix/store/awksxl88badwzxjgys3b4f8hjkfp8xjk-iputils-20161105

@lheckemann lheckemann deleted the rarpd branch April 15, 2018 17:53
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: iputils

Partial log (click to expand)

copying path '/nix/store/vz5q4hi1rdc91llnrrd5dfvqw3xn4sgw-gcc-7.3.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/yzyrxdmh7phyjnl0k0dymmi1kslj97wz-libgpg-error-1.28' from 'https://cache.nixos.org'...
copying path '/nix/store/n3d07wk2hnp4bvpdfb3vsfy1lx3mb6lq-libcap-2.25-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/blqa22lvzacbfrsxbjydjk9l8w7hhcjs-libidn-1.33' from 'https://cache.nixos.org'...
copying path '/nix/store/qahj8wb88rfs00l9xmjg74m6c52lnxiy-openssl-1.0.2o' from 'https://cache.nixos.org'...
copying path '/nix/store/wk28373jx5rn2himr8ix7a7bqgk26bg0-libgcrypt-1.8.2' from 'https://cache.nixos.org'...
copying path '/nix/store/hwkkw10kb5w600c3dvv061gn1ld5fbja-gmp-6.1.2' from 'https://cache.nixos.org'...
copying path '/nix/store/p6y597h4s2gfy2g0f86h59vrxd33ggw1-nettle-3.4' from 'https://cache.nixos.org'...
copying path '/nix/store/na4k3hhzglhs9vabim9f8gyma58kq882-iputils-20161105' from 'https://cache.nixos.org'...
/nix/store/na4k3hhzglhs9vabim9f8gyma58kq882-iputils-20161105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants