Date: Fri, 18 Mar 2011 19:45:23 -0400 From: Arnaud Lacombe <lacombar@gmail.com> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, Jack Vogel <jfvogel@gmail.com> Cc: current@freebsd.org, i386@freebsd.org Subject: Re: [head tinderbox] failure on i386/pc98 Message-ID: <AANLkTimcet4mwPzPLuR6cmdPmqu=uH9Aa7oVEjeGSCkT@mail.gmail.com> In-Reply-To: <201103182337.p2INbIKu066558@freebsd-current.sentex.ca> References: <201103182337.p2INbIKu066558@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Fri, Mar 18, 2011 at 7:37 PM, FreeBSD Tinderbox <tinderbox@freebsd.org> wrote: > [...] > awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/eisa/eisa_if.m -c ; =A0= cc -c -O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 =A0-Wall -Wredundant-dec= ls -Wnested-externs -Wstrict-prototypes =A0-Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual =A0-Wundef -Wno-pointer-sign -fformat-extensions = -nostdinc =A0-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL= _OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 --p= aram inline-unit-growth=3D100 --param large-function-growth=3D1000 -DGPROF = -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strin= gs -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -m= no-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofile= r-epilogue eisa_if.c > cc -c -O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 =A0-Wall -Wredundant-d= ecls -Wnested-externs -Wstrict-prototypes =A0-Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual =A0-Wundef -Wno-pointer-sign -fformat-extension= s -nostdinc =A0-I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERN= EL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 -= -param inline-unit-growth=3D100 --param large-function-growth=3D1000 -DGPRO= F -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-str= ings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 = -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofi= ler-epilogue /src/sys/dev/e1000/if_em.c -I/src/sys/dev/e1000 > In file included from /src/sys/dev/e1000/if_em.c:86: > /src/sys/dev/e1000/if_em.h:216:1: error: "SYSCTL_ADD_UQUAD" redefined > In file included from /src/sys/dev/e1000/if_em.c:55: > /src/sys/sys/sysctl.h:370:1: error: this is the location of the previous = definition > *** Error code 1 > This should fix it: diff --git a/src/if_em.h b/src/if_em.h index 367d249..9381fc8 100644 --- a/src/if_em.h +++ b/src/if_em.h @@ -213,7 +213,7 @@ #define EM_MSIX_BAR 3 /* On 82575 */ /* More backward compatibility */ -#if !defined(SYSTCL_ADD_UQUAD) +#if !defined(SYSCTL_ADD_UQUAD) #define SYSCTL_ADD_UQUAD SYSCTL_ADD_QUAD #endif For the record, I privately sent jfv@ a patch about this build failure a month ago ... - Arnaud > Stop in /obj/pc98.i386/src/sys/LINT. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2011-03-18 23:37:17 - WARNING: /usr/bin/make returned exit code = =A01 > TB --- 2011-03-18 23:37:17 - ERROR: failed to build lint kernel > TB --- 2011-03-18 23:37:18 - 5616.87 user 985.87 system 7037.37 real > > > http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full > _______________________________________________ > 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= " >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimcet4mwPzPLuR6cmdPmqu=uH9Aa7oVEjeGSCkT>