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

rocksndiamonds: 4.0.1.4 -> 4.1.0.0 #39192

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

These checks were done:

  • built on NixOS
  • ran ‘/nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0/bin/rocksndiamonds -h’ got 0 exit code
  • ran ‘/nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0/bin/rocksndiamonds --help’ got 0 exit code
  • found 4.1.0.0 with grep in /nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0
  • directory tree listing: https://gist.github.com/9ff0ad9227dc9e0063f83d558a704fb7

cc @orivej 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/rocksndiamonds/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0/bin/rocksndiamonds -h’ got 0 exit code
- ran ‘/nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0/bin/rocksndiamonds --help’ got 0 exit code
- found 4.1.0.0 with grep in /nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0
- directory tree listing: https://gist.github.com/9ff0ad9227dc9e0063f83d558a704fb7
@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: rocksndiamonds

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

Partial log (click to expand)

make[1]: Leaving directory '/build/rocksndiamonds-4.1.0.0/src'
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0
shrinking /nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0/bin/rocksndiamonds
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0/bin
patching script interpreter paths in /nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0
checking for references to /build in /nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0...
/nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: rocksndiamonds

Partial log (click to expand)

make[1]: Leaving directory '/build/rocksndiamonds-4.1.0.0/src'
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/i857w0krqx43hdkv8jxgp910x8dxjg6f-rocksndiamonds-4.1.0.0
shrinking /nix/store/i857w0krqx43hdkv8jxgp910x8dxjg6f-rocksndiamonds-4.1.0.0/bin/rocksndiamonds
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/i857w0krqx43hdkv8jxgp910x8dxjg6f-rocksndiamonds-4.1.0.0/bin
patching script interpreter paths in /nix/store/i857w0krqx43hdkv8jxgp910x8dxjg6f-rocksndiamonds-4.1.0.0
checking for references to /build in /nix/store/i857w0krqx43hdkv8jxgp910x8dxjg6f-rocksndiamonds-4.1.0.0...
/nix/store/i857w0krqx43hdkv8jxgp910x8dxjg6f-rocksndiamonds-4.1.0.0

@Mic92
Copy link
Member

Mic92 commented Apr 21, 2018

segfaults on my machine:

[nix-shell:~/git/nixpkgs]$ /nix/store/v9jwi4ziz6yaxhvlrfz6zlx07bdrmsmw-rocksndiamonds-4.1.0.0/bin/rocksndiamonds
rocksndiamonds: warning: configuration file '/home/joerg/.rocksndiamonds/cache/artworkinfo.cache' is empty
rocksndiamonds: warning: no game controller base mappings found
rocksndiamonds: warning: SDL_CreateRenderer() failed: Couldn't find matching render driver
Segmentation fault (core dumped)

Copy link
Member

@matthewbauer matthewbauer left a comment

Choose a reason for hiding this comment

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

Find patch to avoid segfault.

@obadz
Copy link
Contributor

obadz commented May 12, 2018

@Mic92 / @matthewbauer — does it not segfault without this upgrade?

Copy link
Contributor

@orivej orivej left a comment

Choose a reason for hiding this comment

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

Both 4.0.1.4 and 4.1.0.0 work for me.

@matthewbauer matthewbauer merged commit 792486a into NixOS:master May 12, 2018
@matthewbauer
Copy link
Member

I dunno... The update must not have broken it. If someone still has the problem please open an issue though.

@r-ryantm r-ryantm deleted the auto-update/rocksndiamonds branch May 12, 2018 21:35
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

6 participants