From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 29 21:06:20 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AE15106564A for ; Wed, 29 Dec 2010 21:06:20 +0000 (UTC) (envelope-from j19force93@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id B2ED38FC1B for ; Wed, 29 Dec 2010 21:06:19 +0000 (UTC) Received: by wyf19 with SMTP id 19so10333269wyf.13 for ; Wed, 29 Dec 2010 13:06:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=eHKl8XEs+3z7uR7aa/7Q6ntZTTbf4pKY5W+NnNvPaFQ=; b=gDKhFs7UU7yjCOFkSkBXjWci4fzzKyARfCOHK08XSgmT1OVvi5nkKHVgtIMEJseeTZ FgDP+vM6p8+5ugUs8YmNk8U/z5qCfh1z/WYTbGlC+kTV7V+wG5pU3Iyj62YBJ+QNJdTK qEYExJtbPkOJi7Eu5+F7iYCKAlCyNsotKJCWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=cEyM9W1TjeuLn12eK4WqrlYmsKJPMUMwSEysCz4DWa2Cv0MGbvGgeYUOE5URI00kom ovb3tqJZ1LpWeLuuLoMb25sJezYWmUaxBJUnmfhd2r0Dy2QlCEmSpPBg2SlMUxSpKjVG TIiJ+lb9Zv3QzEdfA3EEzZPs59kMFS0IdsbiM= MIME-Version: 1.0 Received: by 10.216.20.141 with SMTP id p13mr258121wep.102.1293656777474; Wed, 29 Dec 2010 13:06:17 -0800 (PST) Received: by 10.216.164.21 with HTTP; Wed, 29 Dec 2010 13:06:17 -0800 (PST) In-Reply-To: References: <4D1B42A8.6040005@tds.net> <20101229182942.0000058b@unknown> Date: Wed, 29 Dec 2010 16:06:17 -0500 Message-ID: From: jordan force To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: can't partition disk using sys-install X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2010 21:06:20 -0000 In the script update_jb_ports, There seems to be a bug in the program!: I thought you should change this: " #!/bin/csh set echo_style = both set list_file = ~root/.jb_ports.lst # Remove old trees first ./remove_jb_ports " instead of having this: " #!/bin/csh set echo_style = both set list_file = ~root/.jb_ports.lst # Remove old trees first remove_jb_ports " otherwise it says that it can't find remove_jb_ports.