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

smcroute: 2.4.2 -> 2.4.3 #49942

Merged
merged 1 commit into from Nov 8, 2018
Merged

smcroute: 2.4.2 -> 2.4.3 #49942

merged 1 commit into from Nov 8, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Nov 8, 2018

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/smcroute/versions.

meta.description for smcroute is: '"Static multicast routing daemon"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/bin/smcroute had a zero exit code or showed the expected version
  • /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/bin/smcroutectl passed the binary check.
  • /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/bin/smcrouted passed the binary check.
  • 2 of 3 passed binary check by having a zero exit code.
  • 2 of 3 passed binary check by having the new version present in output.
  • found 2.4.3 with grep in /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3
  • directory tree listing: https://gist.github.com/a20e450e5b484a51dba9f2fb51bcd158
  • du listing: https://gist.github.com/92f6ddc2c05ba5ecb48d71a42ba0976f
Outpath report (click to expand)

Outpath difference report
3 total rebuild paths

1 package rebuilds

1 x86_64-linux rebuilds
1 i686-linux rebuilds
0 x86_64-darwin rebuilds
1 aarch64-linux rebuilds

First ten rebuilds by attrpath
smcroute

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A smcroute https://github.com/r-ryantm/nixpkgs/archive/6421d002d1790424f8a082673c7213c3edafc574.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3
ls -la /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/bin

cc @fpletz for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smcroute/versions
@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: smcroute

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: smcroute

Partial log (click to expand)

shrinking /nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3/sbin/smcroutectl
shrinking /nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3/sbin/smcrouted
gzipping man pages under /nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3/share/man/
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3/lib  /nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3/sbin
patching script interpreter paths in /nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3
/nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3/sbin/smcroute: interpreter directive changed from "/bin/sh" to "/nix/store/dsyc1z7ck08ga7l0b1jcxx35wj69qcii-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3...
moving /nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3/sbin/* to /nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3/bin
/nix/store/vriaws1b7g16r0pw8lba7gnl8pgymghz-smcroute-2.4.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: smcroute

Partial log (click to expand)

shrinking /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/sbin/smcroutectl
shrinking /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/sbin/smcrouted
gzipping man pages under /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/share/man/
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/lib  /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/sbin
patching script interpreter paths in /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3
/nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/sbin/smcroute: interpreter directive changed from "/bin/sh" to "/nix/store/r47p5pzx52m3n34vdgqpk5rvqgm0m24m-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3...
moving /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/sbin/* to /nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3/bin
/nix/store/xh8w16i77zfzpz2fnd5kam72qgcf6mcw-smcroute-2.4.3

@Mic92 Mic92 merged commit 9ca08f3 into NixOS:master Nov 8, 2018
@r-ryantm r-ryantm deleted the auto-update/smcroute branch November 17, 2018 23:10
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