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

miller: 5.3.0 -> 5.4.0 #49239

Merged
merged 1 commit into from Oct 27, 2018
Merged

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/miller/versions.

meta.description for miller is: '"Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON."'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Outpath report (click to expand)

Outpath difference report
4 total rebuild paths

1 package rebuilds

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

First ten rebuilds by attrpath
miller

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/1cf7s8v645sszz7rb0sc96jbsdzhpkv8-miller-5.4.0 \
  --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 miller https://github.com/r-ryantm/nixpkgs/archive/cfffc6f73e5fdef60e5bc4014a535b9b64238549.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/1cf7s8v645sszz7rb0sc96jbsdzhpkv8-miller-5.4.0
ls -la /nix/store/1cf7s8v645sszz7rb0sc96jbsdzhpkv8-miller-5.4.0/bin

cc @mstarzyk 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/miller/versions
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: miller

Partial log (click to expand)

make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1cf7s8v645sszz7rb0sc96jbsdzhpkv8-miller-5.4.0
shrinking /nix/store/1cf7s8v645sszz7rb0sc96jbsdzhpkv8-miller-5.4.0/bin/mlr
gzipping man pages under /nix/store/1cf7s8v645sszz7rb0sc96jbsdzhpkv8-miller-5.4.0/share/man/
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/1cf7s8v645sszz7rb0sc96jbsdzhpkv8-miller-5.4.0/bin
patching script interpreter paths in /nix/store/1cf7s8v645sszz7rb0sc96jbsdzhpkv8-miller-5.4.0
checking for references to /build in /nix/store/1cf7s8v645sszz7rb0sc96jbsdzhpkv8-miller-5.4.0...

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: miller

Partial log (click to expand)

make[2]: Entering directory '/private/tmp/nix-build-miller-5.4.0.drv-0/source'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/private/tmp/nix-build-miller-5.4.0.drv-0/source'
make[1]: Leaving directory '/private/tmp/nix-build-miller-5.4.0.drv-0/source'
post-installation fixup
gzipping man pages under /nix/store/45qfrflb0zzzblyah2kbza5mwcs2dh4r-miller-5.4.0/share/man/
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/45qfrflb0zzzblyah2kbza5mwcs2dh4r-miller-5.4.0/bin
patching script interpreter paths in /nix/store/45qfrflb0zzzblyah2kbza5mwcs2dh4r-miller-5.4.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: miller

Partial log (click to expand)

make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/q7s6hnwm9fk4c853xk9mhwlf2wdiabmw-miller-5.4.0
shrinking /nix/store/q7s6hnwm9fk4c853xk9mhwlf2wdiabmw-miller-5.4.0/bin/mlr
gzipping man pages under /nix/store/q7s6hnwm9fk4c853xk9mhwlf2wdiabmw-miller-5.4.0/share/man/
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/q7s6hnwm9fk4c853xk9mhwlf2wdiabmw-miller-5.4.0/bin
patching script interpreter paths in /nix/store/q7s6hnwm9fk4c853xk9mhwlf2wdiabmw-miller-5.4.0
checking for references to /build in /nix/store/q7s6hnwm9fk4c853xk9mhwlf2wdiabmw-miller-5.4.0...

@disassembler disassembler merged commit 62c860e into NixOS:master Oct 27, 2018
@r-ryantm r-ryantm deleted the auto-update/miller branch November 17, 2018 22:57
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