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

hwinfo: 21.52 -> 21.53 #39546

Merged
merged 1 commit into from Apr 27, 2018
Merged

hwinfo: 21.52 -> 21.53 #39546

merged 1 commit into from Apr 27, 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/hwinfo/versions.

These checks were done:

  • built on NixOS
  • ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/hwinfo -h’ got 0 exit code
  • ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/hwinfo --help’ got 0 exit code
  • ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/hwinfo --version’ and found version 21.53
  • ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/check_hd help’ got 0 exit code
  • ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/getsysinfo -h’ got 0 exit code
  • ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/getsysinfo --help’ got 0 exit code
  • ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/getsysinfo help’ got 0 exit code
  • found 21.53 with grep in /nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53
  • directory tree listing: https://gist.github.com/c3f6d76aa5a198a4ded2f2598380a0ef

cc @bobvanderlinden @ndowens for review

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

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/hwinfo -h’ got 0 exit code
- ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/hwinfo --help’ got 0 exit code
- ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/hwinfo --version’ and found version 21.53
- ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/check_hd help’ got 0 exit code
- ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/getsysinfo -h’ got 0 exit code
- ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/getsysinfo --help’ got 0 exit code
- ran ‘/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/getsysinfo help’ got 0 exit code
- found 21.53 with grep in /nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53
- directory tree listing: https://gist.github.com/c3f6d76aa5a198a4ded2f2598380a0ef
@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: hwinfo

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

Partial log (click to expand)

shrinking /nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53/bin/mk_isdnhwdb
shrinking /nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53/bin/check_hd
shrinking /nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53/bin/hwinfo
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53/lib  /nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53/bin
patching script interpreter paths in /nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53
/nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53/bin/getsysinfo: interpreter directive changed from " /bin/sh" to "/nix/store/adw9jx59wnrh5659wz43nbjya3m4b3gl-bash-4.4-p19/bin/sh"
/nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53/bin/convert_hd: interpreter directive changed from " /usr/bin/perl" to "/nix/store/3qhzffjvl8gbiabikiqdnz4jhh9v84nz-perl-5.24.3/bin/perl"
checking for references to /build in /nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53...
/nix/store/l5qjsgis0jfilsabgpyda1css6blpq30-hwinfo-21.53

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: hwinfo

Partial log (click to expand)

shrinking /nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/check_hd
shrinking /nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/mk_isdnhwdb
shrinking /nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/lib/libhd.so.21.53
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/lib  /nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin
patching script interpreter paths in /nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53
/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/convert_hd: interpreter directive changed from " /usr/bin/perl" to "/nix/store/cxdmh98g0lvl1dyq304c1lq7f90dh01f-perl-5.24.3/bin/perl"
/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53/bin/getsysinfo: interpreter directive changed from " /bin/sh" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/sh"
checking for references to /build in /nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53...
/nix/store/a5f46qz0541j2jbqycbaq1y33nb356pj-hwinfo-21.53

@Mic92 Mic92 merged commit 49f096b into NixOS:master Apr 27, 2018
@r-ryantm r-ryantm deleted the auto-update/hwinfo branch April 27, 2018 12: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

4 participants