mpfi: fix download URL#120614
Conversation
The `file_nr` value was wrong, so it was downloading version 1.5.3 instead of 1.5.4.
|
Result of 2 packages failed to build:
4 packages built:
|
|
@collares @omasanori @timokau any idea whether fixing the version bump is expected to break Sage? (or is it just an unrelated dependency failure?) |
|
It looks like sage is currently failing to build on master too. |
|
sage build logs:
|
|
Indeed, Sage is broken on master (probably due to the FLINT upgrade that happened a week ago). #116365 will unbreak it. Sage 9.3 ships with mpfi 1.5.2, but I don't think upgrading to 1.5.4 will be a big problem. If it is we can deal with it on the Sage side. Thanks for the heads-up! |
|
Wait, no, I am wrong: 4 tests fail on master, while a whole bunch of tests fail in the above log. If it's possible to wait a bit, landing #116365 first would save Sage a small headache. |
|
I get lots of |
|
Ah, I see, Sage's cypari2 was pinned to 2.1.1 to aid with the staging-next landing, but we migrated to 2.1.2 on master in the meantime and those changes conflicted with each other. Reverting commit c12ef05 should fix those @eduardosm If you do have a beefy machine, then a good way to ensure Sage is working is to revert c12ef05 and see if you only get 4 files with failing tests in Hydra (or testing on top of #116365). But if I had to bet, I would bet on the |
|
I'll test on top of #116365 and report back. |
|
I bought the argument that «Sage on master is so broken, a bump to RC is an improvement». @collares it looks like you are currently the one with the best understanding of what is going on on the Sage side… |
|
@eduardosm Many thanks for testing! |
|
Thanks for fixing this @eduardosm. The nixpkgs-update bot makes the |
Motivation for this change
The
file_nrvalue was wrong, so it was downloading version 1.5.3 instead of 1.5.4.Things done
sandboxinnix.confon non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"./result/bin/)nix path-info -Sbefore and after)