From owner-freebsd-stable@FreeBSD.ORG Fri Jul 31 10:06:28 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2B75106564A for ; Fri, 31 Jul 2009 10:06:28 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp003.apm-internet.net (smtp003.apm-internet.net [85.119.248.52]) by mx1.freebsd.org (Postfix) with SMTP id DC77F8FC15 for ; Fri, 31 Jul 2009 10:06:27 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: (qmail 16470 invoked from network); 31 Jul 2009 09:39:47 -0000 Received: from unknown (HELO titania.njm.me.uk) (86.129.201.170) by smtp003.apm-internet.net with SMTP; 31 Jul 2009 09:39:47 -0000 Received: from titania.njm.me.uk (localhost [127.0.0.1]) by titania.njm.me.uk (8.14.3/8.14.3) with ESMTP id n6V9dgkj033432; Fri, 31 Jul 2009 10:39:43 +0100 (BST) (envelope-from njm@njm.me.uk) Received: (from njm@localhost) by titania.njm.me.uk (8.14.3/8.14.3/Submit) id n6V9dgDJ033431; Fri, 31 Jul 2009 10:39:42 +0100 (BST) (envelope-from njm@njm.me.uk) Date: Fri, 31 Jul 2009 10:39:42 +0100 From: "N.J. Mann" To: Willem Jan Withagen Message-ID: <20090731093942.GA33339@titania.njm.me.uk> Mail-Followup-To: Willem Jan Withagen , stable@freebsd.org References: <4A72B8E4.6060509@withagen.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A72B8E4.6060509@withagen.nl> X-Operating-System: FreeBSD 7.2-STABLE User-Agent: mutt-NJM (2009-07-16) Cc: stable@freebsd.org Subject: Re: Upgrading from 6.4 to 7.2 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, 31 Jul 2009 10:06:29 -0000 In message <4A72B8E4.6060509@withagen.nl>, Willem Jan Withagen (wjw@withagen.nl) wrote: > Compiling the kernel gives me: > > cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq -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 -fno-omit-frame-pointer -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -mno-sse3 -ffreestanding -Werror /usr/src/sys/dev/ata/ata-all.c > /usr/src/sys/dev/ata/ata-all.c: In function 'ata_device_ioctl': > /usr/src/sys/dev/ata/ata-all.c:454: error: request for member 'max_iosize' > in something not a structure or union > /usr/src/sys/dev/ata/ata-all.c:454: error: request for member 'max_iosize' > in something not a structure or union > *** Error code 1 This was fixed earlier today so update your sources and try again. Cheers, Nick. --