Jonathan Levi MD <[EMAIL PROTECTED]> said:
[...]
> make test
> PERL_DL_NONLAZY=1 /sw/bin/perl5.8.4 "-MExtUtils::Command::MM" "-e" 
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
[...]
> Failed Test    Stat Wstat Total Fail  Failed  List of Failed
> -----------------------------------------------------------------------
> t/01version.t                 1    1 100.00%  1
> t/02zlib.t                  239    1   0.42%  1
> t/04encoding.t               15    1   6.67%  1
> t/05gzsetp.t                 11    1   9.09%  1
> t/06gzdopen.t                23    1   4.35%  1

The test appears to be a sanity check of the libz library version. The
failure indicates a mismatch between the header and code.

The module compiles and links its own libz code, but some file from a
zlib in another location on your system is leaking into the build
process. Do you have a /usr/local present? Do you have fink's "zlib"
package installed?

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to