From owner-freebsd-questions@FreeBSD.ORG Thu Dec 23 00:59:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E03A316A4CE for ; Thu, 23 Dec 2004 00:59:31 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AEE943D3F for ; Thu, 23 Dec 2004 00:59:31 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.145] (port=1937 helo=[172.17.0.69]) by mx1.mail.ru with esmtp id 1ChHKE-000Ep3-00; Thu, 23 Dec 2004 03:59:30 +0300 Message-ID: <41CA1870.1020200@mail.ru> Date: Thu, 23 Dec 2004 03:59:28 +0300 From: "Andrew P." User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Michael C. Shultz" References: <41C9C3AD.6060109@mail.ru> <200412221223.37330.reso3w83@verizon.net> In-Reply-To: <200412221223.37330.reso3w83@verizon.net> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected cc: questions@freebsd.org Subject: Re: Samba installation from ports over NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: infofarmer@mail.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 00:59:32 -0000 Michael C. Shultz wrote: > 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? >> > > > You can do something like make install WRKDIRPREFIX=/tmp > if /tmp is on a local file system to get around the lock problem. > lockd and statd haven't solved the problem in the end. Work dir prefix key helped though, thanks much! Best wishes, Andrew P.