From owner-freebsd-stable@FreeBSD.ORG Wed Aug 27 14:20:30 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 3581C10656C8 for ; Wed, 27 Aug 2008 14:20:30 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 00DB58FC24 for ; Wed, 27 Aug 2008 14:20:30 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:f5cf:5b65:f863:73b6] (unknown [IPv6:2001:7b8:3a7:0:f5cf:5b65:f863:73b6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id EA27C84444 for ; Wed, 27 Aug 2008 16:20:28 +0200 (CEST) Message-ID: <48B562AF.6040107@andric.com> Date: Wed, 27 Aug 2008 16:20:31 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.17pre (Windows/20080815) MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: 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 14:20:30 -0000 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... :)