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

gzdoom: g3.4.1 -> g3.5.0 #44590

Merged
merged 1 commit into from Aug 7, 2018
Merged

gzdoom: g3.4.1 -> g3.5.0 #44590

merged 1 commit into from Aug 7, 2018

Conversation

Drakonis
Copy link
Contributor

@Drakonis Drakonis commented Aug 7, 2018

Motivation for this change

Update package to latest

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@Mic92
Copy link
Member

Mic92 commented Aug 7, 2018

@GrahamcOfBorg build gzdoom

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

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

Failure on x86_64-linux (full log)

Attempted: gzdoom

Partial log (click to expand)

building '/nix/store/67dpnhvr8wz6v45sg8k37a50la2kcmmw-source.drv'...

trying https://github.com/coelckers/gzdoom/archive/g3.5.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   124    0   124    0     0    300      0 --:--:-- --:--:-- --:--:--   300
100 9742k    0 9742k    0     0  4792k      0 --:--:--  0:00:02 --:--:-- 9861k
unpacking source archive /build/g3.5.0.tar.gz
cannot build derivation '/nix/store/kv3gsspximscv5dbkm56srxkjprbjdpg-gzdoom-3.5.0.drv': 2 dependencies couldn't be built
error: build of '/nix/store/kv3gsspximscv5dbkm56srxkjprbjdpg-gzdoom-3.5.0.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gzdoom

Partial log (click to expand)

/build/source/build/gzdoom.pk3 contains 627 files (updated 627)
[100%] Built target gzdoom_pk3
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/qxjx9hji6d4d2rxsmcljxhs3g2hf51j9-gzdoom-3.5.0
shrinking /nix/store/qxjx9hji6d4d2rxsmcljxhs3g2hf51j9-gzdoom-3.5.0/lib/gzdoom/gzdoom
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/qxjx9hji6d4d2rxsmcljxhs3g2hf51j9-gzdoom-3.5.0/lib  /nix/store/qxjx9hji6d4d2rxsmcljxhs3g2hf51j9-gzdoom-3.5.0/bin
patching script interpreter paths in /nix/store/qxjx9hji6d4d2rxsmcljxhs3g2hf51j9-gzdoom-3.5.0
checking for references to /build in /nix/store/qxjx9hji6d4d2rxsmcljxhs3g2hf51j9-gzdoom-3.5.0...

@xeji
Copy link
Contributor

xeji commented Aug 7, 2018

let's try again since Hydra built the dependencies that timed out earlier
@GrahamcOfBorg build gzdoom

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gzdoom

Partial log (click to expand)

/nix/store/qxjx9hji6d4d2rxsmcljxhs3g2hf51j9-gzdoom-3.5.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gzdoom

Partial log (click to expand)

/build/source/build/gzdoom.pk3 contains 627 files (updated 627)
[100%] Built target gzdoom_pk3
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/zl7j0xy11l3wjn2svmbn9cr4gxvvkj85-gzdoom-3.5.0
shrinking /nix/store/zl7j0xy11l3wjn2svmbn9cr4gxvvkj85-gzdoom-3.5.0/lib/gzdoom/gzdoom
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/zl7j0xy11l3wjn2svmbn9cr4gxvvkj85-gzdoom-3.5.0/lib  /nix/store/zl7j0xy11l3wjn2svmbn9cr4gxvvkj85-gzdoom-3.5.0/bin
patching script interpreter paths in /nix/store/zl7j0xy11l3wjn2svmbn9cr4gxvvkj85-gzdoom-3.5.0
checking for references to /build in /nix/store/zl7j0xy11l3wjn2svmbn9cr4gxvvkj85-gzdoom-3.5.0...

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

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.


@xeji xeji merged commit 296c520 into NixOS:master Aug 7, 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

4 participants