From owner-freebsd-current@FreeBSD.ORG Sun Dec 7 08:31:04 2003 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 D2AF616A4D0 for ; Sun, 7 Dec 2003 08:31:04 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 65B7143FBD for ; Sun, 7 Dec 2003 08:31:03 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 71482 invoked by uid 1002); 7 Dec 2003 16:31:02 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 7 Dec 2003 16:31:02 -0000 Message-ID: <3FD35580.4030706@freebsd.org> Date: Sun, 07 Dec 2003 09:29:52 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christian Laursen References: <86wu98n2pd.fsf@borg.borderworlds.dk> In-Reply-To: <86wu98n2pd.fsf@borg.borderworlds.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: 5.2-RC build error 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: Sun, 07 Dec 2003 16:31:05 -0000 This was a tagging botch from last night. I just fixed it in the repo. The fix should be propagating out to the mirrors shortly. Sorry for the inconvenience. Scott Christian Laursen wrote: > A few hours ago, i cvsupped to the RELENG_5_2 branch. > > My machine is currently running > > FreeBSD borg.borderworlds.dk 5.2-BETA FreeBSD 5.2-BETA #11: Wed Dec 3 22:58:06 CET 2003 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386 > > When I try to build a kernel, I get the follwoing error: > > ===> ath > cc -O -pipe -mcpu=pentiumpro -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/freebsd -I/usr/src/sys/modules/ath/../../contrib/dev/ath -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -DKLD_MODULE -nostdinc -I- -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/freebsd -I/usr/src/sys/modules/ath/../../contrib/dev/ath -I. -I@ -I@/../include -finline-limit=15000 -fno-common -g -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/dev/ath/if_ath.c > /usr/src/sys/dev/ath/if_ath.c: In function `ath_attach': > /usr/src/sys/dev/ath/if_ath.c:199: error: structure has no member named `ah_abi' > /usr/src/sys/dev/ath/if_ath.c:199: error: `HAL_ABI_VERSION' undeclared (first use in this function) > /usr/src/sys/dev/ath/if_ath.c:199: error: (Each undeclared identifier is reported only once > /usr/src/sys/dev/ath/if_ath.c:199: error: for each function it appears in.) > /usr/src/sys/dev/ath/if_ath.c:201: error: structure has no member named `ah_abi' > /usr/src/sys/dev/ath/if_ath.c:206: error: structure has no member named `ah_macVersion' > /usr/src/sys/dev/ath/if_ath.c:206: error: structure has no member named `ah_macRev' > /usr/src/sys/dev/ath/if_ath.c:207: error: structure has no member named `ah_phyRev' > /usr/src/sys/dev/ath/if_ath.c:207: error: structure has no member named `ah_phyRev' > /usr/src/sys/dev/ath/if_ath.c:208: error: structure has no member named `ah_analog5GhzRev' > /usr/src/sys/dev/ath/if_ath.c:210: error: structure has no member named `ah_analog5GhzRev' > /usr/src/sys/dev/ath/if_ath.c:210: error: structure has no member named `ah_analog5GhzRev' > /usr/src/sys/dev/ath/if_ath.c:211: error: structure has no member named `ah_analog2GhzRev' > /usr/src/sys/dev/ath/if_ath.c:213: error: structure has no member named `ah_analog2GhzRev' > /usr/src/sys/dev/ath/if_ath.c:213: error: structure has no member named `ah_analog2GhzRev' > /usr/src/sys/dev/ath/if_ath.c: In function `ath_ioctl': > /usr/src/sys/dev/ath/if_ath.c:917: error: structure has no member named `ah_getDiagState' > /usr/src/sys/dev/ath/if_ath.c: In function `ath_rx_proc': > /usr/src/sys/dev/ath/if_ath.c:1665: error: too many arguments to function > /usr/src/sys/dev/ath/if_ath.c: In function `ath_stoprecv': > /usr/src/sys/dev/ath/if_ath.c:2290: error: too many arguments to function > /usr/src/sys/dev/ath/if_ath.c: In function `ath_newstate': > /usr/src/sys/dev/ath/if_ath.c:2511: warning: passing arg 3 of pointer to function discards qualifiers from pointer target type > *** Error code 1 > > Stop in /usr/src/sys/modules/ath. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > The complete typescript can be found here: > http://ferengi.borderworlds.dk/~xi/buildkernel.log >