From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 28 14:59:51 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA1816A41F for ; Wed, 28 Dec 2005 14:59:51 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from hummer.onthenet.com.au (hummer.onthenet.com.au [203.13.68.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE0943D58 for ; Wed, 28 Dec 2005 14:59:51 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.18.111] (CPE-18-111.dsl.OntheNet.net [203.144.18.111]) by hummer.onthenet.com.au (Postfix) with ESMTP id CA91A19FB5B; Thu, 29 Dec 2005 00:59:41 +1000 (EST) Message-ID: <43B2A85C.1070208@freebsd.org> Date: Thu, 29 Dec 2005 00:59:40 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christopher Illies References: <439636031@web.de> In-Reply-To: <439636031@web.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: make buildkernel fails 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, 28 Dec 2005 14:59:51 -0000 Hi Christopher, > If my reading of the mailing list is correct, no more > patches are needed to rebuild world and kernel on powerpc, > right? Yep, that's right. The KTR_COMPILE line needs to be commented out: it causes the GEOM code to do stack backtraces. You'll find the same problem (feature?) on all archs. #options KTR_COMPILE=0xffffffff later, Peter.