From: Rob H. <ro...@ro...> - 2003-04-11 19:12:17
|
Hello, Thanks for the report! I'm able to reproduce it, not sure when that got introduced ( we need to remember to run "make test" before releases apparently :) ). Go ahead and "make install", it should work fine. I'll make the test work ok in the next RC release ( there are a couple other bug fixes I'm working on in the meantime ). Thanks, Rob On Fri, Apr 11, 2003 at 06:09:40PM +0200, Florian Walker wrote: > hi! > i try to install sandweb on a linux machine. > all requiert perl-moduls shoud be installed and working. > i followed the INSTALL dokument and executed the following instrucions: > perl Makefile.PL //no failure, all test's ok > make //no failure, all test's ok > make test //here is the problem!! > > while execution of the "make test" command there is will be shown an error. > the errormessage is: > _________________________________________________________________ > ...... > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/auth..........ok > t/file..........ok > t/repository....ok 8/190+1 records in > 0+1 records out > > Can't call method "debug" without a package or object reference at /home/s_fwalke/sandweb/blib/lib/SandWeb/Repository/cvs.pm line 2603. > t/repository....dubious > Test returned status 29 (wstat 7424, 0x1d00) > DIED. FAILED tests 9-19 > Failed 11/19 tests, 42.11% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/repository.t 29 7424 19 11 57.89% 9-19 > Failed 1/3 test scripts, 66.67% okay. 11/30 subtests failed, 63.33% okay. > make: *** [test_dynamic] Error 2 > > ____________________________________________________________________ > > what can be the reason for this error? > how can i solve this problem? > > i did't try the make install command. should i do this? > > many tanks beforhand. > > florian walker > > _________ > system information: > sandweb ver. 1.0 RC2 > Linux: SUSE 8.1 > on a dual athlon 1,4 > cvs ver. 1.11.1p1 (client/server) > perl ver. 5.8.0 > > ______________________________________________________________________________ > UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an > UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |