From: Rob H. <ro...@ro...> - 2003-05-11 17:13:36
|
Hey, Yeah, "make test" was broken, although you're getting more errors than you should. We're working on it for the next RC release. The Debian pkg should work ( that's all I use... ) on Woody. Before you uninstall/reinstall stuff too much, let's try this : 1) install the debian package 2) edit /etc/sandweb.cfg, turn "debug" on 3) use SandWeb, and you'll see debug info at the bottom of each page. We have a debug msg for each file that's opened using the Browse object, so that should help us figure out what the problem is. So, your steps inside SandWeb should be : 1) go to "repository" menu, set up connection to remote/local repository 2) go to "sandbox" menu, checkout module 3) check pop-up output, did the checkout go ok? 4) click on module's name in the "sandbox" menu 5) send debug output to this list :) Thanks, Rob On Sun, May 11, 2003 at 03:27:05PM +0200, Meinolf Sander wrote: > * Quoting Rob Helmer <ro...@ro...>: > > [...] > > SandWeb runs as the webserver user ( usually "www", "apache", > > "www-data" or "nobody" ), no matter which user you log into > > SandWeb as. > > I'm not sure as to where the problem is. I've installed SandWeb using > the precompiled Debian package (my system is a Woody). I removed it > now and was trying to install the *.tar.gz to /usr/local/bin, but when > running ?make test? as described in INSTALL I got: > > > ms@mars:/tmp/sandweb$ sudo make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl/5.6.1 -I/usr/share/perl/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/auth..............ok > t/file..............ok 3/8Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > t/file..............ok 4/8Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > t/file..............ok 5/8Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > t/file..............ok 6/8Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > t/file..............ok 7/8Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > t/file..............ok > t/repository........ok 3/19Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > t/repository........ok 7/19Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > t/repository........ok 8/19Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > Use of uninitialized value in alarm at blib/lib/SandWeb/Shell.pm line 490. > 0+1 records in > 0+1 records out > Argument "" isn't numeric in alarm at blib/lib/SandWeb/Shell.pm line 401. > Can't call method "debug" without a package or object reference at 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 Status 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 > > > Any ideas what's going wrong here? > > Regards, > Meinolf > -- > Your business will go through a period of considerable expansion. > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |