From owner-freebsd-desktop@FreeBSD.ORG Mon Nov 7 14:46:08 2011 Return-Path: Delivered-To: freebsd-desktop@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22759106564A for ; Mon, 7 Nov 2011 14:46:08 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id 079E08FC0C for ; Mon, 7 Nov 2011 14:46:07 +0000 (UTC) Received: from mail.ixsystems.com (localhost [127.0.0.1]) by mail.iXsystems.com (Postfix) with ESMTP id 9869E84 for ; Mon, 7 Nov 2011 06:46:07 -0800 (PST) Received: from mail.iXsystems.com ([127.0.0.1]) by mail.ixsystems.com (mail.ixsystems.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 22737-05 for ; Mon, 7 Nov 2011 06:46:07 -0800 (PST) Received: from [192.168.0.186] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 35FEC81 for ; Mon, 7 Nov 2011 06:46:07 -0800 (PST) Message-ID: <4EB7EF2D.6050005@pcbsd.org> Date: Mon, 07 Nov 2011 09:46:05 -0500 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111003 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-desktop@freebsd.org References: <4EB2F00D.1010708@pcbsd.org> <87lirs7tsk.fsf@FreeBSD.org> In-Reply-To: <87lirs7tsk.fsf@FreeBSD.org> X-Enigmail-Version: undefined Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: CTF bsd.pbi.mk X-BeenThere: freebsd-desktop@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using and improving FreeBSD on the desktop List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2011 14:46:08 -0000 On 11/06/2011 17:47, Raphael Kubo da Costa wrote: > Kris Moore writes: > >> After doing this, you should be able to use the commands "make pbi" & >> "make clean-pbi". I would suggest starting on some small CLI app for >> testing, like cabextract, instead of trying libreoffice on the first go ;) > I tried misc/hello, which was supposed to be quite simple too :) > > My first attempt was with sudo, and that gave me the same results avilla > got. And if I su -, cd to /usr/ports/misc/hello and call `make pbi', I > also only get a usage message for pbi_makeport (I need to call `make > clean-pbi' to be able to do anything). > > So after calling `make clean-pbi' as root I tried `make pbi' again. It's > been "building the PBI chroot environment" for a while, as it is > checking out stable/8 from svn, even though I have it in /usr/src (as a > csup checkout, not an svn one). Is there a way to make this part of the > process faster? I ended up just hitting Ctrl+C and rm -fr'ing /usr/pbi. > > _______________________________________________ > freebsd-desktop@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-desktop > To unsubscribe, send any mail to "freebsd-desktop-unsubscribe@freebsd.org" I'm looking into adding some code to make it work with a pre-existing /usr/src environment. It should be in the next port update. I'll also try to fix the sudo issue :) -- Kris Moore PC-BSD Software iXsystems