Front page | perl.cpan.testers |
Postings from March 2008
FAIL PerlIO-gzip-0.18 i686-linux-thread-multi 2.6.22-3-486
From:
DEVOGON
Date:
March 16, 2008 12:29
Subject:
FAIL PerlIO-gzip-0.18 i686-linux-thread-multi 2.6.22-3-486
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear Nicholas Clark,
This is a computer-generated report for PerlIO-gzip-0.18
on perl 5.11.0 patch 33261, created by CPAN-Reporter-1.12.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://cpantest.grango.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp gzip.pm blib/lib/PerlIO/gzip.pm
/usr/local/bin/perl5.11.0 /usr/local/lib/perl5/5.11.0/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.11.0/ExtUtils/typemap gzip.xs > gzip.xsc && mv gzip.xsc gzip.c
cc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I/usr/local/lib/perl5/5.11.0/i686-linux-thread-multi/CORE" gzip.c
gzip.xs:16:18: error: zlib.h: No such file or directory
gzip.xs:77: error: expected specifier-qualifier-list before ‘z_stream’
gzip.xs: In function ‘check_gzip_header’:
gzip.xs:312: error: ‘Z_DEFLATED’ undeclared (first use in this function)
gzip.xs:312: error: (Each undeclared identifier is reported only once
gzip.xs:312: error: for each function it appears in.)
gzip.xs:421: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:451: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:458: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs: In function ‘check_gzip_header_and_init’:
gzip.xs:480: error: ‘z_stream’ undeclared (first use in this function)
gzip.xs:480: error: ‘z’ undeclared (first use in this function)
gzip.xs:480: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:488: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:489: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:498: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:502: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:513: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:532: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:537: error: ‘Bytef’ undeclared (first use in this function)
gzip.xs:537: error: expected expression before ‘)’ token
gzip.xs:539: error: ‘alloc_func’ undeclared (first use in this function)
gzip.xs:539: error: expected ‘;’ before numeric constant
gzip.xs:540: error: ‘free_func’ undeclared (first use in this function)
gzip.xs:540: error: expected ‘;’ before numeric constant
gzip.xs:546: error: ‘MAX_WBITS’ undeclared (first use in this function)
gzip.xs:546: error: ‘Z_OK’ undeclared (first use in this function)
gzip.xs:550: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:551: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:557: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:559: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:560: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:560: error: ‘Z_NULL’ undeclared (first use in this function)
gzip.xs: In function ‘write_gzip_header’:
gzip.xs:583: error: ‘Z_DEFLATED’ undeclared (first use in this function)
gzip.xs:586: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:587: error: ‘PerlIOGzip’ has no member named ‘time’
gzip.xs:601: error: ‘PerlIOGzip’ has no member named ‘os_type’
gzip.xs: In function ‘write_gzip_header_and_init’:
gzip.xs:614: error: ‘z_stream’ undeclared (first use in this function)
gzip.xs:614: error: ‘z’ undeclared (first use in this function)
gzip.xs:614: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:622: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:623: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:632: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:633: error: ‘PerlIOGzip’ has no member named ‘outbuf’
gzip.xs:633: error: ‘Bytef’ undeclared (first use in this function)
gzip.xs:633: error: expected expression before ‘)’ token
gzip.xs:635: error: expected expression before ‘)’ token
gzip.xs:637: error: expected expression before ‘)’ token
gzip.xs:639: error: ‘alloc_func’ undeclared (first use in this function)
gzip.xs:639: error: expected ‘;’ before numeric constant
gzip.xs:640: error: ‘free_func’ undeclared (first use in this function)
gzip.xs:640: error: expected ‘;’ before numeric constant
gzip.xs:646: error: ‘PerlIOGzip’ has no member named ‘level’
gzip.xs:646: error: ‘Z_DEFLATED’ undeclared (first use in this function)
gzip.xs:646: error: ‘MAX_WBITS’ undeclared (first use in this function)
gzip.xs:647: error: ‘Z_DEFAULT_STRATEGY’ undeclared (first use in this function)
gzip.xs:647: error: ‘Z_OK’ undeclared (first use in this function)
gzip.xs:654: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:656: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:657: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:657: error: ‘Z_NULL’ undeclared (first use in this function)
gzip.xs: In function ‘PerlIOGzip_getarg’:
gzip.xs:677: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:679: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:701: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs: In function ‘PerlIOGzip_pushed’:
gzip.xs:736: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:737: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:738: error: ‘PerlIOGzip’ has no member named ‘outbuf’
gzip.xs:739: error: ‘PerlIOGzip’ has no member named ‘level’
gzip.xs:739: error: ‘Z_DEFAULT_COMPRESSION’ undeclared (first use in this function)
gzip.xs:740: error: ‘PerlIOGzip’ has no member named ‘os_type’
gzip.xs:756: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:757: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:759: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:760: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:762: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:763: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:765: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:766: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:771: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:772: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:797: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:800: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:808: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:809: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:821: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:822: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:843: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:844: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:844: error: ‘Z_NULL’ undeclared (first use in this function)
gzip.xs: In function ‘PerlIOGzip_popped’:
gzip.xs:863: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:864: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:865: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:865: error: ‘Z_OK’ undeclared (first use in this function)
gzip.xs:867: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:868: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:869: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:878: error: ‘PerlIOGzip’ has no member named ‘outbuf’
gzip.xs:879: error: ‘PerlIOGzip’ has no member named ‘outbuf’
gzip.xs:881: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:886: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs: In function ‘PerlIOGzip_close’:
gzip.xs:914: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:916: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:921: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:923: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:941: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:950: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:964: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:965: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:966: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:967: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:968: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:969: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:970: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:971: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:976: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs: In function ‘PerlIOGzip_fill’:
gzip.xs:1011: error: ‘Z_OK’ undeclared (first use in this function)
gzip.xs:1017: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1018: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1021: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1023: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1033: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1033: error: ‘Bytef’ undeclared (first use in this function)
gzip.xs:1033: error: expected expression before ‘)’ token
gzip.xs:1034: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1043: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1043: error: expected expression before ‘)’ token
gzip.xs:1055: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1074: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1090: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1091: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1091: error: expected expression before ‘)’ token
gzip.xs:1100: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1100: error: ‘Z_NO_FLUSH’ undeclared (first use in this function)
gzip.xs:1100: error: ‘Z_SYNC_FLUSH’ undeclared (first use in this function)
gzip.xs:1107: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1107: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1110: error: ‘Z_STREAM_END’ undeclared (first use in this function)
gzip.xs:1111: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1132: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1132: error: expected expression before ‘)’ token
gzip.xs:1134: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1136: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:1137: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:1137: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:1137: error: expected expression before ‘)’ token
gzip.xs: In function ‘PerlIOGzip_flush’:
gzip.xs:1159: error: ‘z_stream’ undeclared (first use in this function)
gzip.xs:1159: error: ‘z’ undeclared (first use in this function)
gzip.xs:1159: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1161: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1171: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1175: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1181: error: ‘Bytef’ undeclared (first use in this function)
gzip.xs:1181: error: expected expression before ‘)’ token
gzip.xs:1184: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:1185: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:1185: error: ‘PerlIOGzip’ has no member named ‘crc’
gzip.xs:1187: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:1188: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1196: error: ‘PerlIOGzip’ has no member named ‘zs’
gzip.xs:1196: error: ‘PerlIOGzip’ has no member named ‘flags’
gzip.xs:1197: error: ‘Z_FINISH’ undeclared (first use in this function)
gzip.xs:1206: error: ‘Z_STREAM_END’ undeclared (first use in this function)
gzip.xs:1208: error: ‘PerlIOGzip’ has no member named ‘status’
gzip.xs:1211: error: ‘Z_OK’ undeclared (first use in this function)
gzip.xs:1215: error: ‘PerlIOGzip’ has no member named ‘outbuf’
gzip.xs:1236: error: expected expression before ‘)’ token
make: *** [gzip.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_IE.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/games
PERL5LIB = /home/d/.cpan/build/Sort-Versions-1.5-0uWgbX/blib/arch:/home/d/.cpan/build/Sort-Versions-1.5-0uWgbX/blib/lib:/home/d/.cpan/build/CPAN-Checksums-1.064-ue3nzO/blib/arch:/home/d/.cpan/build/CPAN-Checksums-1.064-ue3nzO/blib/lib:/home/d/.cpan/build/Data-Compare-1.18-H2XYCW/blib/arch:/home/d/.cpan/build/Data-Compare-1.18-H2XYCW/blib/lib:/home/d/.cpan/build/File-Find-Rule-0.30-XtiJ9X/blib/arch:/home/d/.cpan/build/File-Find-Rule-0.30-XtiJ9X/blib/lib:/home/d/.cpan/build/Number-Compare-0.01-CnIhcF/blib/arch:/home/d/.cpan/build/Number-Compare-0.01-CnIhcF/blib/lib:/home/d/.cpan/build/Compress-Bzip2-2.09-Tww_bw/blib/arch:/home/d/.cpan/build/Compress-Bzip2-2.09-Tww_bw/blib/lib:/home/d/.cpan/build/Class-MOP-0.54-iJr1uj/blib/arch:/home/d/.cpan/build/Class-MOP-0.54-iJr1uj/blib/lib:/home/d/.cpan/build/Sub-Name-0.03-ysNZoV/blib/arch:/home/d/.cpan/build/Sub-Name-0.03-ysNZoV/blib/lib:/home/d/.cpan/build/Test-Exception-0.27-LhsD4X/blib/arch:/home/d/.cpan/build/Test-Exception-0.27-LhsD4X/blib/lib:/home/d/.cpan/build/Sub-Uplevel-0.1901-LdSDk6/blib/arch:/home/d/.cpan/build/Sub-Uplevel-0.1901-LdSDk6/blib/lib
PERL5_CPANPLUS_IS_RUNNING = 9770
PERL5_CPAN_IS_EXECUTING = /home/d/.cpan/build/PerlIO-gzip-0.18-angXQM/Makefile.PL
PERL5_CPAN_IS_RUNNING = 9770
PERL_CR_SMOKER_CURRENT = CPAN-Faker-0.002
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/local/bin/perl5.11.0
$UID/$EUID = 1000 / 1000
$GID = 1000 1000
$EGID = 1000 1000
Perl module toolchain versions installed:
Module Have
------------------- ---------
CPAN 1.9205
Cwd 3.2701
ExtUtils::CBuilder 0.22
ExtUtils::Command 1.13
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51_01
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808_01
Module::Signature n/a
Test::Harness 3.10
Test::More 0.78
YAML 0.66
YAML::Syck n/a
version 0.74
--
Summary of my perl5 (revision 5 version 11 subversion 0 patch 33261) configuration:
Platform:
osname=linux, osvers=2.6.22-3-486, archname=i686-linux-thread-multi
uname='linux lyon 2.6.22-3-486 #1 mon nov 12 07:53:08 utc 2007 i686 gnulinux '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
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 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.3 20080114 (prerelease) (Debian 4.2.2-7)', 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 =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
-
FAIL PerlIO-gzip-0.18 i686-linux-thread-multi 2.6.22-3-486
by DEVOGON