From owner-freebsd-ports@FreeBSD.ORG Tue Feb 25 19:18:43 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E39A769 for ; Tue, 25 Feb 2014 19:18:43 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10B601DCB for ; Tue, 25 Feb 2014 19:18:42 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s1PJIfRx011908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 25 Feb 2014 12:18:41 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s1PJIeRL011905; Tue, 25 Feb 2014 12:18:41 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 25 Feb 2014 12:18:40 -0700 (MST) From: Warren Block To: Chris Whitehouse Subject: Re: portmaster, pkg, virtualbox-ose In-Reply-To: <530CDDC9.7080509@onetel.com> Message-ID: References: <530CDDC9.7080509@onetel.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 25 Feb 2014 12:18:41 -0700 (MST) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 19:18:43 -0000 On Tue, 25 Feb 2014, Chris Whitehouse wrote: > ===>>> You can restart from the point of failure with this command line: > portmaster emulators/virtualbox-ose > > ===>>> Exiting > > But restarting with > # portmaster emulators/virtualbox-ose > starts by cleaning for virtualbox then starts again. Have I misunderstood > something? I checked the work directory before and after the cleaning step > and nearly everything was deleted. > > It's building now and I think it has time to finish so there isn't an > immediate problem but I would like to find answers to the above. Portmaster cleans a port before starting to build. That's the safe thing to do, there is no good way to know why a work directory is still there, and options may have changed. -C can be used to prevent portmaster from cleaning first.