From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 29 22:52:59 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 26DA11065675 for ; Wed, 29 Dec 2010 22:52:59 +0000 (UTC) (envelope-from j19force93@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id C99818FC19 for ; Wed, 29 Dec 2010 22:52:58 +0000 (UTC) Received: by qyk36 with SMTP id 36so10171855qyk.13 for ; Wed, 29 Dec 2010 14:52:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=fnGH/iC2Cpu/cI7htoQqTM8MfVYN1JEnsoWDjGxWClU=; b=BSz8rVQxE2CPTbFZrHlQ7vJWxG5Or83hYLymnoOk47RC+C+hCQ8P/g+JUIRlId41xK guepB+YoLSPGMAl7LLD2HIMLWz+GW9kzZpMw5Rki+P6fpIFmjfos+kMgZdwDWvXnffrE nfqYwMhtPsnGPKDp6p2675tDKqEdudwKTGJBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=xvpErVuxzQfjkzkF78IGbERKbv3BKhxhvWW7D8B7OOg4c+SlQTHw89WFcrJ4JjZK9p 9TcTLVpeqlbjlawGkpbUqza8tFBrMbzLTPUeBsEqii3hIr6zk1HCAmIedxn2pnu+Dynt iWFtGifUEjmdyR7ZCwBVJtqJpv2ay2/wv+tUw= Received: by 10.224.6.67 with SMTP id 3mr14502761qay.80.1293663177953; Wed, 29 Dec 2010 14:52:57 -0800 (PST) Received: from [10.0.1.2] (h-67-101-25-225.nycmny83.dynamic.covad.net [67.101.25.225]) by mx.google.com with ESMTPS id m14sm8741775qcu.32.2010.12.29.14.52.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Dec 2010 14:52:56 -0800 (PST) References: <4D1B42A8.6040005@tds.net> <20101229182942.0000058b@unknown> <4D1BA744.8000705@tds.net> Message-Id: From: Jordan Force To: Jason Bacon In-Reply-To: <4D1BA744.8000705@tds.net> X-Mailer: iPod Mail (7D11) Mime-Version: 1.0 (iPod Mail 7D11) Date: Wed, 29 Dec 2010 17:51:04 -0500 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ppc@freebsd.org 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 22:52:59 -0000 You're welcome. Could that be related to the error I'm getting: When I run desktop-installer, after doing a "make install" and "rehash", it asks if I want to use ports. I say yes, and it says "1 out of 1 hunks failed". Same result if I say "no" to using ports. On Dec 29, 2010, at 4:25 PM, Jason Bacon wrote: > > Thanks, Jordan. The remove_jb_ports script is actually installed in > $LOCALBASE/bin as part of the port, so it's normally in the PATH. > This error only occurs when bootstrapping the port. I'll put in a > check using "which", or something like that.. > > -J > > jordan force wrote: >> 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. >> _______________________________________________ >> freebsd-ppc@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ppc >> To unsubscribe, send any mail to "freebsd-ppc- >> unsubscribe@freebsd.org" >> > > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Jason W. Bacon > jwbacon@tds.net > http://personalpages.tds.net/~jwbacon > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >