Subject: Re: pkgsrc compilation woes on sgimips
To: Stephen Borrill <netbsd@precedence.co.uk>
From: Martin Husemann <martin@duskware.de>
List: pkgsrc-users
Date: 08/17/2006 11:48:49
On Thu, Aug 17, 2006 at 08:22:23AM +0100, Stephen Borrill wrote:
> On Wed, 16 Aug 2006, Tom Spindler wrote:
> >are you compiling on a NFS disk, or is your system clock screwy?
> 
> Both :-)

Another hint: I mount pkgsrc via NFS (and have ntpd running), but then
I set 

  WRKOBJDIR=/usr/pkgobj
  CREATE_WRKDIR_SYMLINK=no

in /etc/mk.conf (where /usr/pkgobj is on local disk).

This makes pkgsrc use the shared distfiles from NFS, but extract and compile
on local disk.

Martin