From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 18:58:02 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 56EE116A4CE for ; Wed, 22 Dec 2004 18:58:02 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1166443D5D for ; Wed, 22 Dec 2004 18:58:02 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.145] (port=3194 helo=[172.17.0.69]) by mx2.mail.ru with esmtp id 1ChBgJ-000N5x-00 for questions@freebsd.org; Wed, 22 Dec 2004 21:57:55 +0300 Message-ID: <41C9C3AD.6060109@mail.ru> Date: Wed, 22 Dec 2004 21:57:49 +0300 From: "Andrew P." User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected Subject: 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: Wed, 22 Dec 2004 18:58:02 -0000 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.