Hi All
On Fedora Core 6, I get the following error when trying to install the
CGI::Application::Plugin::Session (-> the CGI::Session dependancy)
Being a Noob to C::A, and not knowing any better I went ahead and forced the
install for the CGI::Session module and the Session demo on the C::A website
seems to be working correctly.
However, next I tried to install the C::A::Plugin::ValidateRM module and I also
see errors....so I thought it wise to check with the list before forcing the
install of the ValidateRM module.
Any Idea what I did wrong?
Are these errors "fatal" or can I force the install?
TIA
Randy from Burbank
cpan[10]> install CGI::Session
Running install for module 'CGI::Session'
Running make for M/MA/MARKSTOS/CGI-Session-4.20.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/CGI-Session-4.20-clifnt
Has already been made
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/api3_db_file..................ok
t/api3_db_file_freezethaw.......ok
t/api3_db_file_storable.........ok
t/api3_db_file_storable_incr....ok
t/api3_file.....................ok
t/api3_file_freezethaw..........ok
t/api3_file_freezethaw_incr.....ok
t/api3_file_storable............ok
t/api3_file_storable_incr.......ok
t/api3_incr.....................ok
t/api3_obj_store................#Using FreezeThaw as object serializer
t/api3_obj_store................ok
t/api3_obj_store_db_file........ok
t/bug21952......................ok
t/cgi_simple....................ok
t/complex_ds....................ok
t/driver_dbi....................ok
t/expire........................ok
t/find..........................ok
t/flush.........................ok
t/g4............................ok
t/g4_dbfile.....................ok
t/g4_dbfile_freezethaw..........ok
t/g4_dbfile_json................# JSON::Syck
t/g4_dbfile_json................ok 51/101 (in cleanup) Dumping circular
structures is not supported with JSON::Syck at
/root/.cpan/build/CGI-Session-4.20-clifnt/blib/lib/CGI/Session/Serialize/json.pm
line 18.
# Failed test 'Previously stored object loaded successfully'
# at
/root/.cpan/build/CGI-Session-4.20-clifnt/blib/lib/CGI/Session/Test/Default.pm
line 362.
t/g4_dbfile_json................NOK 84/101
# Failed test at
/root/.cpan/build/CGI-Session-4.20-clifnt/blib/lib/CGI/Session/Test/Default.pm
line 362.
Use of uninitialized value in string eq at
/root/.cpan/build/CGI-Session-4.20-clifnt/blib/lib/CGI/Session/Test/Default.pm
line 325 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl tells you what operation
you used the undefined value in. Note, however, that perl optimizes your
program and the operation displayed in the warning may not necessarily
appear literally in your program. For example, "that $foo" is
usually optimized into "that " . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.
Can't call method "can" on an undefined value at
/usr/lib/perl5/5.8.8/overload.pm line 54.
t/g4_dbfile_json................NOK 90/101# Looks like you planned 101 tests
but only ran 91.
# Looks like you failed 2 tests of 91 run.
# Looks like your test died just after 91.
t/g4_dbfile_json................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 84, 90, 92-101
Failed 12/101 tests, 88.12% okay (less 6 skipped tests: 83 okay, 82.18%)
t/g4_dbfile_storable............ok
t/g4_dbfile_yaml................# YAML
t/g4_dbfile_yaml................ok 51/202# YAML::Syck
t/g4_dbfile_yaml................ok
1/202 skipped: various reasons
t/g4_freezethaw.................ok
t/g4_mysql......................skipped
all skipped: Couldn't establish connection with the MySQL server: Can't
connect to data source '' because I can't work out what driver to use (it
doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is
not set) at t/g4_mysql.t line 44
t/g4_mysql_freezethaw...........skipped
all skipped: Couldn't establish connection with the MySQL server: Can't
connect to data source '' because I can't work out what driver to use (it
doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is
not set) at t/g4_mysql_freezethaw.t line 43
t/g4_mysql_storable.............skipped
all skipped: Couldn't establish connection with the MySQL server: Can't
connect to data source '' because I can't work out what driver to use (it
doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is
not set) at t/g4_mysql_storable.t line 43
t/g4_postgresql.................skipped
all skipped: DataSource is not known
t/g4_postgresql_freezethaw......skipped
all skipped: DataSource is not known
t/g4_postgresql_storable........skipped
all skipped: DataSource is not known
t/g4_sqlite.....................ok
t/g4_sqlite_freezethaw..........ok
t/g4_sqlite_storable............ok
t/g4_storable...................ok
t/header........................ok
t/ip_matches....................ok
t/is_new........................ok
t/load..........................ok
t/name..........................ok
t/parse_dsn.....................ok
t/remote_addr...................ok
t/str2seconds...................ok
t/symlink_db_file...............ok
t/symlink_file..................ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/g4_dbfile_json.t 255 65280 101 22 84 90 92-101
6 tests and 7 subtests skipped.
Failed 1/46 test scripts. 12/1497 subtests failed.
Files=46, Tests=1497, 50 wallclock secs (12.49 cusr + 1.11 csys = 13.60 CPU)
Failed 1/46 test programs. 12/1497 subtests failed.
make: *** [test_dynamic] Error 255
MARKSTOS/CGI-Session-4.20.tar.gz
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
MARKSTOS/CGI-Session-4.20.tar.gz : make_test NO
#########################################################
ValidateRM
##########################################################
cpan[20]> install CGI::Application::Plugin::ValidateRM
Running install for module 'CGI::Application::Plugin::ValidateRM'
Running make for M/MA/MARKSTOS/CGI-Application-Plugin-ValidateRM-2.1.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/CGI-Application-Plugin-ValidateRM-2.1-Ij6eFF
Has already been made
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/01_basic....ok
t/99_pod......ok
t/forward.....ok 1/4
# Failed test 'form is returned'
t/forward.....NOK 2/4# at t/forward.t line 22.
# got: 'legacy form output HUH'
# expected: 'legacy form output'
# Looks like you failed 1 test of 4.
t/forward.....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
Failed 1/4 tests, 75.00% okay (less 2 skipped tests: 1 okay, 25.00%)
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/forward.t 1 256 4 1 2
2 subtests skipped.
Failed 1/3 test scripts. 1/19 subtests failed.
Files=3, Tests=19, 1 wallclock secs ( 0.46 cusr + 0.04 csys = 0.50 CPU)
Failed 1/3 test programs. 1/19 subtests failed.
make: *** [test_dynamic] Error 1
MARKSTOS/CGI-Application-Plugin-ValidateRM-2.1.tar.gz
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
MARKSTOS/CGI-Application-Plugin-ValidateRM-2.1.tar.gz: make_test NO
cpan[21]>
____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]