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

eclib: 20180710 -> 20180815 #45067

Merged
merged 1 commit into from Aug 15, 2018
Merged

eclib: 20180710 -> 20180815 #45067

merged 1 commit into from Aug 15, 2018

Conversation

timokau
Copy link
Member

@timokau timokau commented Aug 15, 2018

Motivation for this change

Small update to incorporate a patch.

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.

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: eclib

Partial log (click to expand)

make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/private/tmp/nix-build-eclib-20180815.drv-0/source'
make[1]: Leaving directory '/private/tmp/nix-build-eclib-20180815.drv-0/source'
post-installation fixup
gzipping man pages under /nix/store/sa6b8jranx6m68981g09jfpyxa2aksv0-eclib-20180815/share/man/
strip is /nix/store/251fvx4mx9q4zarbca5cciasmn66p668-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/sa6b8jranx6m68981g09jfpyxa2aksv0-eclib-20180815/lib  /nix/store/sa6b8jranx6m68981g09jfpyxa2aksv0-eclib-20180815/bin
patching script interpreter paths in /nix/store/sa6b8jranx6m68981g09jfpyxa2aksv0-eclib-20180815
/nix/store/sa6b8jranx6m68981g09jfpyxa2aksv0-eclib-20180815

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: eclib

Partial log (click to expand)

shrinking /nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815/bin/quartic_points
shrinking /nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815/bin/point_search
shrinking /nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815/bin/mwrank
shrinking /nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815/bin/list_cubics
gzipping man pages under /nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815/share/man/
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815/lib  /nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815/bin
patching script interpreter paths in /nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815
checking for references to /build in /nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815...
/nix/store/f358y6bgd31mg0ml1ffb3a6varzja4g2-eclib-20180815

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: eclib

Partial log (click to expand)

shrinking /nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815/bin/reduce_cubics
shrinking /nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815/bin/solve_legendre
shrinking /nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815/bin/solve_conic
shrinking /nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815/lib/libec.so.4.0.0
gzipping man pages under /nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815/share/man/
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815/lib  /nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815/bin
patching script interpreter paths in /nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815
checking for references to /build in /nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815...
/nix/store/n6hkbwwwcy3csk06cjl6ildkq4zqnxgy-eclib-20180815

@@ -27,14 +27,6 @@ stdenv.mkDerivation rec {
rev = "v${version}";
sha256 = "1kmwpw971sipb4499c9b35q5pz6sms5qndqrvq7396d8hhwjg1i2";
Copy link
Member

Choose a reason for hiding this comment

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

You need to update the hash as well

Copy link
Member Author

Choose a reason for hiding this comment

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

Wow, good thing I did a PR instead of directly pushing. We really should somehow incorporate the arguments in the hash so that just changing the version fails somehow. Thanks for catching that!

@timokau
Copy link
Member Author

timokau commented Aug 15, 2018

@GrahamcOfBorg build eclib

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: eclib

Partial log (click to expand)

shrinking /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/bin/h1bsd
shrinking /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/bin/nfhpcurve
shrinking /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/bin/reduce_quartics
shrinking /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/bin/mwrank
gzipping man pages under /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/share/man/
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/lib  /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/bin
patching script interpreter paths in /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815
checking for references to /build in /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815...
/nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815

@timokau timokau merged commit 8abc4b7 into NixOS:master Aug 15, 2018
@timokau timokau deleted the eclib-20180815 branch August 15, 2018 23:03
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: eclib

Partial log (click to expand)

shrinking /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/bin/ecnf
shrinking /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/bin/pcurve
shrinking /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/bin/solve_conic
shrinking /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/lib/libec.so.4.0.0
gzipping man pages under /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/share/man/
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/lib  /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815/bin
patching script interpreter paths in /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815
checking for references to /build in /nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815...
/nix/store/y1jrf9hqfn55l85ia8djh91pk1n2m5jn-eclib-20180815

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: eclib

Partial log (click to expand)

shrinking /nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815/bin/reduce_cubics
shrinking /nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815/bin/solve_legendre
shrinking /nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815/bin/solve_conic
shrinking /nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815/lib/libec.so.4.0.0
gzipping man pages under /nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815/share/man/
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815/lib  /nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815/bin
patching script interpreter paths in /nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815
checking for references to /build in /nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815...
/nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: eclib

Partial log (click to expand)

these derivations will be built:
  /nix/store/d8ykdcvwajlal1f6vbnc7ks51fz7hch6-eclib-20180815.drv
waiting for locks or build slots...
/nix/store/34nvj1j9q5w2hck7ws93ys4x5wcy3pvy-eclib-20180815

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: eclib

Partial log (click to expand)

make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/private/tmp/nix-build-eclib-20180815.drv-0/source'
make[1]: Leaving directory '/private/tmp/nix-build-eclib-20180815.drv-0/source'
post-installation fixup
gzipping man pages under /nix/store/fydfy0jpkf3bnqh15mzx17rs5a3wc012-eclib-20180815/share/man/
strip is /nix/store/251fvx4mx9q4zarbca5cciasmn66p668-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/fydfy0jpkf3bnqh15mzx17rs5a3wc012-eclib-20180815/lib  /nix/store/fydfy0jpkf3bnqh15mzx17rs5a3wc012-eclib-20180815/bin
patching script interpreter paths in /nix/store/fydfy0jpkf3bnqh15mzx17rs5a3wc012-eclib-20180815
/nix/store/fydfy0jpkf3bnqh15mzx17rs5a3wc012-eclib-20180815

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: eclib

Partial log (click to expand)

/nix/store/fydfy0jpkf3bnqh15mzx17rs5a3wc012-eclib-20180815

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