Subject: Re: pkg/12705: pkgsrc/www/mozilla for 0.8.1 fails to build on i388 1.5T
To: Thomas Klausner <wiz@netbsd.org>
From: Greg A. Woods <woods@weird.com>
List: netbsd-bugs
Date: 05/04/2001 21:30:25
[ On Saturday, May 5, 2001 at 02:11:52 (+0200), Thomas Klausner wrote: ]
> Subject: Re: pkg/12705: pkgsrc/www/mozilla for 0.8.1 fails to build on i388 1.5T
>
> Your mozilla build (opposite to mine, which work on 1.5S and 1.5U)
> seems to find a threads library in /usr/pkg, which it shouldn't, if
> I'm not mistaken.

It does indeed find /usr/pkg/lib/libpthread*, and it MUST, at least from
what I can understand of the package build dependencies.  Mozilla
requires gtk+, which requires glib, which appears to require pth if
you're not on SunOS.

Note this from pkgsrc/devel/glib/Makefile:

	.if (${OPSYS} != SunOS)
	DEPENDS+=		pth>=1.3.2:../pth
	.endif

Here's the info from my build system

$ /usr/sbin/pkg_info -nR pth glib gtk+     
Information for pth-1.4.0:

Required by:
glib-1.2.9
gtk+-1.2.9
ORBit-0.5.7

Information for glib-1.2.9:

Requires:
pth>=1.3.2

Required by:
gtk+-1.2.9
ORBit-0.5.7

Information for gtk+-1.2.9:

Requires:
glib>=1.2.9
pth>=1.3.2

-- 
							Greg A. Woods

+1 416 218-0098      VE3TCP      <gwoods@acm.org>     <woods@robohack.ca>
Planix, Inc. <woods@planix.com>;   Secrets of the Weird <woods@weird.com>