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

leatherman: 1.5.2 -> 1.5.3 #50067

Merged
merged 1 commit into from Nov 12, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Nov 9, 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/leatherman/versions.

meta.description for leatherman is: '"A collection of C++ and CMake utility libraries"'.

Compare changes on GitHub

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

Outpath difference report
12 total rebuild paths

4 package rebuilds

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

First ten rebuilds by attrpath
cpp-hocon
facter
leatherman
libwhereami

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.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 leatherman https://github.com/r-ryantm/nixpkgs/archive/f4914be6443fd8fe8131007d9aaa2e9abea990f9.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/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3
ls -la /nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3/bin

cc @womfoo 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/leatherman/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: leatherman

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

Partial log (click to expand)

-- Installing: /nix/store/lisz0fhlnyynm0bq867nkdpla9i64jq7-leatherman-1.5.3/include/leatherman/ruby
-- Installing: /nix/store/lisz0fhlnyynm0bq867nkdpla9i64jq7-leatherman-1.5.3/include/leatherman/ruby/api.hpp
/nix/store/lisz0fhlnyynm0bq867nkdpla9i64jq7-leatherman-1.5.3
-- Installing: /nix/store/lisz0fhlnyynm0bq867nkdpla9i64jq7-leatherman-1.5.3/lib/leatherman_ruby.a
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/lisz0fhlnyynm0bq867nkdpla9i64jq7-leatherman-1.5.3
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/lisz0fhlnyynm0bq867nkdpla9i64jq7-leatherman-1.5.3/lib
patching script interpreter paths in /nix/store/lisz0fhlnyynm0bq867nkdpla9i64jq7-leatherman-1.5.3
checking for references to /build in /nix/store/lisz0fhlnyynm0bq867nkdpla9i64jq7-leatherman-1.5.3...

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: leatherman

Partial log (click to expand)

-- Installing: /nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3/include/leatherman/ruby
-- Installing: /nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3/include/leatherman/ruby/api.hpp
-- Installing: /nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3/lib/leatherman_ruby.a
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3/lib
patching script interpreter paths in /nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3
checking for references to /build in /nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3...
/nix/store/sm6p1bgz64ir7db71k909xf4vg9fbxhk-leatherman-1.5.3

@timokau timokau merged commit 91626f8 into NixOS:master Nov 12, 2018
@r-ryantm r-ryantm deleted the auto-update/leatherman branch November 17, 2018 22:55
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