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

virtualbox: 5.2.8 -> 5.2.10 #39182

Closed
wants to merge 1 commit into from

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/virtualbox/versions.

These checks were done:

  • built on NixOS
  • ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxManage -h’ got 0 exit code
  • ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxManage --help’ got 0 exit code
  • ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxManage help’ got 0 exit code
  • ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxBalloonCtrl -h’ got 0 exit code
  • ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxBalloonCtrl --help’ got 0 exit code
  • found 5.2.10 with grep in /nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10
  • directory tree listing: https://gist.github.com/5a061b0566c453136fc05c11252c80b0

cc @flokli @svanderburg 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/virtualbox/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxManage -h’ got 0 exit code
- ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxManage --help’ got 0 exit code
- ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxManage help’ got 0 exit code
- ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxBalloonCtrl -h’ got 0 exit code
- ran ‘/nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10/bin/VBoxBalloonCtrl --help’ got 0 exit code
- found 5.2.10 with grep in /nix/store/qns6igs74abfqm1bzqlw56x56yb80rxs-virtualbox-5.2.10
- directory tree listing: https://gist.github.com/5a061b0566c453136fc05c11252c80b0
@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

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

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

The following builds were skipped because they don't evaluate on x86_64-darwin: virtualbox

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

Partial log (click to expand)

shrinking /nix/store/k36bnkl63mvk8fr9ib9cr979s03mvcd4-virtualbox-5.2.10/libexec/virtualbox/VBoxVolInfo
shrinking /nix/store/k36bnkl63mvk8fr9ib9cr979s03mvcd4-virtualbox-5.2.10/libexec/virtualbox/VBoxSharedCrOpenGL.so
shrinking /nix/store/k36bnkl63mvk8fr9ib9cr979s03mvcd4-virtualbox-5.2.10/libexec/virtualbox/tstVMM
shrinking RPATHs of ELF executables and libraries in /nix/store/j3sixjzl7j8414km4z9987zbfi793mi7-virtualbox-5.2.10-modsrc
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/j3sixjzl7j8414km4z9987zbfi793mi7-virtualbox-5.2.10-modsrc
/nix/store/j3sixjzl7j8414km4z9987zbfi793mi7-virtualbox-5.2.10-modsrc/build_in_tmp: interpreter directive changed from "/bin/sh" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/sh"
checking for references to /build in /nix/store/j3sixjzl7j8414km4z9987zbfi793mi7-virtualbox-5.2.10-modsrc...
shrinking RPATHs of ELF executables and libraries in /nix/store/j3sixjzl7j8414km4z9987zbfi793mi7-virtualbox-5.2.10-modsrc
postPatchMkspecs

Copy link
Member

@matthewbauer matthewbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update extension pack!

@flokli flokli mentioned this pull request May 1, 2018
8 tasks
@flokli
Copy link
Contributor

flokli commented May 1, 2018

@matthewbauer this one can be closed.

@matthewbauer matthewbauer reopened this May 1, 2018
@r-ryantm r-ryantm deleted the auto-update/virtualbox branch May 1, 2018 21:56
Synthetica9 pushed a commit to Synthetica9/nixpkgs that referenced this pull request May 3, 2018
samueldr pushed a commit to samueldr/nixpkgs that referenced this pull request Jul 8, 2018
closes NixOS#39182.

(cherry picked from commit 8eb3167)
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