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

wayland-protocols: 1.15 -> 1.16 #45123

Merged
merged 1 commit into from Aug 19, 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/wayland-protocols/versions.

meta.description for wayland-protocols is: '"Wayland protocol extensions"'.

Checks done (click to expand)
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 89588bfbbd57dbb02a0c77df231341d8eb2294a0 && nix-shell --pure -I nixpkgs=. -p wayland-protocols

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wayland-protocols/versions.
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: wayland-protocols

Partial log (click to expand)

 /nix/store/bgii6n1si6za1ry0vbwnmiapzagcyrjm-coreutils-8.29/bin/install -c -m 644  unstable/text-input/text-input-unstable-v1.xml unstable/text-input/text-input-unstable-v3.xml '/nix/store/9w38vv0slzcpgz8g6lbfqyrgqzk0qkmx-wayland-protocols-1.16/share/wayland-protocols/unstable/text-input'
 /nix/store/bgii6n1si6za1ry0vbwnmiapzagcyrjm-coreutils-8.29/bin/mkdir -p '/nix/store/9w38vv0slzcpgz8g6lbfqyrgqzk0qkmx-wayland-protocols-1.16/share/wayland-protocols/unstable/xwayland-keyboard-grab'
 /nix/store/bgii6n1si6za1ry0vbwnmiapzagcyrjm-coreutils-8.29/bin/install -c -m 644  unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml '/nix/store/9w38vv0slzcpgz8g6lbfqyrgqzk0qkmx-wayland-protocols-1.16/share/wayland-protocols/unstable/xwayland-keyboard-grab'
make[1]: Leaving directory '/build/wayland-protocols-1.16'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/9w38vv0slzcpgz8g6lbfqyrgqzk0qkmx-wayland-protocols-1.16
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/9w38vv0slzcpgz8g6lbfqyrgqzk0qkmx-wayland-protocols-1.16
checking for references to /build in /nix/store/9w38vv0slzcpgz8g6lbfqyrgqzk0qkmx-wayland-protocols-1.16...
/nix/store/9w38vv0slzcpgz8g6lbfqyrgqzk0qkmx-wayland-protocols-1.16

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: wayland-protocols

Partial log (click to expand)

 /nix/store/4pzf0bqxypqiwyi0qcvbcwl1j2ck5613-coreutils-8.29/bin/install -c -m 644  unstable/text-input/text-input-unstable-v1.xml unstable/text-input/text-input-unstable-v3.xml '/nix/store/jgnqh3svfw8d7dzkc7amai13iw2ajg89-wayland-protocols-1.16/share/wayland-protocols/unstable/text-input'
 /nix/store/4pzf0bqxypqiwyi0qcvbcwl1j2ck5613-coreutils-8.29/bin/mkdir -p '/nix/store/jgnqh3svfw8d7dzkc7amai13iw2ajg89-wayland-protocols-1.16/share/wayland-protocols/unstable/xwayland-keyboard-grab'
 /nix/store/4pzf0bqxypqiwyi0qcvbcwl1j2ck5613-coreutils-8.29/bin/install -c -m 644  unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml '/nix/store/jgnqh3svfw8d7dzkc7amai13iw2ajg89-wayland-protocols-1.16/share/wayland-protocols/unstable/xwayland-keyboard-grab'
make[1]: Leaving directory '/build/wayland-protocols-1.16'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/jgnqh3svfw8d7dzkc7amai13iw2ajg89-wayland-protocols-1.16
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/jgnqh3svfw8d7dzkc7amai13iw2ajg89-wayland-protocols-1.16
checking for references to /build in /nix/store/jgnqh3svfw8d7dzkc7amai13iw2ajg89-wayland-protocols-1.16...
/nix/store/jgnqh3svfw8d7dzkc7amai13iw2ajg89-wayland-protocols-1.16

@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: wayland-protocols

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 August 16, 2018 18:04
@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: wayland-protocols

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: wayland-protocols

Partial log (click to expand)

 /nix/store/73bzcx8fdmxr7dl6170kdxpblv9zygdm-coreutils-8.29/bin/install -c -m 644  unstable/text-input/text-input-unstable-v1.xml unstable/text-input/text-input-unstable-v3.xml '/nix/store/i3j2svx0bg7vp36j2ixl519jfacvvbay-wayland-protocols-1.16/share/wayland-protocols/unstable/text-input'
 /nix/store/73bzcx8fdmxr7dl6170kdxpblv9zygdm-coreutils-8.29/bin/mkdir -p '/nix/store/i3j2svx0bg7vp36j2ixl519jfacvvbay-wayland-protocols-1.16/share/wayland-protocols/unstable/xwayland-keyboard-grab'
 /nix/store/73bzcx8fdmxr7dl6170kdxpblv9zygdm-coreutils-8.29/bin/install -c -m 644  unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml '/nix/store/i3j2svx0bg7vp36j2ixl519jfacvvbay-wayland-protocols-1.16/share/wayland-protocols/unstable/xwayland-keyboard-grab'
