On Mon, 28 Mar 2005 00:22:34 -0800, Doug Barton <dougb_at_freebsd.org> 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_at_ -I_at_/contrib/altq -I_at_/../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_at_ -I_at_/contrib/altq -I_at_/../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_at_ -I_at_/contrib/altq -I_at_/../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_at_ -I_at_/contrib/altq -I_at_/../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_at_ -I_at_/contrib/altq -I_at_/../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_at_freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > > "freebsd-current-unsubscribe_at_freebsd.org" > > > > > > > -- > > This .signature sanitized for your protection > > _______________________________________________ > freebsd-current_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe_at_freebsd.org" > -- Conrad J. Sabatier <conrads_at_cox.net> -- "In Unix veritas"Received on Mon Mar 28 2005 - 18:00:50 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:30 UTC