From owner-freebsd-stable Tue Dec 16 04:08:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA20430 for stable-outgoing; Tue, 16 Dec 1997 04:08:40 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA20422 for ; Tue, 16 Dec 1997 04:08:35 -0800 (PST) (envelope-from thomas@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.7/8.8.6) with ESMTP id NAA29899 for ; Tue, 16 Dec 1997 13:08:18 +0100 (CET) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.7/8.8.5) id NAA29482; Tue, 16 Dec 1997 13:08:16 +0100 (CET) To: stable@FreeBSD.ORG Subject: buildworld failure From: Thomas Gellekum Date: 16 Dec 1997 13:08:13 +0100 Message-ID: <87ra7dsd76.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 57 X-Mailer: Gnus v5.4.37/XEmacs 19.16 Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Moin, current sources (cvsup'd this morning), first `make buildworld' since 11/04: -------------------------------------------------------------- Cleaning up the temporary build tree -------------------------------------------------------------- mkdir -p /usr/obj/usr/src/tmp chflags -R noschg /usr/obj/usr/src/tmp/ rm -rf /usr/obj/usr/src/tmp [...] ===> lkm/wcd cc -nostdinc -O -pipe -nostdinc -I. -DWCD_MODULE -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -I/usr/src/lkm/wcd/../../sys -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1114: redefinition of `_module' /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1113: `_module' previously defined here /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c: In function `wcd_mod': /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1184: `rwcd_module' undeclared (first use this function) /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1184: (Each undeclared identifier is reported only once /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1184: for each function it appears in.) /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1190: `wcd_module' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. The versions of lkm.h and wcd.c are File: wcd.c Status: Up-to-date Working revision: 1.39 Mon Dec 15 08:57:39 1997 ^^^^ (huh?) Repository revision: 1.39 /usr/cvs/src/sys/i386/isa/wcd.c,v Sticky Tag: RELENG_2_2 (branch: 1.39.2) Sticky Date: (none) Sticky Options: (none) File: lkm.h Status: Up-to-date Working revision: 1.12.2.2 Mon Dec 15 09:21:30 1997 Repository revision: 1.12.2.2 /usr/cvs/src/sys/sys/lkm.h,v Sticky Tag: RELENG_2_2 (branch: 1.12.2) Sticky Date: (none) Sticky Options: (none) What am I missing here? tg