From owner-freebsd-current@FreeBSD.ORG Mon Mar 28 20:00:50 2005 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 D3FE416A4CE; Mon, 28 Mar 2005 20:00:50 +0000 (GMT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E101A43D53; Mon, 28 Mar 2005 20:00:39 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.14.61.221]) by lakermmtao12.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050328200038.QNDM2476.lakermmtao12.cox.net@dolphin.local.net>; Mon, 28 Mar 2005 15:00:38 -0500 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.3/8.13.3) with ESMTP id j2SK0cBO094262; Mon, 28 Mar 2005 14:00:38 -0600 (CST) (envelope-from conrads@cox.net) Date: Mon, 28 Mar 2005 14:00:33 -0600 From: "Conrad J. Sabatier" To: Doug Barton Message-ID: <20050328140033.1ddbbe7a@dolphin.local.net> In-Reply-To: <4247BECA.3090902@FreeBSD.org> References: <20050328064122.53CE27306E@freebsd-current.sentex.ca> <4247BECA.3090902@FreeBSD.org> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: wpaul@freebsd.org cc: current@freebsd.org Subject: Re: [current tinderbox] failure on i386/i386 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: Mon, 28 Mar 2005 20:00:51 -0000 On Mon, 28 Mar 2005 00:22:34 -0800, Doug Barton wrote: > Finally, someone besides me is seeing this. :) > > Doug I'm seeing similar, but slightly different, under amd64 current (have been for the past several days, but didn't report it in the hopes it would just go away) :-) No problems on my i386 box with RELENG_5, though. ===> ndis (all) cc -O2 -pipe -march=athlon64 -fno-strict-aliasing -Wno-error -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/obj/usr/src/sys/CUSTOM/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/CUSTOM -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/ndis/../../compat/ndis/subr_pe.c cc -O2 -pipe -march=athlon64 -fno-strict-aliasing -Wno-error -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/obj/usr/src/sys/CUSTOM/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/CUSTOM -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/ndis/../../compat/ndis/subr_ndis.c cc -O2 -pipe -march=athlon64 -fno-strict-aliasing -Wno-error -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/obj/usr/src/sys/CUSTOM/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/CUSTOM -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function `KfAcquireSpinLock': /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:299: error: `KefAcquireSpinLockAtDpcLevel' undeclared (first use in this function) /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:299: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:299: error: for each function it appears in.) /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c: In function `KfReleaseSpinLock': /usr/src/sys/modules/ndis/../../compat/ndis/subr_hal.c:307: error: `KefReleaseSpinLockFromDpcLevel' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/ndis. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/CUSTOM. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. > > FreeBSD Tinderbox wrote: > > TB --- 2005-03-28 04:41:57 - tinderbox 2.3 running on > > freebsd-current.sentex.ca TB --- 2005-03-28 04:41:57 - starting > > CURRENT tinderbox run for i386/i386 TB --- 2005-03-28 04:41:57 - > > checking out the source tree TB --- 2005-03-28 04:41:57 - cd > > /home/tinderbox/CURRENT/i386/i386 TB --- 2005-03-28 04:41:57 - > > /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- > > 2005-03-28 04:48:47 - building world (CFLAGS=-O2 -pipe) TB --- > > 2005-03-28 04:48:47 - cd /home/tinderbox/CURRENT/i386/i386/src TB > > --- 2005-03-28 04:48:47 - /usr/bin/make -B buildworld > > > >>>>Rebuilding the temporary build tree > >>>>stage 1.1: legacy release compatibility shims > >>>>stage 1.2: bootstrap tools > >>>>stage 2.1: cleaning up the object tree > >>>>stage 2.2: rebuilding the object tree > >>>>stage 2.3: build tools > >>>>stage 3: cross tools > >>>>stage 4.1: building includes > >>>>stage 4.2: building libraries > >>>>stage 4.3: make dependencies > >>>>stage 4.4: building everything > > > > TB --- 2005-03-28 06:20:58 - building generic kernel (COPTFLAGS=-O2 > > -pipe) TB --- 2005-03-28 06:20:58 - cd > > /home/tinderbox/CURRENT/i386/i386/src TB --- 2005-03-28 06:20:58 - > > /usr/bin/make buildkernel KERNCONF=GENERIC > > > >>>>Kernel build for GENERIC started on Mon Mar 28 06:20:59 UTC 2005 > >>>>stage 1: configuring the kernel > >>>>stage 2.1: cleaning up the object tree > >>>>stage 2.2: rebuilding the object tree > >>>>stage 2.3: build tools > >>>>stage 3.1: making dependencies > >>>>stage 3.2: building everything > > > > [...] > > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE > > -nostdinc -I- -include > > /tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/sy > > s/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include > > -finline-limit=8000 -fno-common -g > > -I/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/ > > sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 > > -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall > > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > > -fformat-extensions -std=c99 -c > > /tinderbox/CURRENT/i386/i386/src/sys/modules/ndis/../../compat/ndis > > /subr_ntoskrnl.c cc -O2 -pipe -fno-strict-aliasing -Werror > > -D_KERNEL -DKLD_MODULE -nostdinc -I- -include > > /tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/sy > > s/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include > > -finline-limit=8000 -fno-common -g > > -I/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/ > > sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 > > -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall > > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > > -fformat-extensions -std=c99 -c > > /tinderbox/CURRENT/i386/i386/src/sys/modules/ndis/../../compat/ndis > > /kern_ndis.c > > /tinderbox/CURRENT/i386/i386/src/sys/modules/ndis/../../compat/ndis > > /kern_ndis.c: In function `ndis_convert_res': > > /tinderbox/CURRENT/i386/i386/src/sys/modules/ndis/../../compat/ndis > > /kern_ndis.c:919: error: `brl_rev' undeclared (first use in this > > function) > > /tinderbox/CURRENT/i386/i386/src/sys/modules/ndis/../../compat/ndis > > /kern_ndis.c:919: error: (Each undeclared identifier is reported > > only once > > /tinderbox/CURRENT/i386/i386/src/sys/modules/ndis/../../compat/ndis > > /kern_ndis.c:919: error: for each function it appears in.) > > /tinderbox/CURRENT/i386/i386/src/sys/modules/ndis/../../compat/ndis > > /kern_ndis.c:966: error: request for member `stqh_first' in > > something not a structure or union > > /tinderbox/CURRENT/i386/i386/src/sys/modules/ndis/../../compat/ndis > > /kern_ndis.c:1006: warning: label `bad' defined but not used *** > > Error code 1 > > > > Stop in /tinderbox/CURRENT/i386/i386/src/sys/modules/ndis. > > *** Error code 1 > > > > Stop in /tinderbox/CURRENT/i386/i386/src/sys/modules. > > *** Error code 1 > > > > Stop in > > /tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/sy > > s/GENERIC. *** Error code 1 > > > > Stop in /tinderbox/CURRENT/i386/i386/src. > > *** Error code 1 > > > > Stop in /tinderbox/CURRENT/i386/i386/src. > > TB --- 2005-03-28 06:41:21 - WARNING: /usr/bin/make returned exit > > code 1 TB --- 2005-03-28 06:41:21 - ERROR: failed to build generic > > kernel TB --- 2005-03-28 06:41:21 - tinderbox aborted > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > > "freebsd-current-unsubscribe@freebsd.org" > > > > > > > -- > > This .signature sanitized for your protection > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > -- Conrad J. Sabatier -- "In Unix veritas"