Subject: Re: CVS commit: pkgsrc/textproc/libxslt
To: Juan RP <juan@xtraeme.unixbsd.org>
From: Kimmo Suominen <kimmo+x+1066882502.9d32d7@suominen.com>
List: pkgsrc-changes
Date: 10/16/2003 09:12:58
I should add that the installed libxml2 is version 2.5.8nb1, which
is the minimum required currently in textproc/libxml2/buildlink2.mk.
Should this be changed to 2.5.11 instead, or is there an earlier
version that will work?

Regards,
+ Kim


| From:    Kimmo Suominen <kimmo+x+1066882502.9d32d7@suominen.com>
| Date:    Thu, 16 Oct 2003 09:07:42 -0400
|
| So, are you saying the DEPENDS should be updated to force a more
| recent version of libxml2?
|
| /usr/pkg/lib/libxml2.so.7.8:
|          -lpthread.20 => /usr/pkg/lib/libpthread.so.20
|          -lz.0 => /usr/lib/libz.so.0
|          -liconv.4 => /usr/pkg/lib/libiconv.so.4
|          -lm.0 => /usr/lib/libm.so.0
|
| I did not get an error about my installed version of libxml2 not being
| suitable for use when compiling libxslt, so I think something like
| bumping up the required version of libxml2 is needed then instead.
|
| Regards,
| + Kim
|
|
| | From:    Juan RP <juan@xtraeme.unixbsd.org>
| | Date:    Thu, 16 Oct 2003 07:34:34 +0200
| |
| | On Thu, 16 Oct 2003 04:23:29 +0000 (UTC)
| | Kimmo Suominen <kim@netbsd.org> wrote:
| |
| | >
| | > Module Name:	pkgsrc
| | > Committed By:	kim
| | > Date:		Thu Oct 16 04:23:29 UTC 2003
| | >
| | > Modified Files:
| | > 	pkgsrc/textproc/libxslt: Makefile
| | >
| | > Log Message:
| | > This package uses threads, so include mk/pthread.buildlink2.mk
| |
| | I think it's not correct, are you sure your libxml2 library is not
| | linked to libpthread ?
| |
| | /usr/pkg/lib/libxml2.so.7.11:
| |          -lz.0 => /usr/lib/libz.so.0
| |          -lm.0 => /usr/lib/libm387.so.0
| |          -lm.0 => /usr/lib/libm.so.0
| |
| | /usr/pkg/lib/libxslt.so.1.33:
| |          -lz.0 => /usr/lib/libz.so.0
| |          -lm.0 => /usr/lib/libm387.so.0
| |          -lm.0 => /usr/lib/libm.so.0
| |          -lxml2.7 => /usr/pkg/lib/libxml2.so.7
| |
| | Those are the newer versions from pkgsrc. Make sure your libxml2 library
| | is not linked to libpthread and try to recompile libxslt again.
| |
| | --
| | Juan RP <juan AT xtraeme DOT UnixBSD DOT org>
| |
|