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: 20171219 -> 20180710 #43476

Closed
wants to merge 1 commit into from
Closed

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/eclib/versions.

meta.description for eclib is: '"Elliptic curve tools"'.

Release on GitHub

Checks done (click to expand)
  • built on NixOS
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/solve_conic passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/solve_legendre passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/reduce_cubics passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/list_cubics passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/cubics passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/point_search passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/indep_test passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/mwrank passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/reduce_quartics passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/quartic_points passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/ecnf passed the binary check.
  • Warning: no invocation of /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/nfhpcurve had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/nfhpmcurve had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/h1first had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/h1clist had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/h1bsdcurisog had a zero exit code or showed the expected version
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/qexp passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/h1bsd passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/h1curve passed the binary check.
  • Warning: no invocation of /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/pcurve had a zero exit code or showed the expected version
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/checkap passed the binary check.
  • Warning: no invocation of /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/moreap had a zero exit code or showed the expected version
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/nfcount passed the binary check.
  • /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/aplist passed the binary check.
  • 17 of 24 passed binary check by having a zero exit code.
  • 0 of 24 passed binary check by having the new version present in output.
  • found 20180710 with grep in /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710
  • directory tree listing: https://gist.github.com/02734dc250de979f8a6b2642a2e0e707
  • du listing: https://gist.github.com/b328faeb32b734a7e1f5d076dbb46d22
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 6c7c1663d2b1b99a3931e161317901ad70e1c9d1 && nix-shell --pure -I nixpkgs=. -p eclib

cc @7c6f434c for testing.

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/eclib/versions.
@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: eclib

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

Partial log (click to expand)

shrinking /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/list_cubics
shrinking /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/indep_test
shrinking /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/ecnf
shrinking /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin/nfhpmcurve
gzipping man pages under /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/share/man/
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/lib  /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710/bin
patching script interpreter paths in /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710
checking for references to /build in /nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710...
/nix/store/d9xhr67zq5mlc70l944ld4b0y8085gkk-eclib-20180710

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: eclib

Partial log (click to expand)

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

@7c6f434c
Copy link
Member

@taku0 just in case — it is not a known-Sage-breaking update, right? You seem to know what's going on in Sage upstream ML…

@taku0
Copy link
Contributor

taku0 commented Jul 14, 2018

@7c6f434c Me? I don't involved with Sage nor eclib.

@7c6f434c
Copy link
Member

Oops, sorry @taku0 — I meant @timokau swapped letters and didn't look.

@timokau
Copy link
Member

timokau commented Jul 14, 2018

Thanks for notifying me. There is no upstream ticket yet. Gentoo hasn't upgraded yet. I think eclib has pretty high probability to break something though, so please hold off the merge until I have tested this. I'll do that tomorrow.

@timokau
Copy link
Member

timokau commented Jul 15, 2018

Yes this breaks sage. It looks like it might be an eclib issue though. I opened an upstream (sage) ticket with more info: https://trac.sagemath.org/ticket/25862

So we should either hold off on this upgrade until we know more or include a pin to the old version for sage in this patch.

@timokau
Copy link
Member

timokau commented Jul 15, 2018

Alright the arch packager for sage has already figured this out: https://groups.google.com/forum/#!msg/sage-packaging/KD0H2kzE1Z4/McOrPorxBQAJ

Apparently eclib fails to install that header (which is why the build time checks pass but usage after installation fails). We need to apply JohnCremona/eclib#42. I'll open a new PR for that.

@timokau timokau mentioned this pull request Jul 15, 2018
9 tasks
@r-ryantm r-ryantm deleted the auto-update/eclib branch July 15, 2018 15:53
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