From owner-freebsd-current@FreeBSD.ORG Sun Dec 7 06:06:22 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 B962516A4CE for ; Sun, 7 Dec 2003 06:06:22 -0800 (PST) Received: from ferengi.borderworlds.dk (borderworlds.dk [62.79.110.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF96143FEA for ; Sun, 7 Dec 2003 06:06:17 -0800 (PST) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id DD5E65C72 for ; Sun, 7 Dec 2003 15:05:03 +0100 (CET) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 9AFADB83B; Sun, 7 Dec 2003 15:05:02 +0100 (CET) Sender: xi@borderworlds.dk To: freebsd-current@freebsd.org From: Christian Laursen Date: 07 Dec 2003 15:05:01 +0100 Message-ID: <86wu98n2pd.fsf@borg.borderworlds.dk> Lines: 57 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: 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 14:06:22 -0000 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 -- Best regards Christian Laursen