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

xmrig: 2.5.3 -> 2.6.1 #40056

Merged
merged 2 commits into from May 8, 2018
Merged

xmrig: 2.5.3 -> 2.6.1 #40056

merged 2 commits into from May 8, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented May 7, 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/xmrig/versions.

These checks were done:

  • built on NixOS
  • Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
  • found 2.6.1 with grep in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1
  • directory tree listing: https://gist.github.com/ff33b30777a95f9fa0654b4da0ae47c2

cc @fpletz 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/xmrig/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.6.1 with grep in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1
- directory tree listing: https://gist.github.com/ff33b30777a95f9fa0654b4da0ae47c2
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: xmrig

Partial log (click to expand)

install: creating directory '/nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1/bin'
'xmrig' -> '/nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1/bin/xmrig'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1
shrinking /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1/bin/xmrig
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1/bin
patching script interpreter paths in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1
checking for references to /build in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1...
/nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: xmrig

Partial log (click to expand)

/build/source/src/crypto/CryptoNight_arm.h:39:10: fatal error: crypto/c_keccak.h: No such file or directory
 #include "crypto/c_keccak.h"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/xmrig.dir/build.make:639: CMakeFiles/xmrig.dir/src/workers/CpuThread.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/xmrig.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
builder for '/nix/store/9d821jkwkvg81kpw2gcls99iynw8csq8-xmrig-2.6.1.drv' failed with exit code 2
�[31;1merror:�[0m build of '/nix/store/9d821jkwkvg81kpw2gcls99iynw8csq8-xmrig-2.6.1.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: xmrig

Partial log (click to expand)

[100%] Built target xmrig
installing
install: creating directory '/nix/store/04fws62fa3gx4wdrcwi4f0kkd8bwa7p9-xmrig-2.6.1'
install: creating directory '/nix/store/04fws62fa3gx4wdrcwi4f0kkd8bwa7p9-xmrig-2.6.1/bin'
'xmrig' -> '/nix/store/04fws62fa3gx4wdrcwi4f0kkd8bwa7p9-xmrig-2.6.1/bin/xmrig'
post-installation fixup
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/04fws62fa3gx4wdrcwi4f0kkd8bwa7p9-xmrig-2.6.1/bin
patching script interpreter paths in /nix/store/04fws62fa3gx4wdrcwi4f0kkd8bwa7p9-xmrig-2.6.1
/nix/store/04fws62fa3gx4wdrcwi4f0kkd8bwa7p9-xmrig-2.6.1

@Mic92
Copy link
Member

Mic92 commented May 8, 2018

@GrahamcOfBorg build xmrig

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: xmrig

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-darwin (full log)

Attempted: xmrig

Partial log (click to expand)

/nix/store/04fws62fa3gx4wdrcwi4f0kkd8bwa7p9-xmrig-2.6.1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: xmrig

Partial log (click to expand)

/nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: xmrig

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

Partial log (click to expand)

install: creating directory '/nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1/bin'
'xmrig' -> '/nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1/bin/xmrig'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1
shrinking /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1/bin/xmrig
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1/bin
patching script interpreter paths in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1
checking for references to /build in /nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1...
/nix/store/wsy4vdhmqcr0mydcgp77dncf2xq906kf-xmrig-2.6.1

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: xmrig

Partial log (click to expand)

/nix/store/04fws62fa3gx4wdrcwi4f0kkd8bwa7p9-xmrig-2.6.1

@Mic92 Mic92 merged commit 4dc33d0 into NixOS:master May 8, 2018
@r-ryantm r-ryantm deleted the auto-update/xmrig branch May 8, 2018 12:16
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