From owner-freebsd-current@FreeBSD.ORG Sat Jun 26 14:55:38 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 830C316A4CE for ; Sat, 26 Jun 2004 14:55:38 +0000 (GMT) Received: from mandarin.fruitsalad.org (pc117.net160.koping.net [81.16.160.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 127E143D41 for ; Sat, 26 Jun 2004 14:55:38 +0000 (GMT) (envelope-from matt@fruitsalad.org) Received: from [192.168.15.6] (helo=[192.168.15.6]) by mandarin.fruitsalad.org with esmtp (Exim 4.34 (FreeBSD)) id 1BeEaQ-000OT7-MA for current@freebsd.org; Sat, 26 Jun 2004 16:55:22 +0200 From: Matt Douhan Organization: fruitsalad.org To: current@freebsd.org Date: Sat, 26 Jun 2004 16:55:07 +0200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406261655.07871.matt@fruitsalad.org> X-Mailman-Approved-At: Sun, 27 Jun 2004 11:44:52 +0000 Subject: Kernel builderror 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: Sat, 26 Jun 2004 14:55:38 -0000 Hi I get the following buildkernel error with src from today at 4PM CET cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/dev/usb/uhid.c /usr/src/sys/dev/usb/uhid.c: In function `uhid_do_ioctl': /usr/src/sys/dev/usb/uhid.c:709: error: structure has no member named `sc_hdev' /usr/src/sys/dev/usb/uhid.c:716: error: structure has no member named `sc_hdev' *** Error code 1 Stop in /usr/obj/usr/src/sys/DRAGONFRUIT. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. rgds Matt