From owner-freebsd-questions@FreeBSD.ORG Tue Apr 3 17:23:20 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40F97106564A for ; Tue, 3 Apr 2012 17:23:20 +0000 (UTC) (envelope-from prvs=4330d07a8=a@jenisch.at) Received: from mgaterz2.oekb.co.at (mgaterz2.oekb.co.at [143.245.5.112]) by mx1.freebsd.org (Postfix) with ESMTP id C430B8FC1B for ; Tue, 3 Apr 2012 17:23:19 +0000 (UTC) Received: from exchhubcas1.oekb.co.at ([143.245.3.64]) by mgaterz2.oekb.co.at with ESMTP/TLS/AES128-SHA; 03 Apr 2012 19:22:10 +0200 Received: from aurora.oekb.co.at (143.245.9.16) by internal-relay-exchhubcas1.oekb.co.at (143.245.3.65) with Microsoft SMTP Server id 14.1.339.1; Tue, 3 Apr 2012 19:22:03 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.5/8.14.5) with ESMTP id q33HM3KQ002008 for ; Tue, 3 Apr 2012 19:22:03 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.5/8.14.5/Submit) id q33HM3Q8002007 for freebsd-questions@freebsd.org; Tue, 3 Apr 2012 19:22:03 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Tue, 3 Apr 2012 19:22:03 +0200 From: Ewald Jenisch To: Message-ID: <20120403172203.GA1808@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: make buildkernel -> error: 'IOSIZE_MAX' undeclared X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2012 17:23:20 -0000 Hi, Today I tried to build a new system/kernel for one of my boxes running FreeBSD9. make buildworld went ok, however during "make buildkernel" I got this: ------------------------------ < Cut here > ------------------------------ /usr/src/sys/kern/subr_uio.c: In function 'uiomove_faultflag': /usr/src/sys/kern/subr_uio.c:194: error: 'TDP_RESETSPUR' undeclared (first use in this function) /usr/src/sys/kern/subr_uio.c:194: error: (Each undeclared identifier is reported only once /usr/src/sys/kern/subr_uio.c:194: error: for each function it appears in.) /usr/src/sys/kern/subr_uio.c: In function 'uiomove_frombuf': /usr/src/sys/kern/subr_uio.c:259: error: 'IOSIZE_MAX' undeclared (first use in this function) /usr/src/sys/kern/subr_uio.c: In function 'copyinuio': /usr/src/sys/kern/subr_uio.c:486: error: 'IOSIZE_MAX' undeclared (first use in this function) *** 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. ------------------------------ < Cut here > ------------------------------ Has anybody seen this? Better yet - any known cure against this problem? Please note that I've cvsup-ed the sources right before building the system/kernel, so they should be up to date. I also tried re-cvsuping several times, but the error stays. Thanks much in advance for your help, -ewald