| Summary: | dev-java/cacao fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | Java team <java> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2010-05-23 13:55:02 UTC
Created attachment 232589 [details]
Build log
I improved the ebuild so that the tests run but I have little idea how to solve this: PASS: threadleaktest ================== All 6 tests passed ================== Making check in threads Making check in posix Making check in vm Making check in jit Making check in ir Making check in optimizing Making check in i386 Making check in linux Making check in allocator Making check in verify Making check in cacao Making check in scripts Making check in tests Making check in regression Making check in base LOG: [0x40032b20] system_mmap_anonymous: mmap failed: Operation not permitted make[3]: *** [run] Aborted make[2]: *** [check-recursive] Error 1 make[1]: *** [check-recursive] Error 1 make: *** [check-recursive] Error 1 You should have contacted the CACAO mailing list (<http://c1.complang.tuwien.ac.at/cacaowiki/CacaoMailingList>). Back then, IcedTea worked around it by just patching out the troublesome call: <http://icedtea.classpath.org/hg/icedtea6/rev/b7e4278456bc>. Cacao has been last-rited from the tree but a newer version remains in java-overlay. |