Subject: Re: pkg/31556
To: None <solaris-pkg-people@netbsd.org, pkg-manager@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 10/13/2005 10:10:25
> From: wiz@netbsd.org
> Delivered-To: dauphin@enst.fr
> 
> Synopsis: bulk build on solaris10 gcc x86
> 
> Responsible-Changed-From-To: pkg-manager->solaris-pkg-people
> Responsible-Changed-By: wiz@netbsd.org
> Responsible-Changed-When: Tue, 11 Oct 2005 23:57:18 +0000
> Responsible-Changed-Why:
> Problem with pkgsrc on Solaris. Perhaps a Solaris bulk builder can help?
> 
> 

I found. The problem is in 

/usr/pkgsrc/misc/kdepim3/Makefile:
...
.if ${OPSYS} == "SunOS"
USE_TOOLS+=     gawk:pkgsrc
.endif
...

gawk is not part of the boostrap process on Solaris. So when
making a bulk build it can not found /usr/pkg/bin/gawk.

On my system i install gawk on /usr/local/bin.

How to repeat:
cd /usr/pkgsrc/misc/kdepim3
bmake show-depends-dirs

Don't know how to fix.

Gilles