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

weston: 3.0.0 -> 4.0.0 #38692

Merged
merged 1 commit into from Apr 20, 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/weston/versions.

These checks were done:

  • built on NixOS
  • ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/weston -h’ got 0 exit code
  • ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/weston --help’ got 0 exit code
  • ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/weston --version’ and found version 4.0.0
  • ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/wcap-decode --help’ got 0 exit code
  • found 4.0.0 with grep in /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0
  • directory tree listing: https://gist.github.com/01f9658faac9a7816ccf1ca44d11fe15

cc @wkennington 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/weston/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/weston -h’ got 0 exit code
- ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/weston --help’ got 0 exit code
- ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/weston --version’ and found version 4.0.0
- ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/wcap-decode --help’ got 0 exit code
- found 4.0.0 with grep in /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0
- directory tree listing: https://gist.github.com/01f9658faac9a7816ccf1ca44d11fe15
@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: weston

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: weston

Partial log (click to expand)

shrinking /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/libexec/weston-screenshooter
shrinking /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/libexec/weston-keyboard
shrinking /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/libexec/weston-simple-im
shrinking /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/libexec/weston-ivi-shell-user-interface
gzipping man pages under /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/share/man/
strip is /nix/store/fzcs0fn6bb04m82frhlb78nc03ny3w55-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/lib  /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/libexec  /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin
patching script interpreter paths in /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0
checking for references to /build in /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0...
/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: weston

Partial log (click to expand)

               ^
/build/FreeRDP-1.2.0-beta1-android9/libfreerdp/codec/progressive.c: In function 'progressive_process_tiles':
/build/FreeRDP-1.2.0-beta1-android9/libfreerdp/codec/progressive.c:1483:6: warning: 'status' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (status < 0)
      ^
make[1]: *** [CMakeFiles/Makefile2:1072: libfreerdp/CMakeFiles/freerdp.dir/all] Error 2
make: *** [Makefile:134: all] Error 2
builder for '/nix/store/kqa1c5kbp2jw6i4d67kwlskm7bf4rba1-freerdp-1.2.0-beta1+android9.drv' failed with exit code 2
cannot build derivation '/nix/store/z0m1mv2jxccamvzx9s0dx0ygjd7cz3sk-weston-4.0.0.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/z0m1mv2jxccamvzx9s0dx0ygjd7cz3sk-weston-4.0.0.drv' failed

@ryantm
Copy link
Member

ryantm commented Apr 20, 2018

@matthewbauer Since you merged the wayland update, it probably makes sense to also merge the weston one.

@matthewbauer matthewbauer merged commit 1bba16f into NixOS:master Apr 20, 2018
@r-ryantm r-ryantm deleted the auto-update/weston branch April 20, 2018 04:45
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