From owner-freebsd-stable@FreeBSD.ORG Wed Aug 27 15:02:02 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D215C106566B for ; Wed, 27 Aug 2008 15:02:02 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 93D848FC18 for ; Wed, 27 Aug 2008 15:02:01 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1KYM8y-00021W-5R>; Wed, 27 Aug 2008 16:37:08 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1KYM8y-00062r-4P>; Wed, 27 Aug 2008 16:37:08 +0200 Message-ID: <48B56614.2080501@zedat.fu-berlin.de> Date: Wed, 27 Aug 2008 14:35:00 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 2.0.0.16 (X11/20080728) MIME-Version: 1.0 To: Dimitry Andric References: <48B562AF.6040107@andric.com> In-Reply-To: <48B562AF.6040107@andric.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: stable@freebsd.org Subject: Re: Building -STABLE without option SMP? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2008 15:02:02 -0000 I also needed to comment out "options MAC" preventing the kernel build to stop premature (although I included options KDTRACE_HOOKS in the kernel config file). Dimitry Andric wrote: > Hi, > > When I build -STABLE as of today, with only option SMP commented out in > GENERIC, I get the following error: > > In file included from /usr/src/sys/modules/cyclic/../../cddl/dev/cyclic/cyclic.c:1364: > /usr/src/sys/modules/cyclic/../../cddl/dev/cyclic/i386/cyclic_machdep.c: In function 'xcall': > /usr/src/sys/modules/cyclic/../../cddl/dev/cyclic/i386/cyclic_machdep.c:132: error: 'smp_no_rendevous_barrier' undeclared (first use in this function) > /usr/src/sys/modules/cyclic/../../cddl/dev/cyclic/i386/cyclic_machdep.c:132: error: (Each undeclared identifier is reported only once > /usr/src/sys/modules/cyclic/../../cddl/dev/cyclic/i386/cyclic_machdep.c:132: error: for each function it appears in.) > > It's probably the DTrace stuff that just got committed? Anyway, it > would be nice to be able to build for single-processor. It's one of > those cases the LINT build doesn't catch... :) > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"