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

efibootmgr: 16 -> 17 #44786

Merged
merged 1 commit into from Aug 9, 2018
Merged

efibootmgr: 16 -> 17 #44786

merged 1 commit into from Aug 9, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Aug 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/efibootmgr/versions.

meta.description for efibootmgr is: '"A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager"'.

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17/bin/efibootdump passed the binary check.
  • /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17/bin/efibootmgr passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 1 of 2 passed binary check by having the new version present in output.
  • found 17 with grep in /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17
  • directory tree listing: https://gist.github.com/994a39be53087b4aa12190b3d92fca14
  • du listing: https://gist.github.com/b6596f85c8cb476430c139f5f0240b16
Test this build with Cachix (click to expand)

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 90dc81cee01ec669effac122c82c63aa169f6d8f && nix-shell --pure -I nixpkgs=. -p efibootmgr

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

Success on x86_64-linux (full log)

Attempted: efibootmgr

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17
shrinking /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17/sbin/efibootmgr
shrinking /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17/sbin/efibootdump
gzipping man pages under /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17/share/man/
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17/sbin 
patching script interpreter paths in /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17
checking for references to /tmp/nix-build-efibootmgr-17.drv-0 in /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17...
moving /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17/sbin/* to /nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17/bin
/nix/store/dz16ni16snwmhzj0lb1r17bv26k8gcgp-efibootmgr-17

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: efibootmgr

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17
shrinking /nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17/sbin/efibootdump
shrinking /nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17/sbin/efibootmgr
gzipping man pages under /nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17/share/man/
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17/sbin
patching script interpreter paths in /nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17
checking for references to /build in /nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17...
moving /nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17/sbin/* to /nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17/bin
/nix/store/r9ldj98rgmxzh5y64n48bissyfxgx8hf-efibootmgr-17

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

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.


@xeji xeji merged commit 45216f9 into NixOS:master Aug 9, 2018
@r-ryantm r-ryantm deleted the auto-update/efibootmgr branch August 9, 2018 14:14
@xeji xeji mentioned this pull request Aug 13, 2018
9 tasks
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