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

libndp: 1.6 -> 1.7 #42003

Merged
merged 1 commit into from Jun 18, 2018
Merged

libndp: 1.6 -> 1.7 #42003

merged 1 commit into from Jun 18, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libndp/versions.

These checks were done:

meta.description for libndp is: '"Library for Neighbor Discovery Protocol"'.

cc @lethalman for testing.

Experimental: this build is cached with Cachix. To use the cache follow these experimental instructions:

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout a390573579eef0b8b40fe4caeeb4fe23ebaadcfc && nix-shell --pure -I nixpkgs=. -p libndp

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libndp/versions.

These checks were done:

- built on NixOS
- /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7/bin/ndptool passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.7 with grep in /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7
- directory tree listing: https://gist.github.com/7b9d9ce7d36f0cafaa401244d6a6230f
- du listing: https://gist.github.com/b53fc0582f55a83e692df8f85c980447
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libndp

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7
shrinking /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7/bin/ndptool
shrinking /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7/lib/libndp.so.0.1.1
gzipping man pages under /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7/share/man/
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7/lib  /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7/bin
patching script interpreter paths in /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7
checking for references to /build in /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7...
/nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7

@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: libndp

Partial log (click to expand)


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

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


@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libndp

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/yvnkz9g40hkqix8416bk0s6g844g37q1-libndp-1.7
shrinking /nix/store/yvnkz9g40hkqix8416bk0s6g844g37q1-libndp-1.7/bin/ndptool
shrinking /nix/store/yvnkz9g40hkqix8416bk0s6g844g37q1-libndp-1.7/lib/libndp.so.0.1.1
gzipping man pages under /nix/store/yvnkz9g40hkqix8416bk0s6g844g37q1-libndp-1.7/share/man/
strip is /nix/store/qg2agrqkf240s656d207zqhipl0bc2id-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/yvnkz9g40hkqix8416bk0s6g844g37q1-libndp-1.7/lib  /nix/store/yvnkz9g40hkqix8416bk0s6g844g37q1-libndp-1.7/bin
patching script interpreter paths in /nix/store/yvnkz9g40hkqix8416bk0s6g844g37q1-libndp-1.7
checking for references to /build in /nix/store/yvnkz9g40hkqix8416bk0s6g844g37q1-libndp-1.7...
/nix/store/yvnkz9g40hkqix8416bk0s6g844g37q1-libndp-1.7

@r-ryantm r-ryantm changed the base branch from master to staging June 14, 2018 12:44
@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: libndp

Partial log (click to expand)


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

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


@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libndp

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/6qbpp3l5qp4lyzykjf4knl1ba33653c2-libndp-1.7
shrinking /nix/store/6qbpp3l5qp4lyzykjf4knl1ba33653c2-libndp-1.7/bin/ndptool
shrinking /nix/store/6qbpp3l5qp4lyzykjf4knl1ba33653c2-libndp-1.7/lib/libndp.so.0.1.1
gzipping man pages under /nix/store/6qbpp3l5qp4lyzykjf4knl1ba33653c2-libndp-1.7/share/man/
strip is /nix/store/9izld2rdcq40lvlf6vjvyf2ps9vsn6bp-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/6qbpp3l5qp4lyzykjf4knl1ba33653c2-libndp-1.7/lib  /nix/store/6qbpp3l5qp4lyzykjf4knl1ba33653c2-libndp-1.7/bin
patching script interpreter paths in /nix/store/6qbpp3l5qp4lyzykjf4knl1ba33653c2-libndp-1.7
checking for references to /build in /nix/store/6qbpp3l5qp4lyzykjf4knl1ba33653c2-libndp-1.7...
/nix/store/6qbpp3l5qp4lyzykjf4knl1ba33653c2-libndp-1.7

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libndp

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/hpynk3mbdaldqz2fhs4s0x0dv2mdsk39-libndp-1.7
shrinking /nix/store/hpynk3mbdaldqz2fhs4s0x0dv2mdsk39-libndp-1.7/bin/ndptool
shrinking /nix/store/hpynk3mbdaldqz2fhs4s0x0dv2mdsk39-libndp-1.7/lib/libndp.so.0.1.1
gzipping man pages under /nix/store/hpynk3mbdaldqz2fhs4s0x0dv2mdsk39-libndp-1.7/share/man/
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/hpynk3mbdaldqz2fhs4s0x0dv2mdsk39-libndp-1.7/lib  /nix/store/hpynk3mbdaldqz2fhs4s0x0dv2mdsk39-libndp-1.7/bin
patching script interpreter paths in /nix/store/hpynk3mbdaldqz2fhs4s0x0dv2mdsk39-libndp-1.7
checking for references to /build in /nix/store/hpynk3mbdaldqz2fhs4s0x0dv2mdsk39-libndp-1.7...
/nix/store/hpynk3mbdaldqz2fhs4s0x0dv2mdsk39-libndp-1.7

@xeji xeji merged commit fce6404 into NixOS:staging Jun 18, 2018
@r-ryantm r-ryantm deleted the auto-update/libndp branch June 19, 2018 00:11
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