PoslavskySV / rings

Rings: efficient JVM library for polynomial rings
https://rings.readthedocs.io
72 stars 10 forks source link

Continuous Integration breaks on GhostScript #58

Closed michiexile closed 5 years ago

michiexile commented 5 years ago

The Continuous Integration setup breaks when trying to install ghostscript packages with the Debian server responding with 404.

...
Err:15 http://deb.debian.org/debian stretch/main amd64 libgs9-common all 9.26a~dfsg-0+deb9u1
  404  Not Found
...
Err:15 http://security.debian.org/debian-security stretch/updates/main amd64 libgs9-common all 9.26a~dfsg-0+deb9u1
  404  Not Found

Get:33 http://deb.debian.org/debian stretch/main amd64 libflint-2.5.2 amd64 2.5.2-15 [906 kB]

Get:34 http://deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]

Err:16 http://security.debian.org/debian-security stretch/updates/main amd64 libgs9 amd64 9.26a~dfsg-0+deb9u1
  404  Not Found
...
Fetched 23.8 MB in 2s (8162 kB/s)
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/g/ghostscript/libgs9-common_9.26a~dfsg-0+deb9u1_all.deb  404  Not Found
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/g/ghostscript/libgs9_9.26a~dfsg-0+deb9u1_amd64.deb  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Exited with code 100
PoslavskySV commented 5 years ago

Hi! I don't think that this is related to Rings library itself. Feel free to reopen this issue if you'r sure that it is indeed the case.

michiexile commented 5 years ago

The rings library currently does not report a clean build because the continuous integration setup for the rings library has a problem causing it to break with errors related to ghostscript. This is not about downloading and trying to use the library, this bug report is about the GitHub setup and tooling of the project itself.

On Mon, Aug 26, 2019, 16:41 Stanislav Poslavsky notifications@github.com wrote:

Hi! I don't think that this is related to Rings library itself. Feel free to reopen this issue if you'r sure that it is indeed the case.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PoslavskySV/rings/issues/58?email_source=notifications&email_token=AAAH6LQVJQP3NJ2EL35IIL3QGQ5XXA5CNFSM4IMKYH42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5FTTRI#issuecomment-525023685, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAH6LSOTPWSAC5D3JDLHTTQGQ5XXANCNFSM4IMKYH4Q .

PoslavskySV commented 5 years ago

I'm now fixing CI, hope will make it working again today-tomorrow)