Subject: pkg/33074: clisp-2.38 fails to configure properly; using zlib from /usr/lib and not zlib from /usr/pkg/lib
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <ssartor@bellatlantic.net>
List: pkgsrc-bugs
Date: 03/14/2006 02:45:01
>Number: 33074
>Category: pkg
>Synopsis: clisp-2.38 fails to configure properly; using zlib from /usr/lib and not zlib from /usr/pkg/lib
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Mar 14 02:45:00 +0000 2006
>Originator: Steven Sartorius
>Release: 3.0
>Organization:
>Environment:
NetBSD localhost.localdomain 3.0_STABLE NetBSD 3.0_STABLE (MiniQ) #0: Sun Feb 12 18:00:03 EST 2006 root@localhost.localdomain:/usr/src/sys/arch/i386/compile/MiniQ i386
>Description:
clisp-2.38 does not configure (and hence does not build) properly. The configure script fails while trying to configure the zlib module:
configure: * ZLIB (Functions)
checking for library containing compress2... -lz
checking for compressBound... no
configure: error: ZLIB version 1.2 or better is required
*** Error code 1
compressBound is found in zlib in /usr/pkg/lib but not in zlib in /usr/lib. It seems, therefore, that the configure script is (incorrectly) trying to use the zlib library in /usr/lib
>How-To-Repeat:
update pkgsrc today (via cvs) (my update was around 7:00pm Eastern time)
enter /usr/pkgsrc/lang/clisp and do a 'make configure'
>Fix:
Don't know enough about the pkgsrc system to fix it! Sorry...