Skip Menu |

This queue is for tickets about the Test-Excel CPAN distribution.

Report information
The Basics
Id: 62917
Status: resolved
Estimated: 1 hour (60 min)
Worked: 40 min
Priority: 1/1
Queue: Test-Excel

People
Owner: MANWAR [...] cpan.org
Requestors: YSAWANT [...] cpan.org
Cc: dilip.s.jha [...] gmail.com
mohammad.anwar [...] yahoo.com
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.07
  • 0.08
  • 0.09
  • 1.01
  • 1.02
  • 1.03
  • 1.04
  • 1.05
  • 1.06
  • 1.07
Fixed in: 1.08



CC: mohammad.anwar [...] yahoo.com, dilip.s.jha [...] gmail.com
Subject: Failed to install Test-Excel-0.07 at RHEL 5.3
Hi, At my RHEL 5.3 I installed Test::Excel using command listed below. perl -MCPAN -e 'install "Test::Excel"' Spreadsheet::ParseExcel was not present, and got installed as dependency from Test::Excel, but then while installing Test::Excel, test t/50_spec_test.t failed, please see below. Let me know if you need any further details. Running make for M/MA/MANWAR/Test-Excel-0.07.tar.gz Is already unwrapped into directory /root/.cpan/build/Test-Excel-0.07 CPAN.pm: Going to build M/MA/MANWAR/Test-Excel-0.07.tar.gz cp lib/Test/Excel.pm blib/lib/Test/Excel.pm Manifying blib/man3/Test::Excel.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10_Test-Excel_test.t .. ok t/20_cmp_excel.t ........ ok t/30_compare_excel.t .... ok t/40_unit_test.t ........ ok t/50_spec_test.t ........ 1/8 # Failed test at t/50_spec_test.t line 10. # got: '0' # expected: '1' # Failed test at t/50_spec_test.t line 16. # got: '0' # expected: '1' # Failed test at t/50_spec_test.t line 22. # got: '0' # expected: '1' # Failed test at t/50_spec_test.t line 28. # got: '0' # expected: '1' # Failed test at t/50_spec_test.t line 34. # Failed test at t/50_spec_test.t line 40. # Failed test at t/50_spec_test.t line 46. # Failed test at t/50_spec_test.t line 52. # Looks like you failed 8 tests of 8. t/50_spec_test.t ........ Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/8 subtests t/manifest.t ............ skipped: Test::CheckManifest 0.9 required t/pod.t ................. ok Test Summary Report ------------------- t/50_spec_test.t (Wstat: 2048 Tests: 8 Failed: 8) Failed tests: 1-8 Non-zero exit status: 8 Files=7, Tests=37, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.60 cusr 0.07 csys = 0.72 CPU) Result: FAIL Failed 1/7 test programs. 8/37 subtests failed. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force [root@sonash5 custom_xml_parser]# I see same errors on second attempt. [root@sonash5 custom_xml_parser]# perl -MCPAN -e 'install "Test::Excel"' CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Thu, 11 Nov 2010 02:50:43 GMT Running install for module Test::Excel Running make for M/MA/MANWAR/Test-Excel-0.07.tar.gz CPAN: Digest::MD5 loaded ok CPAN: Compress::Zlib loaded ok Checksum for /root/.cpan/sources/authors/id/M/MA/MANWAR/Test-Excel-0.07.tar.gz ok Scanning cache /root/.cpan/build for sizes Deleting from cache: /root/.cpan/build/libwww-perl-5.836 (10.9>10.0 MB) Test-Excel-0.07 Test-Excel-0.07/Build.PL Test-Excel-0.07/Changes Test-Excel-0.07/Makefile.PL Test-Excel-0.07/MANIFEST Test-Excel-0.07/MANIFEST.SKIP Test-Excel-0.07/META.yml Test-Excel-0.07/README Test-Excel-0.07/lib Test-Excel-0.07/lib/Test Test-Excel-0.07/lib/Test/Excel.pm Test-Excel-0.07/t Test-Excel-0.07/t/10_Test-Excel_test.t Test-Excel-0.07/t/20_cmp_excel.t Test-Excel-0.07/t/30_compare_excel.t Test-Excel-0.07/t/40_unit_test.t Test-Excel-0.07/t/50_spec_test.t Test-Excel-0.07/t/exp-1.xls Test-Excel-0.07/t/exp-2.xls Test-Excel-0.07/t/exp-3.xls Test-Excel-0.07/t/exp-4.xls Test-Excel-0.07/t/exp-5.xls Test-Excel-0.07/t/foo_bar.xls Test-Excel-0.07/t/got-1.xls Test-Excel-0.07/t/got-2.xls Test-Excel-0.07/t/got-3.xls Test-Excel-0.07/t/got-4.xls Test-Excel-0.07/t/got-5.xls Test-Excel-0.07/t/hello_world.xls /bin/tar: Read 5632 bytes from - Test-Excel-0.07/t/manifest.t Test-Excel-0.07/t/pod.t Test-Excel-0.07/t/spec-1.txt Test-Excel-0.07/t/spec-2.txt Removing previously used /root/.cpan/build/Test-Excel-0.07 CPAN.pm: Going to build M/MA/MANWAR/Test-Excel-0.07.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Test::Excel cp lib/Test/Excel.pm blib/lib/Test/Excel.pm Manifying blib/man3/Test::Excel.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10_Test-Excel_test.t .. ok t/20_cmp_excel.t ........ ok t/30_compare_excel.t .... ok t/40_unit_test.t ........ ok t/50_spec_test.t ........ 1/8 # Failed test at t/50_spec_test.t line 10. # got: '0' # expected: '1' # Failed test at t/50_spec_test.t line 16. # got: '0' # expected: '1' # Failed test at t/50_spec_test.t line 22. # got: '0' # expected: '1' # Failed test at t/50_spec_test.t line 28. # got: '0' # expected: '1' # Failed test at t/50_spec_test.t line 34. # Failed test at t/50_spec_test.t line 40. # Failed test at t/50_spec_test.t line 46. # Failed test at t/50_spec_test.t line 52. # Looks like you failed 8 tests of 8. t/50_spec_test.t ........ Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/8 subtests t/manifest.t ............ skipped: Test::CheckManifest 0.9 required t/pod.t ................. ok Test Summary Report ------------------- t/50_spec_test.t (Wstat: 2048 Tests: 8 Failed: 8) Failed tests: 1-8 Non-zero exit status: 8 Files=7, Tests=37, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.57 cusr 0.06 csys = 0.68 CPU) Result: FAIL Failed 1/7 test programs. 8/37 subtests failed. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force [root@sonash5 custom_xml_parser]# Thanks, Yogesh Sawant
RT-Send-CC: dilip.s.jha [...] gmail.com
This has been fixed in the Test::Excel v1.08.
RT-Send-CC: mohammad.anwar [...] yahoo.com, dilip.s.jha [...] gmail.com
On Sat Nov 20 15:11:19 2010, MANWAR wrote: Show quoted text
> This has been fixed in the Test::Excel v1.08.
Verified that the issue is fixed, I could install Test::Excel here. CPAN.pm: Going to build M/MA/MANWAR/Test-Excel-1.11.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Test::Excel cp lib/Test/Excel.pm blib/lib/Test/Excel.pm Manifying blib/man3/Test::Excel.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10_Test-Excel_test.t .. ok t/20_cmp_excel.t ........ ok t/30_compare_excel.t .... ok t/40_unit_test.t ........ ok t/50_spec_test.t ........ ok t/manifest.t ............ skipped: Test::CheckManifest 0.9 required t/pod.t ................. ok All tests successful. Files=7, Tests=43, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.67 cusr 0.05 csys = 0.79 CPU) Result: PASS /usr/bin/make test -- OK Running make install Manifying blib/man3/Test::Excel.3pm Installing /usr/lib/perl5/site_perl/5.8.8/Test/Excel.pm Installing /usr/share/man/man3/Test::Excel.3pm Appending installation info to /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/perllocal.pod /usr/bin/make install -- OK [root@sonash5 tmp]# Thanks, Yogesh Sawant