Subject: Re: pkg/31556
To: None <solaris-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 10/13/2005 11:05:03
The following reply was made to PR pkg/31556; it has been noted by GNATS.

From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: solaris-pkg-people@netbsd.org, pkg-manager@netbsd.org,
	pkgsrc-bugs@netbsd.org, gnats-admin@netbsd.org, wiz@netbsd.org,
	dauphin@enst.fr, Gilles.Dauphin@enst.fr
Cc: 
Subject: Re: pkg/31556
Date: Thu, 13 Oct 2005 10:24:27 +0200 (CEST)

 One more fix .
 
 > From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
 > 
 > 
 > > 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:
 
 and /usr/pkgsrc/x11/kdebase3/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