Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 327297 - dev-libs/libjit-0.1.2 fails tests
Summary: dev-libs/libjit-0.1.2 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 12:34 UTC by Pacho Ramos
Modified: 2010-08-30 20:06 UTC (History)
0 users

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


Attachments
build.log (libjit-0.1.2:20100707-123113.log,113.65 KB, text/plain)
2010-07-07 12:34 UTC, Pacho Ramos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2010-07-07 12:34:01 UTC
PASS: cond.pas
======================================
1 of 5 tests failed
Please report to dotgnu-libjit@gnu.org
======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/libjit-0.1.2/work/libjit-0.1.2/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/dev-libs/libjit-0.1.2/work/libjit-0.1.2/tests'
make: *** [check-recursive] Error 1


Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2010-07-07 12:34:28 UTC
Created attachment 237881 [details]
build.log
Comment 2 Alistair Bush (RETIRED) gentoo-dev 2010-08-02 10:51:34 UTC
Ok I have tracked this down to the tests needing the long-double or interpreter use flag enabled for them to pass.

Should probably default enable both use flags (dont add deps) and skip tests if they are not enabled.
Comment 3 Alistair Bush (RETIRED) gentoo-dev 2010-08-03 08:52:00 UTC
Fixed and cleaned up ebuild.
Comment 4 Pacho Ramos gentoo-dev 2010-08-30 20:06:09 UTC
Thanks a lot Alistair :-D