From owner-freebsd-ports@FreeBSD.ORG Mon Oct 26 13:08:38 2009 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 77235106566C for ; Mon, 26 Oct 2009 13:08:38 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 08C878FC1E for ; Mon, 26 Oct 2009 13:08:37 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so4115435fga.13 for ; Mon, 26 Oct 2009 06:08:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=PdkkZRagc8e/2u4zSF/C/KQuXsGNj6YsrBYYNoMkAaU=; b=MXitSDdZtuPpzPO+SQ/hsVbGbTZiYlCSclyI3Cwju1/uIQkNLSrhCKKHfUX2HkhuNa d7tURY8uoN0F9KtFZtQ0U34IaeVROcTfKkrRzec2CSZpzhPC/DrP+Bl7IaF7+2Qqi/xv ogQPTeIcgDbbfgQZE53lIUe53yZJG5FfD04U0= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=IErD2zGqUKYLB7p4mdP5SO33Wi9iCcg8Hx+r2b+BFAtl5QK1LOhh5WLcw20K8R1TXW wJVTXAJWe5Ltw5mo9MnAedhMsltVJuh/kgHcDXU+OwO9TP/IzIQJICKbW3lSUE3Pj18q XkA15orFidRQhbWRGWDuQ+1Ky0O2QPq4n76Do= Received: by 10.86.225.38 with SMTP id x38mr3425194fgg.59.1256562517099; Mon, 26 Oct 2009 06:08:37 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id l12sm10494402fgb.22.2009.10.26.06.08.30 (version=SSLv3 cipher=RC4-MD5); Mon, 26 Oct 2009 06:08:35 -0700 (PDT) Date: Mon, 26 Oct 2009 13:08:16 +0000 From: RW To: ports@freebsd.org Message-ID: <20091026130816.1d06e1d2@gumby.homeunix.com> In-Reply-To: <200910260836.10334.david@vizion2000.net> References: <200910260836.10334.david@vizion2000.net> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: portupgrade - working directory curioisty 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: Mon, 26 Oct 2009 13:08:38 -0000 On Mon, 26 Oct 2009 09:36:10 +0100 David Southwell wrote: > Hi > > I had the following > > dns1# portupgrade > -a Cannot locate current working directory: No such file or > directory > > # df showed /var was present with only 2% used. > # pkgdb -F showed up to date pkgdb with no errors > > then > #portupgrade -a > > ran without any hitches. > > Can anyone offer an explanation that solves my curiosity? > $ mkdir /tmp/foo $ cd /tmp/foo $ rmdir /tmp/foo $ portupgrade -a Cannot locate current working directory: No such file or directory