Update e-antic to 0.1.8
mkoeppe opened this issue · 24 comments
tarball: https://www.labri.fr/perso/vdelecro/e-antic/e-antic-0.1.8.tar.gz
CC: @videlec @w-bruns @jplab @kliem @dimpase
Component: packages: optional
Author: Matthias Koeppe
Branch/Commit: 0882611
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/30262
there is a wrong http://ftp.kaist.ac.kr/sage/spkg/upstream/e_antic/e-antic-0.1.8.tar.gz - found on attempt to install.
So the tarball https://www.labri.fr/perso/vdelecro/e-antic/e-antic-0.1.8.tar.gz
has to be manually downloaded.
Description changed:
---
+++
@@ -1 +1,2 @@
+tarball: https://www.labri.fr/perso/vdelecro/e-antic/e-antic-0.1.8.tar.gz
Weird?
Looks like some server misconfiguration:
$ wget http://ftp.kaist.ac.kr/sage/spkg/upstream/e_antic/e-antic-0.1.8.tar.gz
--2020-07-31 18:44:09-- http://ftp.kaist.ac.kr/sage/spkg/upstream/e_antic/e-antic-0.1.8.tar.gz
Resolving ftp.kaist.ac.kr (ftp.kaist.ac.kr)... 99.84.238.93, 99.84.238.129, 99.84.238.27, ...
Connecting to ftp.kaist.ac.kr (ftp.kaist.ac.kr)|99.84.238.93|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://ftp.kaist.ac.kr/sage/spkg/upstream/e_antic/e-antic-0.1.8.tar.gz [following]
--2020-07-31 18:44:09-- https://ftp.kaist.ac.kr/sage/spkg/upstream/e_antic/e-antic-0.1.8.tar.gz
Connecting to ftp.kaist.ac.kr (ftp.kaist.ac.kr)|99.84.238.93|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 992 [text/html]
I have asked this mirror to be removed - sagemath/website#200
That is weird that KAIST would not be interested in hosting Sage any more. Do we have any contact info? I know someone there, though I do not think he uses Sage nor their web servers, but I could ask him to poke around.
Replying to @kcrisman:
That is weird that KAIST would not be interested in hosting Sage any more.
It's nothing Sage-specific: the KAIST mirror is down: https://ftp.kaist.ac.kr currently says
Service On Maintenance
We are conducting server checks to stabilize the system
and improve performance.
SPARCS server team is working hard(roll roll) to fix the problem.We apologize for the inconvenience.
Let's discuss mirror at sagemath/website#200
and e-antic update here.
The problem is that they are delivering this error message with HTTP status 200 OK - which is wrong
Author: Matthias Koeppe
Tests at https://github.com/mkoeppe/sage/actions/runs/191867544 (ci-#27952-#29766-#3360).
are these GH actions with ./configure --enable-e_antic ?
The workflow titled "Test optional packages with tox" runs the optional packages.
It's right next to the one I linked, at https://github.com/mkoeppe/sage/actions/runs/191867540
Branch pushed to git repo; I updated commit sha1. New commits:
0882611 | Merge tag '9.2.beta7' into t/30262/update_e_antic_to_0_1_8 |
Another test run, this time just this ticket.
Changed reviewer from https://github.com/mkoeppe/sage/actions/runs/201953190 to https://github.com/mkoeppe/sage/actions/runs/201953190, Jonathan Kliem
LGTM. It doesn't seem to break normaliz, which is all that we use it for. According to https://github.com/mkoeppe/sage/actions/runs/201953190 the installation also works, not just for me.
Thank you!
Changed reviewer from https://github.com/mkoeppe/sage/actions/runs/201953190, Jonathan Kliem to Jonathan Kliem
Changed branch from u/mkoeppe/update_e_antic_to_0_1_8 to 0882611