From owner-freebsd-stable@FreeBSD.ORG Tue Jul 6 16:18:36 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1007B16A4CE; Tue, 6 Jul 2004 16:18:36 +0000 (GMT) Received: from bmyster.com (loqtis.bmyster.com [66.55.195.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F02943D1F; Tue, 6 Jul 2004 16:18:35 +0000 (GMT) (envelope-from mrb@bmyster.com) Received: from loqtis.bmyster.com (localhost.bmyster.com [127.0.0.1]) by bmyster.com (8.12.10/8.12.10) with ESMTP id i66GRrtW096956; Tue, 6 Jul 2004 12:28:01 -0400 (EDT) Received: (from www@localhost) by loqtis.bmyster.com (8.12.10/8.12.10/Submit) id i66GRmN5096955; Tue, 6 Jul 2004 12:27:48 -0400 (EDT) X-Authentication-Warning: loqtis.bmyster.com: www set sender to mrb@bmyster.com using -f Received: from 192.168.25.10 (SquirrelMail authenticated user mrb) by new.host.name with HTTP; Tue, 6 Jul 2004 12:27:48 -0400 (EDT) Message-ID: <2567.192.168.25.10.1089131268.squirrel@new.host.name> Date: Tue, 6 Jul 2004 12:27:48 -0400 (EDT) From: "Brent Bailey" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal cc: stable@freebsd.org Subject: make buildkernel fails what now ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mrb@bmyster.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 16:18:36 -0000 Im updating a backup server running FBSD 4.9, of ours by doing the whole make buildworld make buildkernel procedure..This machine was originally a 4.8 server that i did a succesful make buildworld upon the last release.. anywho i updated src with cvsup and then did the following cp -Rp /etc/ /etc.old /usr/sbin/mergemaster -p cd /usr/obj chflags -R noschg * rm -rf * COMPILED SRC cd /usr/src make buildworld make buildkernel KERNCONF=MYKERNEL upon the last command it compiles away for about 20 minutes the ends in error /usr/src/sys/modules/ipfilter../../contrib/ipfilter/netinet/ip_fil.c:1325: value not ignored as it ought to be Error Code 1 Stop in /usr/src/sys/modules/ipfilter Where do i go from here ?? Do i re-cvsup and then try to redo make buildkernel ?? IF i reboot will the kernel be trying to run from mismatched src ? any help is greatly appreciated -- Brent Bailey