Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212961 - dev-ml/ocaml-expat-0.9.1 test broken
Summary: dev-ml/ocaml-expat-0.9.1 test broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 197363
  Show dependency tree
 
Reported: 2008-03-10 18:03 UTC by nixnut (RETIRED)
Modified: 2008-03-11 19:20 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nixnut (RETIRED) gentoo-dev 2008-03-10 18:03:23 UTC
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
Comment 1 Alexis Ballier gentoo-dev 2008-03-11 19:20:02 UTC
should be fixed now, thanks for spotting it !