From owner-freebsd-ports@FreeBSD.ORG Tue Jun 21 20:02:20 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07D9310656D7; Tue, 21 Jun 2011 20:02:20 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A118C8FC1B; Tue, 21 Jun 2011 20:02:19 +0000 (UTC) Received: by iyb11 with SMTP id 11so135361iyb.13 for ; Tue, 21 Jun 2011 13:02:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to; bh=alw1CXjshlZblogDertb9/q3+rzUDGwI3v71Rx9adiQ=; b=qt6xvnsnRAUY8dRh7g5ZL9kJyU1VnfTUwAgMnFPgyiAQQH0/kKuJUCIoF3SXLbJA6T v1F520yMb7IoDHf2hGP2sRlMhb1Q+WrJlN1doX2VZBn/coxYhPVltUp9lfKKkguEvJ6G qHifj9+p88wIqu8w4BaN2ykYVrrQmse92me4s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=HVi4XnOGmAgSoxl4R/zlq2umxRp4epMmZQ/SVxYsxY8KPCPBnI2VL+XVzCsnUm48Yw RMxR44ui9CUJ47yBppPHXDSy8OBl8X+AtpMUUBG0V7mLU3ICchMyc/O+WxLSQP5DbA9Z Tdv535IQuUsVbgSdJrr+EfCWfbLlQ9mCX4kj0= Received: by 10.231.113.214 with SMTP id b22mr6701248ibq.102.1308686538972; Tue, 21 Jun 2011 13:02:18 -0700 (PDT) Received: from disbatch.dataix.local (adsl-99-19-44-84.dsl.klmzmi.sbcglobal.net [99.19.44.84]) by mx.google.com with ESMTPS id 10sm3964383ibn.37.2011.06.21.13.02.16 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Jun 2011 13:02:17 -0700 (PDT) Sender: "J. Hellenthal" Received: from disbatch.dataix.local (localhost [127.0.0.1]) by disbatch.dataix.local (8.14.5/8.14.5) with ESMTP id p5LK2EGv048628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Jun 2011 16:02:15 -0400 (EDT) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by disbatch.dataix.local (8.14.5/8.14.5/Submit) id p5LK2ETg048627; Tue, 21 Jun 2011 16:02:14 -0400 (EDT) (envelope-from jhell@DataIX.net) Date: Tue, 21 Jun 2011 16:02:14 -0400 From: jhell To: Doug Barton Message-ID: <20110621200214.GB62312@DataIX.net> References: <4E00F5A9.6040900@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E00F5A9.6040900@FreeBSD.org> Cc: sunpoet@freebsd.org, FreeBSD Ports Subject: Re: shells/ksh93 install fail 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: Tue, 21 Jun 2011 20:02:20 -0000 On Tue, Jun 21, 2011 at 12:48:57PM -0700, Doug Barton wrote: > An effort to upgrade to 20110208_1 is failing for me: > > ===> Installing for ksh93-20110208_1 > ===> Generating temporary packing list > ===> Checking if shells/ksh93 already installed > install -o root -g wheel -m 555 > /usr/local/tmp/usr/ports/shells/ksh93/work/bin/ksh /usr/local/bin/ksh93 > install: $WRKDIRPREFIX/usr/ports/shells/ksh93/work/bin/ksh: No such file > or directory > *** Error code 71 > > Is it possible that $WRKDIRPREFIX is the trigger? > I did not actually see that here on 8-STABLE/i386, just for the record.