Skip Menu |

This queue is for tickets about the IO-Zlib CPAN distribution.

Report information
The Basics
Id: 43146
Status: new
Priority: 0/
Queue: IO-Zlib

People
Owner: Nobody in particular
Requestors: jonas [...] techbiz.dk
Cc:
AdminCc:

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



Subject: Problem with make test on debian etch
Date: Mon, 9 Feb 2009 17:43:38 +0100
To: <bug-IO-Zlib [...] rt.cpan.org>
From: Jonas Akrouh Larsen <jonas [...] techbiz.dk>
Hello I cant get make test to work when trying to upgrade from IO::Zlib 1.04 to 1.09 1. scanner0:~/.cpan/build/IO-Zlib-1.09-na40W9# make test 2. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t 3. t/basic.......ok 4. t/external....skipped: (no reason given) 5. t/getc........ok 6. t/getline.....ok 7. t/import......ok 8. t/large.......ok 9. t/tied........ok 10. t/uncomp1..... Failed 1/10 subtests 11. t/uncomp2..... Failed 1/10 subtests 12. 13. Test Summary Report 14. ------------------- 15. t/uncomp1 (Wstat: 0 Tests: 10 Failed: 1) 16. Failed test: 5 17. t/uncomp2 (Wstat: 0 Tests: 10 Failed: 1) 18. Failed test: 5 19. Files=9, Tests=89, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.16 cusr 0.01 csys = 0.21 CPU) 20. Result: FAIL 21. Failed 2/9 test programs. 2/89 subtests failed. 22. make: *** [test_dynamic] Error 255 23. scanner0:~/.cpan/build/IO-Zlib-1.09-na40W9# Is the output I get. Here with some extra details: 1. scanner0:~/.cpan/build/IO-Zlib-1.09-na40W9# make test TEST_VERBOSE=1 2. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t 3. t/basic....... 4. 1..17 5. ok 1 6. ok 2 7. ok 3 8. ok 4 9. ok 5 10. ok 6 11. ok 7 12. ok 8 13. ok 9 14. ok 10 15. ok 11 16. ok 12 17. ok 13 18. ok 14 19. ok 15 20. ok 16 21. ok 17 22. ok 23. t/external.... 24. 1..0 # Skip: no /usr/bin/gzip 25. skipped: (no reason given) 26. t/getc........ 27. 1..10 28. ok 1 29. ok 2 30. ok 3 31. ok 4 32. ok 5 33. ok 6 34. ok 7 35. ok 8 36. ok 9 37. ok 10 38. ok 39. t/getline..... 40. 1..23 41. ok 1 42. ok 2 43. ok 3 44. ok 4 45. ok 5 46. ok 6 47. ok 7 48. ok 8 49. ok 9 50. ok 10 51. ok 11 52. ok 12 53. ok 13 54. ok 14 55. ok 15 56. ok 16 57. ok 17 58. ok 18 59. ok 19 60. ok 20 61. ok 21 62. ok 22 63. ok 23 64. ok 65. t/import...... 66. 1..1 67. ok 1 68. ok 69. t/large....... 70. 1..7 71. ok 1 72. ok 2 73. ok 3 74. ok 4 75. ok 5 76. ok 6 77. ok 7 78. ok 79. t/tied........ 80. 1..11 81. ok 1 82. ok 2 83. ok 3 84. ok 4 85. ok 5 86. ok 6 87. ok 7 88. ok 8 89. ok 9 90. ok 10 91. ok 11 92. ok 93. t/uncomp1..... 94. 1..10 95. ok 1 96. ok 2 97. ok 3 98. ok 4 99. not ok 5 100. ok 6 101. ok 7 102. ok 8 103. ok 9 104. ok 10 105. Failed 1/10 subtests 106. t/uncomp2..... 107. 1..10 108. ok 1 109. ok 2 110. ok 3 111. ok 4 112. not ok 5 113. ok 6 114. ok 7 115. ok 8 116. ok 9 117. ok 10 118. Failed 1/10 subtests 119. 120. Test Summary Report 121. ------------------- 122. t/uncomp1 (Wstat: 0 Tests: 10 Failed: 1) 123. Failed test: 5 124. t/uncomp2 (Wstat: 0 Tests: 10 Failed: 1) 125. Failed test: 5 126. Files=9, Tests=89, 0 wallclock secs ( 0.05 usr 0.00 sys + 0.16 cusr 0.02 csys = 0.23 CPU) 127. Result: FAIL 128. Failed 2/9 test programs. 2/89 subtests failed. 129. make: *** [test_dynamic] Error 255 130. scanner0:~/.cpan/build/IO-Zlib-1.09-na40W9# Im not sure what information is relevant to include. It's a 32bit kernel on debian etch. Here is perl -V scanner0:~# perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.18-6-686, archname=i486-linux-gnu-thread-multi uname='linux etch 2.6.18-6-686 #1 smp fri dec 12 16:48:28 utc 2008 i686 gnulinux ' config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt perllibs=-ldl -lm -lpthread -lc -lcrypt libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8 gnulibc_version='2.3.6' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API Built under linux Compiled at Dec 18 2008 23:13:26 @INC: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . Let me know if I can provide further details. Med venlig hilsen / Best regards Jonas Akrouh Larsen TechBiz ApS Laplandsgade 4, 2. sal 2300 København S Office: 7020 0979 Direct: 3336 9974 Mobile: 5120 1096 Fax: 7020 0978 Web: www.techbiz.dk <http://www.techbiz.dk>

Message body is not shown because it is too large.