From owner-cvs-src@FreeBSD.ORG Fri Oct 26 18:21:01 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D507916A41A; Fri, 26 Oct 2007 18:21:01 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 7076113C4B6; Fri, 26 Oct 2007 18:20:59 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 216251058-1834499 for multiple; Fri, 26 Oct 2007 14:23:26 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l9QIKdC1037881; Fri, 26 Oct 2007 14:20:42 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Robert Watson Date: Fri, 26 Oct 2007 12:19:43 -0400 User-Agent: KMail/1.9.6 References: <200710242133.l9OLX05K085372@repoman.freebsd.org> <20071025220146.GA13705@troutmask.apl.washington.edu> <20071025233901.Y99770@fledge.watson.org> In-Reply-To: <20071025233901.Y99770@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710261219.43878.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 26 Oct 2007 14:20:42 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/4600/Fri Oct 26 10:02:30 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Steve Kargl Subject: Re: cvs commit: src/sys/sys gpt.h src/lib/libstand Makefile src/sbin/gpt Makefile add.c boot.c gpt.8 gpt.c gpt.h show.c src/sys/boot/common ufsread.c src/sys/boot/i386 Makefile src/sys/boot/i386/gptboot Makefile gptboot.c gptldr.S ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 18:21:02 -0000 On Thursday 25 October 2007 06:40:45 pm Robert Watson wrote: > > On Thu, 25 Oct 2007, Steve Kargl wrote: > > >> FreeBSD src repository > >> > >> Modified files: > >> sys/sys gpt.h > >> lib/libstand Makefile > >> sbin/gpt Makefile add.c gpt.8 gpt.c gpt.h show.c > >> sys/boot/common ufsread.c > >> sys/boot/i386 Makefile > >> sys/boot/i386/gptboot Makefile gptboot.c > >> sys/boot/i386/libi386 biosdisk.c devicename.c > >> sys/geom/part g_part.c g_part.h g_part_gpt.c > >> Added files: > >> sbin/gpt boot.c > >> sys/boot/i386/gptboot gptldr.S > >> sys/boot/i386/pmbr Makefile pmbr.s > >> Log: > > > > I pulled sources via anoncvs about an hour ago. > > rm -rf /usr/obj/* > > cd /usr/src > > make buildworld > > > > cc -Os -fno-guess-branch-probability -fomit-frame-pointer > > -fno-unit-at-a-time -mno-align-l ong-strings -mrtd -mno-mmx -mno-3dnow > > -mno-sse -mno-sse2 -mno-sse3 -DUFS1_AND_UFS2 -DSIOPR T=0x3f8 -DSIOFMT=0x3 > > -DSIOSPD=9600 -I/usr/src/sys/boot/i386/gptboot/../../common -I/usr/sr > > c/sys/boot/i386/gptboot/../btx/lib -I/usr/src/sys/boot/i386/gptboot/../boot2 > > -Wall -Waggrega te-return -Wbad-function-cast -Wcast-align > > -Wmissing-declarations -Wmissing-prototypes -Wnest ed-externs > > -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline > > --param max -inline-insns-single=100 -ffreestanding > > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno -sse -mno-sse2 > > -mno-sse3 -m32 -march=i386 -c /usr/src/sys/boot/i386/gptboot/gptboot.c > > /usr/src/sys/boot/i386/gptboot/gptboot.c:24:30: error: machine/bootinfo.h: > > No such file or dir ectory /usr/src/sys/boot/i386/gptboot/gptboot.c: In > > function 'main': /usr/src/sys/boot/i386/gptboot/gptboot.c:243: error: > > invalid use of undefined type 'struct boo tinfo' > > /usr/src/sys/boot/i386/gptboot/gptboot.c:243: error: 'BOOTINFO_VERSION' > > undeclared (first use in this function) > > /usr/src/sys/boot/i386/gptboot/gptboot.c:243: error: (Each undeclared > > identifier is reported o nly once > > /usr/src/sys/boot/i386/gptboot/gptboot.c:243: error: for each function it > > appears in.) /usr/src/sys/boot/i386/gptboot/gptboot.c:244: error: invalid > > use of undefined type 'struct boo tinfo' > > > > troutmask:root[250] find /usr/src -name bootinfo.h > > /usr/src/sys/i386/include/bootinfo.h /usr/src/sys/ia64/include/bootinfo.h > > /usr/src/sys/pc98/include/bootinfo.h /usr/src/sys/powerpc/include/bootinfo.h > > > > So what am I missing? > > I'm seeing the same problem with a cross-build of amd64 from i386--I also > tried blowing away the object tree and it didn't appear to help. Should be fixed now. -- John Baldwin