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

fwupd: 1.1.1 -> 1.1.2 #47057

Merged
merged 1 commit into from Oct 14, 2018
Merged

fwupd: 1.1.1 -> 1.1.2 #47057

merged 1 commit into from Oct 14, 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/fwupd/versions.

meta.description for fwupd is: '""'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2/bin/.fwupdmgr-wrapped passed the binary check.
  • /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2/bin/fwupdmgr passed the binary check.
  • /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2/bin/.dfu-tool-wrapped passed the binary check.
  • /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2/bin/dfu-tool passed the binary check.
  • 4 of 4 passed binary check by having a zero exit code.
  • 2 of 4 passed binary check by having the new version present in output.
  • found 1.1.2 with grep in /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2
  • directory tree listing: https://gist.github.com/e0aa08486312d2fd2fa0ec2bf0511d7d
  • du listing: https://gist.github.com/8905894266d6178b689bd07c8189b0a7
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/fd7bf0460d12dc06a144e2d0e200a31fe15eccff.tar.gz -p fwupd
ls -la /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2

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

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

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: fwupd

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 x86_64-linux (full log)

Attempted: fwupd

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/ps93588pizg0nldlz08nyy08ki6wzfd1-fwupd-1.1.2-installedTests
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/ps93588pizg0nldlz08nyy08ki6wzfd1-fwupd-1.1.2-installedTests
checking for references to /build in /nix/store/ps93588pizg0nldlz08nyy08ki6wzfd1-fwupd-1.1.2-installedTests...
Wrapping program /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2/bin/fwupdmgr
Wrapping program /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2/bin/dfu-tool
Wrapping program /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2/libexec/fwupd/fwupd
Wrapping program /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2/libexec/fwupd/fwupdate
Wrapping program /nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2/libexec/fwupd/fwupdtool
/nix/store/h1ajp0p49bwmh89sh0a1qap38rxg1k8n-fwupd-1.1.2

@dtzWill
Copy link
Member

dtzWill commented Sep 20, 2018

I don't remember all the details but when I was debugging some issue I tried updating this and found that this commit seemed appropriate/necessary: dtzWill@cfd6e31

If that doesn't make sense no worries, but thought I'd share in case it helps! :)

@jtojnar
Copy link
Contributor

jtojnar commented Sep 20, 2018

Yeah, we need this. It would be really nice if meson supported installFlags.

@infinisil
Copy link
Member

@dtzWill Indeed, see #48425

@infinisil infinisil merged commit 6fac56a into NixOS:master Oct 14, 2018
@r-ryantm r-ryantm deleted the auto-update/fwupd branch October 24, 2018 03:08
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

5 participants