Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718006 - sci-mathematics/flintqs fails tests
Summary: sci-mathematics/flintqs fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Orlitzky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 717958
  Show dependency tree
 
Reported: 2020-04-18 07:43 UTC by Agostino Sarubbo
Modified: 2020-04-18 11:55 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,26.02 KB, text/plain)
2020-04-18 07:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-04-18 07:43:47 UTC
This is an auto-filled bug because sci-mathematics/flintqs fails tests. Attached build log and emerge --info
Comment 1 Agostino Sarubbo gentoo-dev 2020-04-18 07:43:52 UTC
Created attachment 633520 [details]
build.log

build log and emerge --info
Comment 2 François Bissey 2020-04-18 07:55:47 UTC
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
Comment 3 Larry the Git Cow gentoo-dev 2020-04-18 11:55:27 UTC
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(-)