sagemath/sage

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

Commit: 6e9191a

New commits:

6e9191abuild/pkgs/e_antic: Update to 0.1.8
comment:3

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
 
comment:4

Weird?

comment:5

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]
comment:6

I have asked this mirror to be removed - sagemath/website#200

comment:7

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.

slel commented
comment:8

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.

comment:9

The problem is that they are delivering this error message with HTTP status 200 OK - which is wrong

Author: Matthias Koeppe

comment:11

are these GH actions with ./configure --enable-e_antic ?

comment:12

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

Changed commit from 6e9191a to 0882611

Branch pushed to git repo; I updated commit sha1. New commits:

0882611Merge tag '9.2.beta7' into t/30262/update_e_antic_to_0_1_8
comment:14

Another test run, this time just this ticket.

kliem commented
comment:15

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.

comment:16

Thank you!

Changed reviewer from https://github.com/mkoeppe/sage/actions/runs/201953190, Jonathan Kliem to Jonathan Kliem