From owner-freebsd-current@FreeBSD.ORG Wed Apr 29 12:20:34 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA27D106567C for ; Wed, 29 Apr 2009 12:20:34 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 966F08FC28 for ; Wed, 29 Apr 2009 12:20:34 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id DEB9F335E02; Wed, 29 Apr 2009 08:20:33 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 29 Apr 2009 08:20:33 -0400 X-Sasl-enc: 4K8twaZCM1qk4YrUaVwxkfREuI3lDEn8WqdSsnb5urrW 1241007633 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 126C42CD34; Wed, 29 Apr 2009 08:20:32 -0400 (EDT) Message-ID: <49F8460F.7030506@incunabulum.net> Date: Wed, 29 Apr 2009 13:20:31 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: pluknet References: <20090429104651.8CE537302F@freebsd-current.sentex.ca> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: powerpc@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on powerpc/powerpc 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, 29 Apr 2009 12:20:35 -0000 pluknet wrote: > ... >> /src/sys/kern/sched_ule.c: In function 'sched_idletd': >> /src/sys/kern/sched_ule.c:2546: error: dereferencing pointer to incomplete type >> /src/sys/kern/sched_ule.c:2546: error: 'CG_FLAG_THREAD' undeclared (first use in this function) >> /src/sys/kern/sched_ule.c:2546: error: (Each undeclared identifier is reported only once >> /src/sys/kern/sched_ule.c:2546: error: for each function it appears in.) >> *** Error code 1 >> >> > > This is the only arch without "options SMP" in GENERIC. > Global NOTES also define options SCHED_4BSD and thus > does not trigger the error (CG_FLAG_THREAD in SMP scope). > > +1, I just saw this on a 'make universe' run affecting the ARM targets. BMS