This is an auto-filled bug because sci-mathematics/flintqs fails tests. Attached build log and emerge --info
Created attachment 633520 [details] build.log build log and emerge --info
I got it. The ebuild test function as written only works if flintqs has previously been installed on the system. The line https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-mathematics/flintqs/flintqs-1.0.ebuild#n31 should have "${S}"/src/QuadraticSieve instead of just QuadraticSieve
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ae7cd2976370ceb11cad79dd39520b51499523 commit 19ae7cd2976370ceb11cad79dd39520b51499523 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2020-04-18 11:38:03 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2020-04-18 11:38:03 +0000 sci-mathematics/flintqs: fix the test suite. I accidentally tested the installed version of QuadraticSieve (which may not exist) instead of the one we just built. Thanks to François Bissey who figured out what I did wrong. Closes: https://bugs.gentoo.org/718006 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> sci-mathematics/flintqs/flintqs-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)