From owner-freebsd-ports@FreeBSD.ORG Tue Feb 25 18:15:44 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0A758CA for ; Tue, 25 Feb 2014 18:15:44 +0000 (UTC) Received: from a.painless.aa.net.uk (a.painless.aa.net.uk [IPv6:2001:8b0:0:30::51bb:1e33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BCD317C9 for ; Tue, 25 Feb 2014 18:15:44 +0000 (UTC) Received: from 106.122.2.81.in-addr.arpa ([81.2.122.106] helo=chaos.bikerevolution.co.uk) by a.painless.aa.net.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1WIMXa-0003bc-8f for ports@FreeBSD.org; Tue, 25 Feb 2014 18:15:41 +0000 Message-ID: <530CDDC9.7080509@onetel.com> Date: Tue, 25 Feb 2014 18:15:37 +0000 From: Chris Whitehouse User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: portmaster, pkg, virtualbox-ose Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 18:15:44 -0000 Hi all, I'm installing a new system (laptop) using 10.0R and pkgng. freshports.org says virtualbox-ose can be installed with pkg but # pkg install virtualbox-ose says no package in the repository. Ok so try # portmaster emulators/virtualbox-ose install all the dependencies with pkg then let it build and it's looking good. But I had to turn off the computer before it finished. I terminated the job with Ctrl-C and portmaster told me: ===>>> Build/Install for emulators/virtualbox-ose exiting due to signal ===>>> Killing background jobs Terminated ===>>> 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. thanks Chris