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

pciutils: 3.6.0 -> 3.6.1 #43741

Merged
merged 1 commit into from Jul 21, 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/pciutils/versions.

meta.description for pciutils is: '"A collection of programs for inspecting and manipulating configuration of PCI devices"'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/bin/lspci passed the binary check.
  • /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/bin/setpci passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 2 of 2 passed binary check by having the new version present in output.
  • found 3.6.1 with grep in /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1
  • directory tree listing: https://gist.github.com/cd23360b929364411826f595200c5b3f
  • du listing: https://gist.github.com/eb442a0f7b1d1076a5e57aac724a0c63
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 3d1a59a0b5a1b04747f5f57b9df34c465bd5a6d8 && nix-shell --pure -I nixpkgs=. -p pciutils

cc @vcunat 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/pciutils/versions.
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pciutils

Partial log (click to expand)

shrinking /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/lib/libpci.so.3.6.1
shrinking /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/sbin/setpci
shrinking /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/sbin/lspci
gzipping man pages under /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/share/man/
strip is /nix/store/90vmpr41dzsx350k5argycaf693hnl1l-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/lib  /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/sbin
patching script interpreter paths in /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1
checking for references to /build in /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1...
moving /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/sbin/* to /nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1/bin
/nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pciutils

Partial log (click to expand)

shrinking /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1/sbin/setpci
shrinking /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1/sbin/lspci
shrinking /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1/lib/libpci.so.3.6.1
gzipping man pages under /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1/share/man/
strip is /nix/store/7iyn7gn33i7xxjgmwf25k20246y6nd9d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1/lib  /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1/sbin
patching script interpreter paths in /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1
checking for references to /build in /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1...
moving /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1/sbin/* to /nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1/bin
/nix/store/098cfbpllfxz3f2s7dy43y0wqlzd987x-pciutils-3.6.1

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

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.


@r-ryantm r-ryantm changed the base branch from master to staging July 18, 2018 19:06
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pciutils

Partial log (click to expand)

shrinking /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1/lib/libpci.so.3.6.1
shrinking /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1/sbin/setpci
shrinking /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1/sbin/lspci
gzipping man pages under /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1/share/man/
strip is /nix/store/fzsyclvxz1p2ia83caniy93v8cwarg0j-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1/lib  /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1/sbin
patching script interpreter paths in /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1
checking for references to /build in /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1...
moving /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1/sbin/* to /nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1/bin
/nix/store/ahdsci33a0c0l50afamx1ab192pbj6qz-pciutils-3.6.1

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

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

Partial log (click to expand)

shrinking /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1/sbin/setpci
shrinking /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1/sbin/lspci
shrinking /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1/lib/libpci.so.3.6.1
gzipping man pages under /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1/share/man/
strip is /nix/store/h0nc84ybvb8g724fwysvcghh1675wjli-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1/lib  /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1/sbin
patching script interpreter paths in /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1
checking for references to /build in /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1...
moving /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1/sbin/* to /nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1/bin
/nix/store/fs3k39w59k2mnvkbdz0c0q364hpsnnmy-pciutils-3.6.1

@dtzWill
Copy link
Member

dtzWill commented Jul 19, 2018

IIRC this minor bump is due to upstream incorporating the change we currently make in staging's postPatch ( #43267 ). Should remove the postPatch if so, and \o/ congrats thanks everyone :).

@vcunat vcunat merged commit 3d1a59a into NixOS:staging Jul 21, 2018
vcunat added a commit that referenced this pull request Jul 21, 2018
@vcunat
Copy link
Member

vcunat commented Jul 21, 2018

Yes, I didn't test it (with musl), but it sounds OK, if our patch had worked. pciutils/pciutils@f15db375b85 I removed the postPatch; it was no-op now anyway.

@r-ryantm r-ryantm deleted the auto-update/pciutils branch July 21, 2018 20:54
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