pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/58671: pkgsrc unzip does not function correctly on some recent Linux distros
The following reply was made to PR pkg/58671; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/58671: pkgsrc unzip does not function correctly on some
recent Linux distros
Date: Thu, 26 Sep 2024 00:17:03 +0000
On Thu, Sep 12, 2024 at 10:10:00PM +0000, david%gutteridge.ca@localhost wrote:
> ===> Extracting for docbook-simple-1.1nb4
> error: incompatible zlib version (expected 1.2.11, found 1.3.1.zlib-ng)
> error: not enough memory to inflate sdocbook-custom.dtd
>
> [...]
>
> $ ldd ~/pkg/bin/unzip
> linux-vdso.so.1 (0x00007fe6030f5000)
> libz.so.1 => /lib64/libz.so.1 (0x00007fe6030af000)
> libc.so.6 => /lib64/libc.so.6 (0x00007fe602ebe000)
> /lib64/ld-linux-x86-64.so.2 (0x00007fe6030f7000)
So it's linked against native libz but this causes it to plotz?
What does USE_BUILTIN.zlib get set to? And what zlib bits get put in
work/.buildlink?
The message makes me think it's perhaps compiling against one version
and linking with another, or compiling and linking against one version
and getting another at runtime.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index