From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 7 19:48:51 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA99F16A51A; Sat, 7 Feb 2004 19:48:50 -0800 (PST) Received: from mx1.rootauthority.us (adsl-66-123-229-170.dsl.sndg02.pacbell.net [66.123.229.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5389843D1D; Sat, 7 Feb 2004 19:48:50 -0800 (PST) (envelope-from root@rootauthority.us) Received: by mx1.rootauthority.us (Postfix, from userid 0) id 22861B957; Sat, 7 Feb 2004 19:48:48 -0800 (PST) Received: from 207.115.63.84 [207.115.63.84] by localhost with POP3 (fetchmail-6.2.5) for __zma@localhost (single-drop); Sat, 07 Feb 2004 19:48:47 -0800 (PST) Received: from vmh.prodigy.net by vmh with SMTP; Sat, 7 Feb 2004 16:51:16 -0500 X-Originating-IP: [216.136.204.119] Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by vmh.prodigy.net (8.12.10/8.12.10) with ESMTP id i17LpF4I405624 for ; Sat, 7 Feb 2004 16:51:15 -0500 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id E704156430; Sat, 7 Feb 2004 13:51:11 -0800 (PST) (envelope-from owner-freebsd-current@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 2368516A4F9; Sat, 7 Feb 2004 13:51:08 -0800 (PST) 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 E99D216A4CF; Sat, 7 Feb 2004 13:48:59 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFBDD43D1F; Sat, 7 Feb 2004 13:48:59 -0800 (PST) (envelope-from des+tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0744A7303A; Sat, 7 Feb 2004 16:48:58 -0500 (EST) From: Tinderbox To: current@freebsd.org, amd64@freebsd.org Precedence: bulk Message-Id: <20040207214858.0744A7303A@freebsd-current.sentex.ca> Date: Sat, 7 Feb 2004 16:48:58 -0500 (EST) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Sender: owner-freebsd-current@freebsd.org Errors-To: owner-freebsd-current@freebsd.org Subject: [current tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 03:48:51 -0000 TB --- 2004-02-07 21:22:04 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-02-07 21:22:04 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2004-02-07 21:22:04 - checking out the source tree TB --- cd /home/tinderbox/sandbox/CURRENT/amd64/amd64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-02-07 21:26:11 - building world TB --- cd /home/tinderbox/sandbox/CURRENT/amd64/amd64/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies [...] ===> sys/boot/i386/boot2 cpp -Os -fno-guess-branch-probability -fomit-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/boot/i386/boot2/../../common -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -ffreestanding -mpreferred-stack-boundary=2 -m32 /other/tinderbox/CURRENT/amd64/amd64/src/sys/boot/i386/boot2/boot1.s | as --defsym FLAGS=0x80 --defsym SIOPRT=0x3f8 --defsym SIOFMT=0x3 --defsym SIOSPD=9600 --32 -o boot1.o ld -nostdlib -static -N --gc-sections -m elf_i386_fbsd -e start -Ttext 0x7c00 -o boot1.out boot1.o nm -t d boot1.out | awk '/([0-9])+ T xread/ { x = $1 - ORG1; printf("#define XREADORG %#x\n", REL1 + x) }' ORG1=`printf "%d" 0x7c00` REL1=`printf "%d" 0x700` > boot2.h rm -f .depend mkdep -f .depend -a -DUFS1_AND_UFS2 -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/boot/i386/boot2/../../common -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/boot/i386/boot2/../btx/lib -I. /other/tinderbox/CURRENT/amd64/amd64/src/sys/boot/i386/boot2/boot2.c /other/tinderbox/CURRENT/amd64/amd64/src/sys/boot/i386/boot2/boot2.c:25:30: machine/bootinfo.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src/sys/boot/i386/boot2. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src/sys/boot/i386. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src/sys/boot. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src/sys. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src. TB --- 2004-02-07 21:48:58 - TB --- /usr/bin/make returned exit code 1 TB --- 2004-02-07 21:48:58 - TB --- ERROR: failed to build world TB --- 2004-02-07 21:48:58 - tinderbox aborted _______________________________________________ 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"