scheduling 5.10.1-12 (doesn't build for me in Squeeze)

Jeremiah Foster jeremiah at jeremiahfoster.com
Wed Apr 7 21:17:34 UTC 2010


Hello,

	I cloned the git repo found on git.debian.org for what I believe to be 5.10.1-12 and tried to build. The build failed during make. The relevant error is below:

Making all in ext/Compress-Raw-Zlib
 make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/jeremiah/code/perl/perl5.12/perl/ext/Compress-Raw-Zlib'
cc -c  -I/usr/include -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"2.020\" -DXS_VERSION=\"2.020\" -fPIC "-I../.."  -DGZIP_OS_CODE=3  Zlib.c
Zlib.xs:34:19: error: zlib.h: No such file or directory


This is kinda weird because I can see zlib.h in the right directory:

> find . -name zlib.h
./ext/Compress-Raw-Zlib/zlib-src/zlib.h

I try and look at the .xs files and poke around to see if I see anything.

Jeremiah


More information about the Perl-maintainers mailing list