make[1]: Leaving directory '/build/wayland-protocols-1.16'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/i3j2svx0bg7vp36j2ixl519jfacvvbay-wayland-protocols-1.16
strip is /nix/store/pw5hlidqwhzhdwll1m7asbhqqlmxssq6-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/i3j2svx0bg7vp36j2ixl519jfacvvbay-wayland-protocols-1.16
checking for references to /build in /nix/store/i3j2svx0bg7vp36j2ixl519jfacvvbay-wayland-protocols-1.16...
/nix/store/i3j2svx0bg7vp36j2ixl519jfacvvbay-wayland-protocols-1.16

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: wayland-protocols

Partial log (click to expand)

 /nix/store/h4vlhar9q3igmyadghcjw6z27gnx75f8-coreutils-8.29/bin/install -c -m 644  unstable/text-input/text-input-unstable-v1.xml unstable/text-input/text-input-unstable-v3.xml '/nix/store/f43qqi13n5jvm16pw98p1chn35kzdar7-wayland-protocols-1.16/share/wayland-protocols/unstable/text-input'
 /nix/store/h4vlhar9q3igmyadghcjw6z27gnx75f8-coreutils-8.29/bin/mkdir -p '/nix/store/f43qqi13n5jvm16pw98p1chn35kzdar7-wayland-protocols-1.16/share/wayland-protocols/unstable/xwayland-keyboard-grab'
 /nix/store/h4vlhar9q3igmyadghcjw6z27gnx75f8-coreutils-8.29/bin/install -c -m 644  unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml '/nix/store/f43qqi13n5jvm16pw98p1chn35kzdar7-wayland-protocols-1.16/share/wayland-protocols/unstable/xwayland-keyboard-grab'
make[1]: Leaving directory '/build/wayland-protocols-1.16'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/f43qqi13n5jvm16pw98p1chn35kzdar7-wayland-protocols-1.16
strip is /nix/store/ibqlkz3g28vg3xzdjdvzdll722xc0ps9-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/f43qqi13n5jvm16pw98p1chn35kzdar7-wayland-protocols-1.16
checking for references to /build in /nix/store/f43qqi13n5jvm16pw98p1chn35kzdar7-wayland-protocols-1.16...
/nix/store/f43qqi13n5jvm16pw98p1chn35kzdar7-wayland-protocols-1.16

@xeji
Copy link
Contributor

xeji commented Aug 19, 2018

@GrahamcOfBorg build xwayland

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

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

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/f18d5jj1wkpcip9d1sam9wvcqwar97qi-xwayland-1.19.6
shrinking /nix/store/f18d5jj1wkpcip9d1sam9wvcqwar97qi-xwayland-1.19.6/bin/Xwayland
gzipping man pages under /nix/store/f18d5jj1wkpcip9d1sam9wvcqwar97qi-xwayland-1.19.6/share/man/
/nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip is /nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip
stripping (with command /nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip and flags -S) in /nix/store/f18d5jj1wkpcip9d1sam9wvcqwar97qi-xwayland-1.19.6/lib  /nix/store/f18d5jj1wkpcip9d1sam9wvcqwar97qi-xwayland-1.19.6/bin
patching script interpreter paths in /nix/store/f18d5jj1wkpcip9d1sam9wvcqwar97qi-xwayland-1.19.6
checking for references to /build in /nix/store/f18d5jj1wkpcip9d1sam9wvcqwar97qi-xwayland-1.19.6...
/nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip is /nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip
/nix/store/f18d5jj1wkpcip9d1sam9wvcqwar97qi-xwayland-1.19.6

@GrahamcOfBorg
Copy link

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

Attempted: xwayland

Partial log (click to expand)

  CC       nv04_state_tex.lo
  CC       nv04_surface.lo
  CC       nv10_context.lo
  CC       nv10_render.lo
building of '/nix/store/7m66kp9nimi60lb8853cs31flwrfmfnj-mesa-noglu-18.1.5.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/jfag1d9q0rnnwnzpfb9cjqkh4mjgjhrl-libGL-1.0.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/sg9r1jj68iw0achkn3qws24cgds4ffi2-epoxy-1.5.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/yhw03pp6fsz1xvhc1zlz9h2zg6ba847c-glu-9.0.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/71bchfx6bkvdr6ppqg49fxjn9wfkvmnl-xwayland-1.19.6.drv': 4 dependencies couldn't be built
error: build of '/nix/store/71bchfx6bkvdr6ppqg49fxjn9wfkvmnl-xwayland-1.19.6.drv' failed

@xeji xeji merged commit 9024d2e into NixOS:staging Aug 19, 2018
@r-ryantm r-ryantm deleted the auto-update/wayland-protocols branch August 22, 2018 18:29
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this pull request Aug 23, 2018
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