From owner-freebsd-current@FreeBSD.ORG Wed Sep 2 12:44:45 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4B071065676 for ; Wed, 2 Sep 2009 12:44:45 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 774A18FC22 for ; Wed, 2 Sep 2009 12:44:45 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 26E8B46B3B; Wed, 2 Sep 2009 08:44:45 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 7751C8A043; Wed, 2 Sep 2009 08:44:44 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Wed, 2 Sep 2009 08:42:25 -0400 User-Agent: KMail/1.9.7 References: <20090901201346.GA2432@cuba.calyx.nl> In-Reply-To: <20090901201346.GA2432@cuba.calyx.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909020842.25447.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 02 Sep 2009 08:44:44 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Bill Squire {billsf} Subject: Re: The only problems with v8.0 are: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2009 12:44:45 -0000 On Tuesday 01 September 2009 4:13:46 pm Bill Squire {billsf} wrote: > > These 'bug' me: > > 8.0 is ready. The '/boot/loader' has been a long time problem. If I'm the > only one that knows Forth (my first computer language) I probably can fix it. > However, a loader from v7 should do fine. What specifically is broken about /boot/loader in 8.0? > There appears to be a typo in one of the cddl 32bit Makefiles. It doesn't get > a certain header file into */obj/. That file is: '/usr/include/rpc/xdr.h'. Are you seeing a build failure? The tinderboxes are not broken so I believe world is building fine. If you are having problems building something else besides world can you provide more details? -- John Baldwin