Subject: pkg/15472: textproc/libxml doesn't generate the expected shared libraries on Zoularis
To: None <gnats-bugs@gnats.netbsd.org>
From: None <eric@cirr.com>
List: netbsd-bugs
Date: 02/03/2002 14:16:07
>Number: 15472
>Category: pkg
>Synopsis: textproc/libxml doesn't generate the expected libraries on Zoularis
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Feb 03 12:17:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Eric Schnoebelen
>Release: pkgsrc 20020202
>Organization:
Eric Schnoebelen eric@cirr.com http://www.cirr.com
One person with a belief is equal to a force of ninety-nine who only
have an interest. -- John Stuart Mill
>Environment:
System: SunOS blade4918 5.8 Generic_108528-06 sun4u sparc SUNW,Sun-Blade-100
>Description:
Using pkgsrc on Solaris 2.8 (using the Zoularis support), the
libtool provided with libtool-1.8.16 generates libxml.so's
numbered 1.8.16 instead of the expected 9.16.
FYI: Zoularis on Solaris ROCKs! (I need to get it built on
HP-UX!)
>How-To-Repeat:
rlogin solaris;
cd ../textproc/libxml;
bmake package
>Fix:
Changing the package Makefile to use LIBTOOL_OVERRIDE instead of
LTCONFIG_OVERRIDE has the appropriate results on Zoularis, while
not affecting NetBSD (also tested on NetBSD 1.5.1.)
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/libxml/Makefile,v
retrieving revision 1.21
diff -b -u -w -r1.21 Makefile
--- Makefile 2001/09/30 20:15:48 1.21
+++ Makefile 2002/02/03 20:15:27
@@ -14,7 +14,7 @@
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/zlib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
cvs server: Diffing patches
>Release-Note:
>Audit-Trail:
>Unformatted: