From owner-freebsd-current@FreeBSD.ORG Wed Sep 15 02:10:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8601E16A4CE for ; Wed, 15 Sep 2004 02:10:01 +0000 (GMT) Received: from mailserv1.neuroflux.com (mailserv1.neuroflux.com [204.228.228.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A2043D46 for ; Wed, 15 Sep 2004 02:10:01 +0000 (GMT) (envelope-from ryans@gamersimpact.com) Received: (qmail 26936 invoked by uid 89); 15 Sep 2004 02:16:24 -0000 Received: from unknown (HELO www2.neuroflux.com) (127.0.0.1) by localhost with SMTP; 15 Sep 2004 02:16:24 -0000 Received: from 216.160.49.134 (SquirrelMail authenticated user ryans@gamersimpact.com) by www2.neuroflux.com with HTTP; Tue, 14 Sep 2004 20:16:24 -0600 (MDT) Message-ID: <1378.216.160.49.134.1095214584.squirrel@www2.neuroflux.com> Date: Tue, 14 Sep 2004 20:16:24 -0600 (MDT) From: "Ryan Sommers" To: current@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: 6.0-CURRENT Build Failure w/ SCHED_ULE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 15 Sep 2004 02:10:01 -0000 I attempted to build a kernel from the latest current and it failed with a "remrunqueue defined but not used" warning when it hit kern/kern_switch.c due to the fact it's compiling with the -Werror switch. Building with SCHED_4BSD worked fine. I don't have all that much time to mess with it right now so I'm going to post this instead of digging further at this point. I wasn't able to surmise where the -Werror option was being added (I don't have it as a makeoption in my kernel config) to see if it compiled fine otherwise. Perhaps this is an error with my kernel config; since it worked with 4BSD I'll post it. If anyone has any patches I can test them out; just don't have time to try and come up with one. Ryan Sommers ryans@gamersimpact.com