From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 28 17:44:36 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 C4AC016A41F; Wed, 28 Dec 2005 17:44:36 +0000 (GMT) (envelope-from christopher.illies@web.de) Received: from fmmailgate07.web.de (fmmailgate07.web.de [217.72.192.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2169643D5F; Wed, 28 Dec 2005 17:44:35 +0000 (GMT) (envelope-from christopher.illies@web.de) Received: by fmmailgate07.web.de (8.12.10/8.12.10/webde Linux 0.7) with SMTP id jBSHgiE4030823; Wed, 28 Dec 2005 18:44:34 +0100 Received: from [84.142.162.104] by freemailng5503.web.de with HTTP; Wed, 28 Dec 2005 18:44:30 +0100 Date: Wed, 28 Dec 2005 18:44:30 +0100 Message-Id: <439889611@web.de> MIME-Version: 1.0 From: Christopher Illies To: PeterGrehan Precedence: fm-user Organization: http://freemail.web.de/ Content-Type: text/plain; charset=iso-8859-1 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 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 17:44:36 -0000 Hi Peter, Peter Grehan schrieb am 28.12.05 15:59:49: > 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 Thanks for the hint. I actually needed to comment out all of the KTR related options for it to work: #options KTR #options KTR_COMPILE=0xffffffff #options KTR_MASK=KTR_SIG #options KTR_VERBOSE I could not find any documentation on this in NOTES, UPDATING et al. nor with google. Maybe GENERIC should be changed if this is a known and persistent issue? Christopher