From owner-freebsd-current@FreeBSD.ORG Tue Nov 11 05:38:29 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61A8916A4CE for ; Tue, 11 Nov 2003 05:38:29 -0800 (PST) Received: from haha.debank.tv (c92069.upc-c.chello.nl [212.187.92.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id D697143FDD for ; Tue, 11 Nov 2003 05:38:23 -0800 (PST) (envelope-from rob@debank.tv) Received: from debank.tv (X-server.debank.tv [192.168.1.69]) by haha.debank.tv (8.12.9p2/8.12.9) with ESMTP id hABDcJxQ080152; Tue, 11 Nov 2003 14:38:22 +0100 (CET) (envelope-from rob@debank.tv) Message-ID: <3FB0E65B.3000604@debank.tv> Date: Tue, 11 Nov 2003 14:38:35 +0100 From: Rob Evers User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031018 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Thomas T. Veldhouse" References: <000501c3a858$76ea97a0$0101a8c0@cascade> In-Reply-To: <000501c3a858$76ea97a0$0101a8c0@cascade> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new cc: freebsd-current@freebsd.org Subject: Re: Buildworld Failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 13:38:29 -0000 Thomas T. Veldhouse wrote: >cc -elf -ffreestanding -Os -fno-builtin -fno-guess-branch-probability -fomi >t-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/ >sys/boot/i386/boot2/../../common -I/usr/src/sys/boot/i386/boot2/../btx/lib >-I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-de >clarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow - >Wstrict-prototypes -Wwrite-strings -ffreestanding -mpreferred-stack-boundary >=2 -S -o boot2.s.tmp /usr/src/sys/boot/i386/boot2/boot2.c >/usr/src/sys/boot/i386/boot2/boot2.c: In function `load': >/usr/src/sys/boot/i386/boot2/boot2.c:362: error: `RB_BOOTINFO' undeclared >(first use in this function) >/usr/src/sys/boot/i386/boot2/boot2.c:362: error: (Each undeclared identifier >is reported only once >/usr/src/sys/boot/i386/boot2/boot2.c:362: error: for each function it >appears in.) >*** Error code 1 > >Stop in /usr/src/sys/boot/i386/boot2. >*** Error code 1 > >Stop in /usr/src/sys/boot/i386. >*** Error code 1 > >Stop in /usr/src/sys/boot. >*** Error code 1 > >Stop in /usr/src/sys. >*** Error code 1 > >Stop in /usr/src. >*** Error code 1 > >Stop in /usr/src. >*** Error code 1 > >Stop in /usr/src. >ekg# > > >_______________________________________________ >freebsd-current@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > Cvsup again, It should be fixed now Rob -------------------------------------------------------------------------------------------------------- bde 2003/11/10 22:27:35 PST FreeBSD src repository Modified files: sys/boot/i386/boot2 boot2.c Log: Include the definition of RB_BOOTINFO. The previous commit broke the world because it depended on namespace pollution that was only in my version of . The include was removed in rev.1.63 after the last reference to it went away in rev.1.61. Revision Changes Path 1.66 +2 -0 src/sys/boot/i386/boot2/boot2.c