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

opendune: init at 0.9 #41415

Merged
merged 2 commits into from Jun 5, 2018
Merged

opendune: init at 0.9 #41415

merged 2 commits into from Jun 5, 2018

Conversation

nand0p
Copy link
Contributor

@nand0p nand0p commented Jun 3, 2018

opendune: init 0.9

  • tested on nixos

- tested on nixos
src = fetchFromGitHub {
owner = "OpenDUNE";
repo = "OpenDUNE";
rev = "af3f3239eca1073ac9d621286014fba282c1dc5a";
Copy link
Contributor

Choose a reason for hiding this comment

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

You can use rev = version here.

@Mic92 Mic92 changed the title opendune: init 0.9 opendune: init at 0.9 Jun 4, 2018
echo 'set the opendune configuration at ~/.config/opendune/opendune.ini:'
echo '[opendune]'
echo 'datadir=/path/to/opendune-data'
echo 'download dune2 into [datadir] http://www.bestoldgames.net/eng/old-games/dune-2.php'
Copy link
Member

@Mic92 Mic92 Jun 4, 2018

Choose a reason for hiding this comment

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

Since this program will build by hydra, people will not see this message.
Therefore, it can become a comment in the header as well.

@xeji
Copy link
Contributor

xeji commented Jun 5, 2018

@GrahamcOfBorg build opendune

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: opendune

Partial log (click to expand)

make[1]: Leaving directory '/build/source/objs/release'
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/sv37lj29ha7bkcq12gypyvasvpb1nswj-opendune-0.9
shrinking /nix/store/sv37lj29ha7bkcq12gypyvasvpb1nswj-opendune-0.9/bin/opendune
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/sv37lj29ha7bkcq12gypyvasvpb1nswj-opendune-0.9/bin
patching script interpreter paths in /nix/store/sv37lj29ha7bkcq12gypyvasvpb1nswj-opendune-0.9
checking for references to /build in /nix/store/sv37lj29ha7bkcq12gypyvasvpb1nswj-opendune-0.9...
/nix/store/sv37lj29ha7bkcq12gypyvasvpb1nswj-opendune-0.9

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: opendune

Partial log (click to expand)

make[1]: Leaving directory '/build/source/objs/release'
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/ym7bvnnb5kib71qh8zqmn21q0d19s6j2-opendune-0.9
shrinking /nix/store/ym7bvnnb5kib71qh8zqmn21q0d19s6j2-opendune-0.9/bin/opendune
strip is /nix/store/qg2agrqkf240s656d207zqhipl0bc2id-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/ym7bvnnb5kib71qh8zqmn21q0d19s6j2-opendune-0.9/bin
patching script interpreter paths in /nix/store/ym7bvnnb5kib71qh8zqmn21q0d19s6j2-opendune-0.9
checking for references to /build in /nix/store/ym7bvnnb5kib71qh8zqmn21q0d19s6j2-opendune-0.9...
/nix/store/ym7bvnnb5kib71qh8zqmn21q0d19s6j2-opendune-0.9

@xeji xeji merged commit 3cc263e into NixOS:master Jun 5, 2018
@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: opendune

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.


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

5 participants