From owner-cvs-src@FreeBSD.ORG Fri Oct 26 14:54:03 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 75D6B16A421 for ; Fri, 26 Oct 2007 14:54:03 +0000 (UTC) (envelope-from thomas.sparrevohn@eds.com) Received: from spmler1.mail.eds.com (spmler1.mail.eds.com [194.128.225.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE3013C480 for ; Fri, 26 Oct 2007 14:54:02 +0000 (UTC) (envelope-from thomas.sparrevohn@eds.com) Received: from spmlir3.mail.eds.com (spmlir3.mail.eds.com [205.191.69.43]) by spmler1.mail.eds.com (8.13.8/8.13.8) with ESMTP id l9QEYSAX021366 for ; Fri, 26 Oct 2007 15:34:29 +0100 Received: from spmlir3.mail.eds.com (localhost [127.0.0.1]) by spmlir3.mail.eds.com (8.13.8/8.12.10) with ESMTP id l9QEUJEN025994 for ; Fri, 26 Oct 2007 15:30:19 +0100 Received: from defrm100.emea.corp.eds.com ([145.16.186.14]) by spmlir3.mail.eds.com (8.13.8/8.12.10) with ESMTP id l9QEUEuL025685 for ; Fri, 26 Oct 2007 15:30:19 +0100 Received: from defrm200.emea.corp.eds.com ([145.16.186.5]) by defrm100.emea.corp.eds.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 26 Oct 2007 16:30:16 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Fri, 26 Oct 2007 16:30:14 +0200 Message-ID: In-Reply-To: <20071026081413.B11F016A556@hub.freebsd.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cvs-src Digest, Vol 51, Issue 36 Thread-Index: AcgXqHHEPfk4h6J7SjCXV+IDMVMFqQANBMbA References: <20071026081413.B11F016A556@hub.freebsd.org> From: "Sparrevohn, Thomas" To: X-OriginalArrivalTime: 26 Oct 2007 14:30:16.0059 (UTC) FILETIME=[B9FBCCB0:01C817DC] Subject: RE: cvs-src Digest, Vol 51, Issue 36 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 14:54:03 -0000 There is missing a "-I. " the gptpart/Makefile so it does not pickup the link -----Original Message-----=20 To: John Baldwin Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Message-ID: <20071025220146.GA13705@troutmask.apl.washington.edu> Content-Type: text/plain; charset=3Dus-ascii On Wed, Oct 24, 2007 at 09:33:00PM +0000, John Baldwin wrote: > jhb 2007-10-24 21:33:00 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/sys gpt.h=20 > lib/libstand Makefile=20 > sbin/gpt Makefile add.c gpt.8 gpt.c gpt.h show.c=20 > sys/boot/common ufsread.c=20 > sys/boot/i386 Makefile=20 > sys/boot/i386/gptboot Makefile gptboot.c=20 > sys/boot/i386/libi386 biosdisk.c devicename.c=20 > sys/geom/part g_part.c g_part.h g_part_gpt.c=20 > Added files: > sbin/gpt boot.c=20 > sys/boot/i386/gptboot gptldr.S=20 > sys/boot/i386/pmbr Makefile pmbr.s=20 > 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=3D0x3f8 -DSIOFMT=3D0x3 -DSIOSPD=3D9600 -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=3D100 -ffreestanding -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno -sse -mno-sse2 -mno-sse3 -m32 -march=3Di386 -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=20 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? --=20 Steve