Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 2004 12:23:36 -0800
From:      "Michael C. Shultz" <reso3w83@verizon.net>
To:        infofarmer@mail.ru
Cc:        questions@freebsd.org
Subject:   Re: Samba installation from ports over NFS
Message-ID:  <200412221223.37330.reso3w83@verizon.net>
In-Reply-To: <41C9C3AD.6060109@mail.ru>
References:  <41C9C3AD.6060109@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 22 December 2004 10:57 am, Andrew P. wrote:
> Hello!
>
> My /usr/ports is a network file-system. When I try to install samba 3
> it says:
>
> satsmb# make install
> ===>   samba-3.0.9,1 depends on file: /usr/local/bin/autoconf259 -
> found ===>   samba-3.0.9,1 depends on shared library: cups.2 - found
> ===>   samba-3.0.9,1 depends on shared library: popt.0 - found ===>  
> samba-3.0.9,1 depends on shared library: ldap-2.2.7 - found ===>  
> samba-3.0.9,1 depends on shared library: iconv.3 - found ===> 
> Configuring for samba-3.0.9,1
> autom4te259: cannot lock autom4te.cache/requests with mode 2 (perhaps
> you are running make -j on a lame NFS client?): Operation not
> supported *** Error code 1
>
> Stop in /usr/ports/net/samba3.
>
>
> Can I fix this without learning all autoconf caveats?
>
>
> Best wishes,
> Andrew P.

You can do something like make install WRKDIRPREFIX=/tmp
if /tmp is on a local file system to get around the lock problem. 

-Mike



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