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

open-vm-tools: 10.3.0 -> 10.3.5 #50670

Merged
merged 1 commit into from Nov 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/open-vm-tools/versions.

meta.description for open-vm-tools is: '"Set of tools for VMWare guests to improve host-guest interaction"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-user passed the binary check.
  • /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-hgfsclient passed the binary check.
  • Warning: no invocation of /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-checkvm had a zero exit code or showed the expected version
  • /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-rpctool passed the binary check.
  • /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-namespace-cmd passed the binary check.
  • /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-guestproxycerttool passed the binary check.
  • /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmtoolsd passed the binary check.
  • Warning: no invocation of /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-toolbox-cmd had a zero exit code or showed the expected version
  • /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-user-suid-wrapper passed the binary check.
  • Warning: no invocation of /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-vmblock-fuse had a zero exit code or showed the expected version
  • /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmhgfs-fuse passed the binary check.
  • /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/vmware-xferlogs passed the binary check.
  • Warning: no invocation of /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin/mount.vmhgfs had a zero exit code or showed the expected version
  • 9 of 13 passed binary check by having a zero exit code.
  • 0 of 13 passed binary check by having the new version present in output.
  • found 10.3.5 with grep in /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5
  • directory tree listing: https://gist.github.com/a289395fe6645eaafdea197a7e3f110f
  • du listing: https://gist.github.com/92f6adcac175d5bb8fa879e90ef2bf86
Rebuild report (click to expand)

4 total rebuild path(s)

2 package rebuild(s)

2 x86_64-linux rebuild(s)
2 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
0 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
open-vm-tools
open-vm-tools-headless

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5 \
  --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 open-vm-tools https://github.com/r-ryantm/nixpkgs/archive/b747257ca28508f93c6dd7b1546bec32a6f93938.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/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5
ls -la /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin

cc @joamaki 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/open-vm-tools/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: open-vm-tools

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: open-vm-tools

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: open-vm-tools

Partial log (click to expand)

/nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/etc/vmware-tools/resume-vm-default: interpreter directive changed from "/bin/sh" to "/nix/store/r47p5pzx52m3n34vdgqpk5rvqgm0m24m-bash-4.4-p23/bin/sh"
/nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/etc/vmware-tools/poweroff-vm-default: interpreter directive changed from "/bin/sh" to "/nix/store/r47p5pzx52m3n34vdgqpk5rvqgm0m24m-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5...
moving /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/sbin/* to /nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/abwyvb0ahxkrbqxlq5vhr67wjpkalr3k-open-vm-tools-10.3.5-dev
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/abwyvb0ahxkrbqxlq5vhr67wjpkalr3k-open-vm-tools-10.3.5-dev/lib
patching script interpreter paths in /nix/store/abwyvb0ahxkrbqxlq5vhr67wjpkalr3k-open-vm-tools-10.3.5-dev
checking for references to /build in /nix/store/abwyvb0ahxkrbqxlq5vhr67wjpkalr3k-open-vm-tools-10.3.5-dev...
/nix/store/awkcx8mcnlni4w6vpr2fz2wa05whkvb4-open-vm-tools-10.3.5

@c0bw3b
Copy link
Contributor

c0bw3b commented Nov 19, 2018

@c0bw3b c0bw3b merged commit 713afc7 into NixOS:master Nov 27, 2018
@r-ryantm r-ryantm deleted the auto-update/open-vm-tools branch December 8, 2018 22:26
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