Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2005 20:55:16 +0100
From:      Jose M Rodriguez <josemi@freebsd.jazztel.es>
To:        ports@freebsd.org
Cc:        "McCann, Brian" <bmccann@andmore.com>
Subject:   Re: Broken configure script
Message-ID:  <200503252055.17417.freebsd@redesjm.local>
In-Reply-To: <200503252046.01791.michaelnottebrock@gmx.net>
References:  <A272EB3E7DECD641A6A8854D6137872504E7C7@diopside.andmore.com> <200503252046.01791.michaelnottebrock@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
El Viernes, 25 de Marzo de 2005 20:45, Michael Nottebrock escribi=F3:
> On Friday, 25. March 2005 20:21, McCann, Brian wrote:
> > [...]
>
> Please keep ports@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=20
may need also DISTDIR

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

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

Sure

=2D-
  josemi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503252055.17417.freebsd>