From owner-freebsd-stable@FreeBSD.ORG Fri Dec 23 14:53:52 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E36516A420 for ; Fri, 23 Dec 2005 14:53:52 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from mail.alkar.net (mail.alkar.net [195.248.191.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id A06D643D62 for ; Fri, 23 Dec 2005 14:53:42 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from [213.227.193.75] (HELO [192.168.0.177]) by mail.alkar.net (CommuniGate Pro SMTP 4.3.9) with ESMTP id 416707959 for stable@freebsd.org; Fri, 23 Dec 2005 16:53:39 +0200 Message-ID: <43AC2BA9.4090800@oxygen.az> Date: Fri, 23 Dec 2005 16:54:01 +0000 From: Tofik Suleymanov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: troubles compiling latest RELENG_6 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 14:53:52 -0000 After cvsuping latest RELENG_6: make buildworld ( executes fine) make buildkernel (gives an error - look below) cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/net80211/ieee80211_ioctl.c /usr/src/sys/net80211/ieee80211_ioctl.c: In function `ieee80211_ioctl_get80211': /usr/src/sys/net80211/ieee80211_ioctl.c:1483: error: `IEEE80211_IOC_MCAST_RATE' undeclared (first use in this function) /usr/src/sys/net80211/ieee80211_ioctl.c:1483: error: (Each undeclared identifier is reported only once /usr/src/sys/net80211/ieee80211_ioctl.c:1483: error: for each function it appears in.) /usr/src/sys/net80211/ieee80211_ioctl.c:1484: error: structure has no member named `ic_mcast_rate' /usr/src/sys/net80211/ieee80211_ioctl.c: In function `ieee80211_ioctl_set80211': /usr/src/sys/net80211/ieee80211_ioctl.c:2375: error: `IEEE80211_IOC_MCAST_RATE' undeclared (first use in this function) /usr/src/sys/net80211/ieee80211_ioctl.c:2376: error: structure has no member named `ic_mcast_rate' *** 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. paranoia# Any suggestions or ideas ?