flintlib / arb

Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
http://arblib.org/
GNU Lesser General Public License v2.1
456 stars 137 forks source link

Some tests get stuck on some architectures #402

Closed SnarkBoojum closed 2 years ago

SnarkBoojum commented 2 years ago

Build gets stuck on a few architectures because some tests seem to take ages ; see logs here.

fredrik-johansson commented 2 years ago

Thanks for reporting. I would need access to a failing machine somehow to debug this.

SnarkBoojum commented 2 years ago

That can be arranged: https://dsa.debian.org/doc/guest-account/

math-gout commented 2 years ago

Can confirm that make test gets stuck on arm64. I tried on a Raspberry Pi 4 and a MacBook Air M1. I don't have logs, but it got stuck when testing erf in both cases.

fredrik-johansson commented 2 years ago

I have fixed a couple of candidate bugs.

SnarkBoojum commented 2 years ago

I took your two last commits, made a patch and the package built on arm64 ; I uploaded 2.22.0-2 so we will see if other architectures get likewise fixed here.

SnarkBoojum commented 2 years ago

As you can see, not perfect, but much better!

SnarkBoojum commented 2 years ago

The problem in this report is fixed, I'll open a new one for what remains.