Skip Menu |

This queue is for tickets about the Config-IniFiles CPAN distribution.

Report information
The Basics
Id: 2014
Status: resolved
Worked: 4 min
Priority: 0/
Queue: Config-IniFiles

People
Owner: dgsupport [...] wadsack-allen.com
Requestors: perl [...] jochen-stenzel.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Misc installation test
make test fails in test 07misc.t with the following messages: cp IniFiles.pm blib/lib/Config/IniFiles.pm PERL_DL_NONLAZY=1 /usr/local/perl5.6/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/perl5.6/lib/5.6.1/sun4-solaris-multi -I/usr/local/perl5.6/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00load........ok t/01basic.......ok t/02weird.......ok t/03comments....ok t/04import......ok t/05hash........ok t/06oo..........ok t/07misc........ok 3/4Test 4 has problems at t/07misc.t line 35. Value is 1! at t/07misc.t line 38. t/07misc........FAILED test 4 Failed 1/4 tests, 75.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------- t/07misc.t 4 1 25.00% 4 Failed 1/8 test scripts, 87.50% okay. 1/79 subtests failed, 98.73% okay. *** Error code 11 make: Fatal error: Command failed for target `test_dynamic' Installation of release 2.36 was tried on Solaris 5.8. The error occurs both with perl 5.005 and perl 5.6. Thanks in advance Jochen
This has been fixed in 2.37 which has just been uploaded to CPAN. -- Jeremy Wadsack [guest - Fri Jan 31 10:47:06 2003]: Show quoted text
> make test fails in test 07misc.t with the following messages: > > cp IniFiles.pm blib/lib/Config/IniFiles.pm > PERL_DL_NONLAZY=1 /usr/local/perl5.6/bin/perl -Iblib/arch -Iblib/lib > -I/usr/local/perl5.6/lib/5.6.1/sun4-solaris-multi > -I/usr/local/perl5.6/lib/5.6.1 -e 'use Test::Harness qw(&runtests > $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00load........ok > t/01basic.......ok > t/02weird.......ok > t/03comments....ok > t/04import......ok > t/05hash........ok > t/06oo..........ok > t/07misc........ok 3/4Test 4 has problems at t/07misc.t line 35. > Value is 1! at t/07misc.t line 38. > t/07misc........FAILED test 4 > Failed 1/4 tests, 75.00% okay > Failed Test Stat Wstat Total Fail Failed List of Failed >
---------------------------------------------------------------------------------------------------------------------------- Show quoted text
> t/07misc.t 4 1 25.00% 4 > Failed 1/8 test scripts, 87.50% okay. 1/79 subtests failed, 98.73% > okay. > *** Error code 11 > make: Fatal error: Command failed for target `test_dynamic' > > Installation of release 2.36 was tried on Solaris 5.8. The error > occurs both with perl 5.005 and perl 5.6. > > Thanks in advance > > Jochen > >