Broken configure script

Jose M Rodriguez josemi at freebsd.jazztel.es
Fri Mar 25 11:55:19 PST 2005


El Viernes, 25 de Marzo de 2005 20:45, Michael Nottebrock escribió:
> On Friday, 25. March 2005 20:21, McCann, Brian wrote:
> > [...]
>
> Please keep ports at freebsd.org cc'd in replies.
>
> > Here's the log file...sorry...must have forgot to attach it.
> >
> > configure:2269: cd conftest && eval /usr/local/bin/autoconf259 -o
> > /dev/null conftest.ac
> > autom4te259: cannot lock autom4te.cache/requests with mode 2
> > (perhaps you are running make -j on a lame NFS client?): Operation
> > not supported
>
> You had the right hunch, the fact that /usr/ports was mounted from
> another machine does matter. Autoconf needs full filesystem locking
> support, so you need to either enable the NFS file locking daemon
> (rpc.lockd on freebsd) on *both* the client and the server or use a
> local ports-tree.
>

Or define WRKDIRPREFIX on a local filesystem.  If you do a ro mount, you 
may need also DISTDIR

I use this on my little build cluster /etc/make.conf:
WRKDIRPREFIX=	/junk/tmp
DISTDIR=	/junk/distfiles
PACKAGES=	/junk/packages

> Or, probably the easiest solution, install nrpe from a package.

Sure

--
  josemi


More information about the freebsd-ports mailing list