From owner-freebsd-ports@FreeBSD.ORG Thu Feb 2 12:39:45 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 911721065670 for ; Thu, 2 Feb 2012 12:39:45 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 10AA38FC21 for ; Thu, 2 Feb 2012 12:39:44 +0000 (UTC) Received: by wgbdq11 with SMTP id dq11so2572909wgb.31 for ; Thu, 02 Feb 2012 04:39:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=kRtFKaHtjE8cKjfp6VeEdK+JKHjyDFYCMGv5rlrHDo8=; b=aDX3SIaYCQpEMtADC/m44hoV58QDkPH8P2J+g9k+ZgucvGOX3MUF4CUxr+74eqFKSF DwtDbhVLrx3ayTIvI6ZYUlw/SW+4iQgXOb02JZ8MhEkhHdvgaRcCubc8f1/HpgOh8Lz3 WW6KQgGrm4cPInTfBVhYkLTEg4rF4lvp4JhNE= Received: by 10.180.80.8 with SMTP id n8mr4312423wix.14.1328186384076; Thu, 02 Feb 2012 04:39:44 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id eq5sm6888870wib.2.2012.02.02.04.39.41 (version=SSLv3 cipher=OTHER); Thu, 02 Feb 2012 04:39:42 -0800 (PST) Date: Thu, 2 Feb 2012 12:39:38 +0000 From: RW To: ports@freebsd.org Message-ID: <20120202123938.7a1eee2f@gumby.homeunix.com> In-Reply-To: <20120202105519.GD44287@home.opsec.eu> References: <20120202105519.GD44287@home.opsec.eu> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: making ports on NFS fails sometimes ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 12:39:45 -0000 On Thu, 2 Feb 2012 11:55:19 +0100 Kurt Jaeger wrote: > Hi! > > I'm running a port build for "my" preferred ports list (approx. 1500). > > The /usr/ports comes via NFS from an ZFS server. > > Some of the port builds fail because of that. Is this well-known ? > Should I move back to a local disk ? You might try setting WRKDIRPREFIX to a local directory. If you have sufficient ram or swap, you can use tmpfs.