From owner-freebsd-stable@FreeBSD.ORG Fri Jul 31 13:32:35 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14B65106567C for ; Fri, 31 Jul 2009 13:32:35 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id A74248FC08 for ; Fri, 31 Jul 2009 13:32:34 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: (qmail 32175 invoked from network); 31 Jul 2009 13:32:34 -0000 Received: from unknown (HELO ?10.0.0.135?) (spawk@128.238.64.31) by acm.poly.edu with AES256-SHA encrypted SMTP; 31 Jul 2009 13:32:34 -0000 Message-ID: <4A72F260.6060901@acm.poly.edu> Date: Fri, 31 Jul 2009 09:32:16 -0400 From: Boris Kochergin User-Agent: Thunderbird 2.0.0.19 (X11/20090108) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4A71C6EB.7070404@acm.poly.edu> In-Reply-To: <4A71C6EB.7070404@acm.poly.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Recent RELENG_7 doesn't build due to /usr/src/sys/dev/ata/ata-all.c 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 13:32:35 -0000 Boris Kochergin wrote: > Hi. I guess I'll play Tinderbox. With RELENG_7 sources from a few > minutes ago, I get: > > cc -c -O2 -pipe -fno-strict-aliasing -march=athlon64 -std=c99 -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 > -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 > -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables > -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 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > -Boris > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" I sent this out before the Tinderbox had caught it, but it only made its way here now, and I see that it's been fixed. Pardon the noise. -Boris