1. dev-ml/ounit is a dependency that is needed for the tests 2. the tests can't find dllmlexpat.so until ocaml-expat has been installed first. 3. after emerging ounit and dllmlexpat first the tests then fail while looking for a non-existant file: Warning Y: unused variable print_data. ./unittest .....................E ====================================================================== Error: expat:21:another garbage collection test Sys_error("/home/maas/xml-samples/REC-xml-19980210.xml.txt: No such file or directory") ---------------------------------------------------------------------- Ran: 22 tests in: 1.29 seconds. FAILED: Cases: 22 Tried: 22 Errors: 1 Failures: 0
should be fixed now, thanks for spotting it !