From owner-freebsd-current@FreeBSD.ORG Fri Oct 26 12:28:45 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFD7F16A419 for ; Fri, 26 Oct 2007 12:28:45 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [194.62.233.102]) by mx1.freebsd.org (Postfix) with ESMTP id 67B0B13C4AA for ; Fri, 26 Oct 2007 12:28:45 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from doc.sem.ipt.ru ([192.168.12.1] helo=ipt.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1IlO3G-0007dr-8i for freebsd-current@FreeBSD.org; Fri, 26 Oct 2007 16:12:34 +0400 Received: from bsam by ipt.ru with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1IlO6l-000OMu-Mm for freebsd-current@FreeBSD.org; Fri, 26 Oct 2007 16:16:11 +0400 To: freebsd-current@FreeBSD.org From: Boris Samorodov Date: Fri, 26 Oct 2007 16:16:11 +0400 Message-ID: <96468692@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: [HEAD] gptboot broken, /dev/hands or unfortune csup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 26 Oct 2007 12:28:45 -0000 Hi! I'm trying to upgrade from CURRENT as of a month ago to an up to date one. Gptboot is compiling (while make installworld!). Here is the error message: ----- install -o root -g wheel -m 444 boot boot1 boot2 /boot ===> sys/boot/i386/cdboot (install) install -o root -g wheel -m 444 cdboot /boot ===> sys/boot/i386/gptboot (install) cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -DUFS1_AND_UFS2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/usr/src/sys/boot/i386/gptboot/../../common -I/usr/src/sys/boot/i386/gptboot/../btx/lib -I/usr/src/sys/boot/i386/gptboot/../boot2 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-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 directory /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 bootinfo' /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 only 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 bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c:244: error: invalid application of 'sizeof' to incomplete type 'struct bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c:245: error: invalid use of undefined type 'struct bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c:246: error: invalid use of undefined type 'struct bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c:247: error: invalid use of undefined type 'struct bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c: In function 'load': /usr/src/sys/boot/i386/gptboot/gptboot.c:346: error: invalid use of undefined type 'struct bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c:377: error: invalid use of undefined type 'struct bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c:394: error: invalid use of undefined type 'struct bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c:395: error: invalid use of undefined type 'struct bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c:396: error: invalid use of undefined type 'struct bootinfo' /usr/src/sys/boot/i386/gptboot/gptboot.c:398: warning: implicit declaration of function 'MAKEBOOTDEV' /usr/src/sys/boot/i386/gptboot/gptboot.c:398: warning: nested extern declaration of 'MAKEBOOTDEV' *** Error code 1 Stop in /usr/src/sys/boot/i386/gptboot. *** 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. *** Error code 1 Stop in /usr/src. ----- Well, $SUBJ? Sources were csupped the last night. Thanks! WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve