From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 01:40:07 2004 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 00D0D16A4D1 for ; Thu, 7 Oct 2004 01:40:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E724443D31; Thu, 7 Oct 2004 01:40:06 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) i971e5NW034984; Thu, 7 Oct 2004 01:40:06 GMT (envelope-from davidxu@freebsd.org) Message-ID: <41649E7B.5020401@freebsd.org> Date: Thu, 07 Oct 2004 09:40:11 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.2) Gecko/20041004 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jiawei Ye References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: kernel build failure in -HEAD 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: Thu, 07 Oct 2004 01:40:07 -0000 Can you resync your source tree ? I have committed a fix. Jiawei Ye wrote: >cc -c -O -pipe -march=pentium4 -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/dev/acpica >-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 >-D_KERNEL -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 -ffreestanding >-Werror /usr/src/sys/kern/kern_thr.c >/usr/src/sys/kern/kern_thr.c: In function `thr_exit': >/usr/src/sys/kern/kern_thr.c:196: error: structure has no member named `state' >/usr/src/sys/kern/kern_thr.c:197: error: structure has no member named `state' >*** Error code 1 > >Stop in /usr/obj/usr/src/sys/CHIHIRO. >*** Error code 1 > >Stop in /usr/src. >*** Error code 1 > >Stop in /usr/src. > > >