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

wesnoth: 1.14.1 -> 1.14.2 #41220

Merged
merged 1 commit into from May 30, 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/wesnoth/versions.

These checks were done:

  • built on NixOS
  • /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2/bin/wesnoth passed the binary check.
  • /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2/bin/wesnothd passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 1 of 2 passed binary check by having the new version present in output.
  • found 1.14.2 with grep in /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2
  • directory tree listing: https://gist.github.com/b0e3a41a54024956b2d7971ee078d50e
  • du listing: https://gist.github.com/b92ba34a8adb15bfdc22fe1082734759

meta.description for wesnoth is: '"The Battle for Wesnoth, a free, turn-based strategy game with a fantasy theme"'.

cc @abbradar 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/wesnoth/versions.

These checks were done:

- built on NixOS
- /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2/bin/wesnoth passed the binary check.
- /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2/bin/wesnothd passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 1.14.2 with grep in /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2
- directory tree listing: https://gist.github.com/b0e3a41a54024956b2d7971ee078d50e
- du listing: https://gist.github.com/b92ba34a8adb15bfdc22fe1082734759
@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: wesnoth

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

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2
shrinking /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2/bin/wesnoth
shrinking /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2/bin/wesnothd
gzipping man pages under /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2/share/man/
strip is /nix/store/92d2ifxcni4n3zx9s8wnkcjlvnx5ajlc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2/bin
patching script interpreter paths in /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2
/nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2/share/wesnoth/data/tools/unit_tree/update-wmlunits: interpreter directive changed from "/bin/bash" to "/nix/store/m47apl3hq3i52fzy2cz24378p0xn4lyx-bash-4.4-p19/bin/bash"
checking for references to /build in /nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2...
/nix/store/5sh8gb3jwfb9086wiyb5sh66zx158bcc-wesnoth-1.14.2

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: wesnoth

Partial log (click to expand)

[ 98%] Building CXX object src/CMakeFiles/wesnoth-client.dir/whiteboard/side_actions.cpp.o
[ 98%] Building CXX object src/CMakeFiles/wesnoth-client.dir/whiteboard/action.cpp.o
[ 98%] Building CXX object src/CMakeFiles/wesnoth-client.dir/whiteboard/suppose_dead.cpp.o
/build/wesnoth-1.14.2/src/savegame.cpp: In static member function 'static bool savegame::savegame::is_illegal_file_char(char)':
/build/wesnoth-1.14.2/src/savegame.cpp:418:49: warning: comparison is always true due to limited range of data type [-Wtype-limits]
  return c == '/' || c == '\\' || c == ':' || (c >= 0x00 && c < 0x20)
                                               ~~^~~~~~~
[ 98%] Building CXX object src/CMakeFiles/wesnoth-client.dir/whiteboard/utility.cpp.o
building of '/nix/store/n5sp2p60sj0xsyivpwvgsznja4v7la3s-wesnoth-1.14.2.drv' timed out after 3600 seconds
�[31;1merror:�[0m build of '/nix/store/n5sp2p60sj0xsyivpwvgsznja4v7la3s-wesnoth-1.14.2.drv' failed

@matthewbauer matthewbauer merged commit 4a941ea into NixOS:master May 30, 2018
@r-ryantm r-ryantm deleted the auto-update/wesnoth branch June 6, 2018 16:01
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