gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnump3d-users] Installing on FC6? Wrong version of ConfigFile.pm? rgrep


From: Rich Rauenzahn
Subject: [Gnump3d-users] Installing on FC6? Wrong version of ConfigFile.pm? rgrep?
Date: Wed, 21 Nov 2007 12:02:35 -0800
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Looks like I have a couple of problems -- rgrep isn't a standard tool on FC6 (although the script looks easy enough to fix myself) -- but the next problem, regarding the ConfigFile.pm module is confusing. I downloaded and installed the latest version of it in my own perl hierarchy, but it seems that gnump3d may be dependent on an older version?

address@hidden gnump3d-3.0]$ make dist
cd tests && make modules && make files
make[1]: Entering directory `/home/rrauenza/src/gnump3d/gnump3d-3.0/tests'
true
./modules.sh > modules.t
./modules.sh: line 31: rgrep: command not found
make[1]: Leaving directory `/home/rrauenza/src/gnump3d/gnump3d-3.0/tests'
make[1]: Entering directory `/home/rrauenza/src/gnump3d/gnump3d-3.0/tests'
true
perl gnump3d-files.pl > gnump3d-files.t
Undefined subroutine &ConfigFile::read_config_file called at gnump3d-files.pl line 12.
make[1]: *** [files] Error 255
make[1]: Leaving directory `/home/rrauenza/src/gnump3d/gnump3d-3.0/tests'
make: *** [test-update] Error 2

address@hidden gnump3d-3.0]$ uname -a
Linux tendo.shroop.net 2.6.22.9-61.fc6 #1 SMP Thu Sep 27 18:48:03 EDT 2007 i686 athlon i386 GNU/Linux

address@hidden gnump3d-3.0]$ find /rjr/perl/. -name ConfigFile.pm
/rjr/perl/./lib/site_perl/5.8.6/ConfigFile.pm

address@hidden gnump3d-3.0]$ head /rjr/perl/./lib/site_perl/5.8.6/ConfigFile.pm
# $Id: ConfigFile.pm,v 3.8 1998-10-09 09:46:49-05 annis Exp annis $

=head1 NAME

ConfigFile - reads a configuration file and dumps its information into
a table.

This is RCS version: $Revision: 3.8 $.

=head1 DESCRIPTION
address@hidden gnump3d-3.0]$

address@hidden gnump3d-3.0]$ make test
prove --shuffle tests/
tests/gnump3d-request......ok 3/0# Failed test (tests/gnump3d-request.t at line 49)
#          got: '/?foo=bar'
#     expected: '/'
tests/gnump3d-request......ok 10/0# Looks like you failed 1 tests of 10. tests/gnump3d-request......dubious
       Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 5
       Failed 1/10 tests, 90.00% okay
tests/gnump3d-md5..........ok tests/template-handling....ok
tests/modules..............# No tests run!
tests/modules..............dubious
       Test returned status 255 (wstat 65280, 0xff00)
tests/gnump3d-files........FAILED before any test output arrived
tests/pod..................skipped
       all skipped: Test::Pod 1.00 required for testing POD
tests/gnump3d-config.......ok tests/executable...........ok
Failed Test             Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
tests/gnump3d-files.t                 ??   ??       %  ??
tests/gnump3d-request.t    1   256    10    1  10.00%  5
tests/modules.t          255 65280    ??   ??       %  ??
1 test skipped.
Failed 3/8 test scripts, 62.50% okay. 1/91 subtests failed, 98.90% okay.
make: *** [test] Error 255
address@hidden gnump3d-3.0]$






reply via email to

[Prev in Thread] Current Thread [Next in Thread]