From owner-freebsd-ports Mon Apr 8 0:52:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id 1A3F937B41C for ; Mon, 8 Apr 2002 00:52:40 -0700 (PDT) Received: from bilbo.in.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id 3C1AA71183; Mon, 8 Apr 2002 09:52:33 +0200 (CEST) Received: from sauron (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id B610871183; Mon, 8 Apr 2002 09:52:26 +0200 (CEST) Date: Mon, 08 Apr 2002 09:52:26 +0200 From: Mathieu Arnold To: Neil Blakey-Milner Cc: freebsd-ports@freebsd.org Subject: Re: setting WRKDIRPREFIX Message-ID: <151874765.1018259544@sauron> In-Reply-To: <20020408072836.GA21353@mithrandr.moria.org> References: <20020408072836.GA21353@mithrandr.moria.org> X-Mailer: Mulberry/2.2.0b3 (Win32) X-wazaaa: True, true MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --On lundi 8 avril 2002 09:28 +0200 Neil Blakey-Milner wrote: > On Mon 2002-04-08 (08:34), Mathieu Arnold wrote: >> I have a ports directory shared between 30 boxes, and I can't use it for >> the builds, so, I put >> WRKDIRPREFIX=/usr/obj >> in my make.conf, but as many packages run just fine, some just don't, >> php4 don't : > > Just don't use WRKDIRPREFIX=MAKEOBJDIRPREFIX (/usr/obj by default), and > it should work just fine. Basically setting them to the same thing > causes the "obj" directory to exist, making the make(1) infrastructure > look for files in incorrect locations. There's a PR on this somewhere. > > Or maybe this is a different problem. But try without them being the > same, so that we can rule out this known problem. If I do that, things get worse : make WRKDIRPREFIX=/tmp [conf] ===> php4-4.1.2 depends on executable: autoconf213 - found touch: /tmp/usr/ports/lang/php4/work/.extract_done.php4-4.1.2: No such file or directory because the work directory is missing. -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message