On Tue, Oct 26, 2010 at 2:07 PM, Mike Erdely <[email protected]> wrote: > On Mon, Oct 25, 2010 at 08:02:50PM +0200, Remi Pointel wrote: >> Hi, >> >> this is the port of aria2, a lightweight multi-protocol & multi-source >> download utility. >> >> Tested on amd64. >> >> Critical positive or negative would be appreciated ;-). > > `make regress` fails: > Making check in test > make aria2c > c++ -DHAVE_CONFIG_H -I. -I.. -Wall -I ../src -I../lib -I../intl -I../intl > -I/usr/local/include -I/usr/include -I/usr/include -I/usr/include > -I/usr/local/include -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H > -I/usr/local/include -O2 -pipe -MT AllTest.o -MD -MP -MF .deps/AllTest.Tpo > -c -o AllTest.o AllTest.cc > AllTest.cc:5:39: error: cppunit/CompilerOutputter.h: No such file or directory > AllTest.cc:6:52: error: cppunit/extensions/TestFactoryRegistry.h: No such > file or directory > AllTest.cc:7:40: error: cppunit/ui/text/TestRunner.h: No such file or > directory > AllTest.cc: In function 'int main(int, char**)': > AllTest.cc:31: error: 'CppUnit' has not been declared > AllTest.cc:31: error: 'suite' was not declared in this scope > AllTest.cc:31: error: 'CppUnit' has not been declared > AllTest.cc:32: error: 'CppUnit' has not been declared > AllTest.cc:32: error: expected `;' before 'runner' > AllTest.cc:33: error: 'runner' was not declared in this scope > AllTest.cc:35: error: expected type-specifier before 'CppUnit' > AllTest.cc:35: error: expected `)' before 'CppUnit' > *** Error code 1
It's missing a: REGRESS_DEPENDS = ::devel/cppunit ciao, david
