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

cutemaze: 1.2.2 -> 1.2.3 #41572

Merged
merged 1 commit into from Jun 7, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jun 6, 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/cutemaze/versions.

These checks were done:

meta.description for cutemaze is: '"Simple, top-down game in which mazes are randomly generated"'.

cc @dotlambda for testing.

Experimental: this build is cached with Cachix. To use the cache follow these experimental instructions:

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 7e7104ceb8b5e5375970627d9495c233724f3cad && nix-shell --pure -I nixpkgs=. -p cutemaze

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cutemaze/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3/bin/cutemaze had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.2.3 with grep in /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3
- directory tree listing: https://gist.github.com/a8cfdfb66984a0f73bf7653f74bd4875
- du listing: https://gist.github.com/ad7863094421835157fc96f90206e350
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: cutemaze

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3
shrinking /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3/bin/cutemaze
gzipping man pages under /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3/share/man/
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3/bin
patching script interpreter paths in /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3
checking for references to /build in /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3...
postPatchMkspecs
postPatchMkspecs
/nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: cutemaze

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/58hzjhgbj54w61zmbfcv1v5qi55mxb2a-cutemaze-1.2.3
shrinking /nix/store/58hzjhgbj54w61zmbfcv1v5qi55mxb2a-cutemaze-1.2.3/bin/cutemaze
gzipping man pages under /nix/store/58hzjhgbj54w61zmbfcv1v5qi55mxb2a-cutemaze-1.2.3/share/man/
strip is /nix/store/qg2agrqkf240s656d207zqhipl0bc2id-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/58hzjhgbj54w61zmbfcv1v5qi55mxb2a-cutemaze-1.2.3/bin
patching script interpreter paths in /nix/store/58hzjhgbj54w61zmbfcv1v5qi55mxb2a-cutemaze-1.2.3
checking for references to /build in /nix/store/58hzjhgbj54w61zmbfcv1v5qi55mxb2a-cutemaze-1.2.3...
postPatchMkspecs
postPatchMkspecs
/nix/store/58hzjhgbj54w61zmbfcv1v5qi55mxb2a-cutemaze-1.2.3

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: cutemaze

Partial log (click to expand)

clang++ -stdlib=libc++ -o CuteMaze.app/Contents/MacOS/CuteMaze build/board.o build/cell.o build/locale_dialog.o build/main.o build/maze.o build/new_game_dialog.o build/path.o build/scores.o build/settings.o build/solver.o build/theme.o build/window.o build/qrc_icons.o build/qrc_theme.o build/qrc_preview.o build/moc_board.o build/moc_locale_dialog.o build/moc_new_game_dialog.o build/moc_scores.o build/moc_settings.o build/moc_window.o   -lQt5Svg -L/lib -framework DiskArbitration -framework IOKit -lQt5Widgets -lQt5Gui -lQt5Core -framework OpenGL -framework AGL
installing
install flags: SHELL=/nix/store/9gghkkqhn6v7dvpf2319qvrxkkw03vwr-bash-4.4-p19/bin/bash install
make: Nothing to be done for 'install'.
post-installation fixup
strip is /nix/store/yyak5sjv68n9vdgnkd2cb5djk1l9sqj5-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/ymxbix0zwqn23c7zfgn576wczck55c5d-cutemaze-1.2.3
postPatchMkspecs
postPatchMkspecs
/nix/store/ymxbix0zwqn23c7zfgn576wczck55c5d-cutemaze-1.2.3

@dotlambda dotlambda merged commit 8185385 into NixOS:master Jun 7, 2018
@r-ryantm r-ryantm deleted the auto-update/cutemaze branch June 7, 2018 12:58
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