From owner-freebsd-stable@FreeBSD.ORG Mon Nov 15 15:14:39 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 618DC16A4CE for ; Mon, 15 Nov 2004 15:14:39 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779F643D2F for ; Mon, 15 Nov 2004 15:14:38 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAFFETDH020582; Mon, 15 Nov 2004 17:14:29 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 12354-01; Mon, 15 Nov 2004 17:14:28 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAFFEKPx020224 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Nov 2004 17:14:26 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAFFELPn083476; Mon, 15 Nov 2004 17:14:21 +0200 (EET) (envelope-from ru) Date: Mon, 15 Nov 2004 17:14:21 +0200 From: Ruslan Ermilov To: Andrew Lewis Message-ID: <20041115151420.GB41469@ip.net.ua> References: <4198BC4D.6050603@coastal.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS" Content-Disposition: inline In-Reply-To: <4198BC4D.6050603@coastal.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: freebsd-stable@freebsd.org Subject: Re: 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 15:14:39 -0000 --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 15, 2004 at 09:25:17AM -0500, Andrew Lewis wrote: > I have a few 4x-stable boxes I'm trying to bring up to date but I keep=20 > getting the same error in the same place. I can't dig anything similar= =20 > up searching around. >=20 > This is a recent stable cvsup and I'm using: >=20 > rm -rf /usr/obj/usr && make clean && make update && make buildword &&=20 > make buildkernel >=20 > output: >=20 > =3D=3D=3D> sk > cc -O -pipe -march=3Dk6 -include /usr/obj/usr/src/sys/GENERIC/opt_global.= h=20 > -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes=20 > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual=20 > -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@=20 > -I@/../include -mpreferred-stack-boundary=3D2 -Wall -Wredundant-decls=20 > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes=20 > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /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= =20 > use in this function) > /usr/src/sys/modules/sk/../../pci/if_sk.c:1792: (Each undeclared=20 > identifier is reported only once > /usr/src/sys/modules/sk/../../pci/if_sk.c:1792: for each function it=20 > appears in.) > *** Error code 1 >=20 > Stop in /usr/src/sys/modules/sk. > *** Error code 1 >=20 Looks like you have got a broken file. There's no "uct" word at this line, and it pretty much looks like a part of the "struct" keyword. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD4DBQFBmMfMqRfpzJluFF4RAjOcAJiRBf9NZrZujGnz1KkMiu1E5SOzAJwKXTat fWJFlCtqbMEbBgtTpBWv1w== =Z3W4 -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS--