You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Trac #18424: FLINT 2.4.5's test suite fails unconditionally (t-NTL-interface)
FLINT 2.4.5 (and 2.4.4 at least) '''unconditionally''' fail its test
suite when building the NTL interface test due to a bug in the
`Makefile`:
{{{
/make[4]: Entering directory
'/home/laurent/sage-6.6-src/sage-6.6/local/var/tmp/sage/build/flint-2.4.
5/src'
CXX build/interfaces/test/t-NTL-interface
g++: error: build/interfaces/NTL-interface.o: No such file or directory
Makefile:248: recipe for target 'build/interfaces/test/t-NTL-interface'
failed
make[4]: *** [build/interfaces/test/t-NTL-interface] Error 1
make[4]: Leaving directory
'/home/laurent/sage-6.6-src/sage-6.6/local/var/tmp/sage/build/flint-2.4.
5/src'
/bin/sh: 3: build/interfaces/test/t-NTL-interface: not found
Makefile:182: recipe for target 'check' failed
make[3]: *** [check] Error 127
make[3]: Leaving directory
'/home/laurent/sage-6.6-src/sage-6.6/local/var/tmp/sage/build/flint-2.4.
5/src'
Error: FLINT failed to pass its test suite.
}}}
sage-on-gentoo and now Gentoo proper have carried a patch for the issue
for some time now. See
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-
mathematics/flint/files/flint-2.4.4-test.patch?view=markup
URL: http://trac.sagemath.org/18424
Reported by: fbissey
Ticket author(s): François Bissey
Reviewer(s): Volker Braun
0 commit comments