At 7:31 AM +0000 12/9/04, Daniel E. Macks wrote:
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?

Sounded really good, but didn't work.

Yes, I have a /usr/local/lib and it has a libz.a, but removing it didn't change anything. That was the only file in /usr/local/lib whose name contained a z.

Then there was /usr/lib, containing libbz2.a, libz.1.1.3.dylib, libz.1.dylib, and libz.dylib: removing various combinations of these files didn't help, and some removals made the compilation failure worse.

"fink list zlib" didn't show a zlib package.

"fink list lib | grep z" produced the various versions of compress-zlib-pm, also versions of package io-zlib; trying to install io-zlib-pm584 just led to attempted installation of compress-zlib-pm584 and the same failure.

"fink list libz" listed libzvt2, libzvt2-dev, libzvt2-shlibs; I installed these, but installing compress-zlib-pm584 failed as before.

Thank you again for trying to help. Any more ideas? (Meanwhile, I will check my office Mac, which has compress-zlib-pm installed successfully.)

Jonathan


-------------------------------------------------------
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