From owner-freebsd-stable@FreeBSD.ORG Mon Nov 15 14:25:20 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 AACDE16A4CE for ; Mon, 15 Nov 2004 14:25:20 +0000 (GMT) Received: from securemail0.coastal.com (securemail0.coastal.com [216.54.15.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0166243D2F for ; Mon, 15 Nov 2004 14:25:20 +0000 (GMT) (envelope-from andrew@coastal.com) Received: from mailgw2 (mithril@localhost) by securemail0.coastal.com with SMTP id iAFEPI943587 for ; Mon, 15 Nov 2004 09:25:18 -0500 (EST) (envelope-from andrew@coastal.com) Received: from nav-1.coastal.internal (mailgw2 [216.54.4.248]) by securemail0.coastal.com ([216.54.15.153]); 15 Nov 2004 09:25:18 -0500 (EST) Received: from dhcp1.coastal.internal ([10.0.0.18]) by nav-1.coastal.internal (SMSSMTP 4.0.0.59) with SMTP id M2004111509251819009 for ; Mon, 15 Nov 2004 09:25:18 -0500 Received: (qmail 92945 invoked from network); 15 Nov 2004 14:28:26 -0000 Received: from unknown (HELO ?192.168.77.70?) (192.168.77.70) by dhcp1.coastal.internal with SMTP; 15 Nov 2004 14:28:26 -0000 X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 0.8 (X11/20041019) From: "Andrew Lewis" To: freebsd-stable@freebsd.org Date: Mon, 15 Nov 2004 09:25:17 -0500 Message-ID: <4198BC4D.6050603@coastal.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 7BIT Subject: GENERIC error: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 14:25:20 -0000 I have a few 4x-stable boxes I'm trying to bring up to date but I keep getting the same error in the same place. I can't dig anything similar up searching around. This is a recent stable cvsup and I'm using: rm -rf /usr/obj/usr && make clean && make update && make buildword && make buildkernel output: ===> sk cc -O -pipe -march=k6 -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/sk/../../pci/if_sk.c /usr/src/sys/modules/sk/../../pci/if_sk.c: In function `sk_encap': /usr/src/sys/modules/sk/../../pci/if_sk.c:1792: `uct' undeclared (first use in this function) /usr/src/sys/modules/sk/../../pci/if_sk.c:1792: (Each undeclared identifier is reported only once /usr/src/sys/modules/sk/../../pci/if_sk.c:1792: for each function it appears in.) *** Error code 1 Stop in /usr/src/sys/modules/sk. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ====