Bug 179101 - sys-libs/libsmbios-0.13.6 fails tests (missing dependency)
Bug#: 179101 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: cedk@gentoo.org Reported By: corsair@gentoo.org
Component: Ebuilds
URL: 
Summary: sys-libs/libsmbios-0.13.6 fails tests (missing dependency)
Keywords:  
Status Whiteboard: 
Opened: 2007-05-19 13:38 0000
Description:   Opened: 2007-05-19 13:38 0000
Hello,

sys-libs/libsmbios-0.13.6 fails tests:

[...]
./main.cpp:27:52: error: cppunit/extensions/TestFactoryRegistry.h: No such file
or directory
./main.cpp:28:40: error: cppunit/ui/text/TestRunner.h: No such file or
directory
./main.cpp:29:34: error: cppunit/XmlOutputter.h: No such file or directory
./main.cpp: In function 'int main(int, char**)':
./main.cpp:69: error: 'CppUnit' has not been declared
./main.cpp:69: error: expected initializer before 'runner'
./main.cpp:71: error: 'CppUnit' has not been declared
./main.cpp:71: error: expected initializer before '&' token
./main.cpp:74: error: 'CppUnit' has not been declared
./main.cpp:74: error: expected initializer before '*' token
./main.cpp:76: error: 'runner' was not declared in this scope
./main.cpp:76: error: 'outputter' was not declared in this scope
./main.cpp:77: error: 'registry' was not declared in this scope
make[2]: *** [testRbu-main.o] Error 1
make[2]: Leaving directory
`/var/tmp/paludis/sys-libs/libsmbios-0.13.6/work/libsmbios-0.13.6/cppunit'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory
`/var/tmp/paludis/sys-libs/libsmbios-0.13.6/work/libsmbios-0.13.6/cppunit'
make: *** [check-recursive] Error 1



installing dev-util/cppunit-1.12.0 fixed the problem. please add
dev-util/cppunit to the dependencies.

------- Comment #1 From Cédric Krier 2007-05-19 21:20:02 0000 -------
Fix in cvs
Thanks