Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 179101

Summary: sys-libs/libsmbios-0.13.6 fails tests (missing dependency)
Product: Gentoo Linux Reporter: Markus Rothe (RETIRED) <corsair>
Component: New packagesAssignee: Cédric Krier <cedk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 179113    
Bug Blocks:    

Description Markus Rothe (RETIRED) gentoo-dev 2007-05-19 13:38:12 UTC
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 Cédric Krier gentoo-dev 2007-05-19 21:20:02 UTC
Fix in cvs
Thanks