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

virt-viewer: 6.0 -> 7.0 #44666

Merged
merged 1 commit into from Aug 9, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Aug 8, 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/virt-viewer/versions.

meta.description for virt-viewer is: '"A viewer for remote virtual machines"'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/2fh8lrlz371f30ddqbk4grwhycg1wp92-virt-viewer-7.0/bin/remote-viewer passed the binary check.
  • /nix/store/2fh8lrlz371f30ddqbk4grwhycg1wp92-virt-viewer-7.0/bin/virt-viewer passed the binary check.
  • /nix/store/2fh8lrlz371f30ddqbk4grwhycg1wp92-virt-viewer-7.0/bin/.remote-viewer-wrapped passed the binary check.
  • /nix/store/2fh8lrlz371f30ddqbk4grwhycg1wp92-virt-viewer-7.0/bin/.virt-viewer-wrapped passed the binary check.
  • 4 of 4 passed binary check by having a zero exit code.
  • 0 of 4 passed binary check by having the new version present in output.
  • found 7.0 with grep in /nix/store/2fh8lrlz371f30ddqbk4grwhycg1wp92-virt-viewer-7.0
  • directory tree listing: https://gist.github.com/b36b046eab4c7515eef6a0ae13ded6f0
  • du listing: https://gist.github.com/75cc8970a96b617c40b855994f9d3fa7
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 3f8989bff9b241e6115337e3f13eef5669ff6bfc && nix-shell --pure -I nixpkgs=. -p virt-viewer

cc @7c6f434c 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/virt-viewer/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: virt-viewer

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: virt-viewer

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/7a38sik8lfqq4d0lnv2pyv8jdkrky4k6-virt-viewer-7.0
shrinking /nix/store/7a38sik8lfqq4d0lnv2pyv8jdkrky4k6-virt-viewer-7.0/bin/.virt-viewer-wrapped
shrinking /nix/store/7a38sik8lfqq4d0lnv2pyv8jdkrky4k6-virt-viewer-7.0/bin/.remote-viewer-wrapped
gzipping man pages under /nix/store/7a38sik8lfqq4d0lnv2pyv8jdkrky4k6-virt-viewer-7.0/share/man/
/nix/store/7a38sik8lfqq4d0lnv2pyv8jdkrky4k6-virt-viewer-7.0
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/7a38sik8lfqq4d0lnv2pyv8jdkrky4k6-virt-viewer-7.0/bin
patching script interpreter paths in /nix/store/7a38sik8lfqq4d0lnv2pyv8jdkrky4k6-virt-viewer-7.0
checking for references to /build in /nix/store/7a38sik8lfqq4d0lnv2pyv8jdkrky4k6-virt-viewer-7.0...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: virt-viewer

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/48xl1ixhz9gjhi6p0d2ipl9q1927g4qz-virt-viewer-7.0
shrinking /nix/store/48xl1ixhz9gjhi6p0d2ipl9q1927g4qz-virt-viewer-7.0/bin/.virt-viewer-wrapped
shrinking /nix/store/48xl1ixhz9gjhi6p0d2ipl9q1927g4qz-virt-viewer-7.0/bin/.remote-viewer-wrapped
gzipping man pages under /nix/store/48xl1ixhz9gjhi6p0d2ipl9q1927g4qz-virt-viewer-7.0/share/man/
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/48xl1ixhz9gjhi6p0d2ipl9q1927g4qz-virt-viewer-7.0/bin
patching script interpreter paths in /nix/store/48xl1ixhz9gjhi6p0d2ipl9q1927g4qz-virt-viewer-7.0
checking for references to /build in /nix/store/48xl1ixhz9gjhi6p0d2ipl9q1927g4qz-virt-viewer-7.0...
/nix/store/48xl1ixhz9gjhi6p0d2ipl9q1927g4qz-virt-viewer-7.0

@xeji
Copy link
Contributor

xeji commented Aug 8, 2018

Builds but according to changelog:

Require spice-gtk >= 0.35

We have spice-gtk 0.34

Copy link
Contributor

@xeji xeji left a comment

Choose a reason for hiding this comment

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

update spice-gtk first

@xeji xeji mentioned this pull request Aug 8, 2018
9 tasks
@xeji
Copy link
Contributor

xeji commented Aug 9, 2018

spice-gtk has been updated.
@GrahamcOfBorg build virt-viewer

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: virt-viewer

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/03hj97y8l0dcx1hdkyyzwxfd61gy2369-virt-viewer-7.0
shrinking /nix/store/03hj97y8l0dcx1hdkyyzwxfd61gy2369-virt-viewer-7.0/bin/.remote-viewer-wrapped
shrinking /nix/store/03hj97y8l0dcx1hdkyyzwxfd61gy2369-virt-viewer-7.0/bin/.virt-viewer-wrapped
gzipping man pages under /nix/store/03hj97y8l0dcx1hdkyyzwxfd61gy2369-virt-viewer-7.0/share/man/
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/03hj97y8l0dcx1hdkyyzwxfd61gy2369-virt-viewer-7.0/bin
patching script interpreter paths in /nix/store/03hj97y8l0dcx1hdkyyzwxfd61gy2369-virt-viewer-7.0
checking for references to /build in /nix/store/03hj97y8l0dcx1hdkyyzwxfd61gy2369-virt-viewer-7.0...
/nix/store/03hj97y8l0dcx1hdkyyzwxfd61gy2369-virt-viewer-7.0

@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: virt-viewer

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

Timed out, unknown build status on aarch64-linux (full log)

Attempted: virt-viewer

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/bjkkdg29xm7chr5b7v00v9h9p9z15jrc-spice-gtk-0.35/lib  /nix/store/bjkkdg29xm7chr5b7v00v9h9p9z15jrc-spice-gtk-0.35/bin
patching script interpreter paths in /nix/store/bjkkdg29xm7chr5b7v00v9h9p9z15jrc-spice-gtk-0.35
checking for references to /build in /nix/store/bjkkdg29xm7chr5b7v00v9h9p9z15jrc-spice-gtk-0.35...
shrinking RPATHs of ELF executables and libraries in /nix/store/lqi6v7236rkfrb9axgisl6vc8br7g2c0-spice-gtk-0.35-dev
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/lqi6v7236rkfrb9axgisl6vc8br7g2c0-spice-gtk-0.35-dev/lib
patching script interpreter paths in /nix/store/lqi6v7236rkfrb9axgisl6vc8br7g2c0-spice-gtk-0.35-dev
checking for references to /build in /nix/store/lqi6v7236rkfrb9axgisl6vc8br7g2c0-spice-gtk-0.35-dev...
cannot build derivation '/nix/store/livcw54hfsygh6w1zdnssfm7y9hdwjgm-virt-viewer-7.0.drv': 2 dependencies couldn't be built
error: build of '/nix/store/livcw54hfsygh6w1zdnssfm7y9hdwjgm-virt-viewer-7.0.drv' failed

@xeji xeji merged commit f5366e9 into NixOS:master Aug 9, 2018
@r-ryantm r-ryantm deleted the auto-update/virt-viewer branch August 10, 2018 00:04
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