From owner-freebsd-amd64@FreeBSD.ORG Sun Aug 15 18:10:09 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 79F7E16A4CE for ; Sun, 15 Aug 2004 18:10:09 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E528A43D2D for ; Sun, 15 Aug 2004 18:10:08 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 68E1F1FF931 for ; Sun, 15 Aug 2004 20:10:07 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 841F91FF90C; Sun, 15 Aug 2004 20:10:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id B036015384; Sun, 15 Aug 2004 18:06:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id AD7D515380 for ; Sun, 15 Aug 2004 18:06:03 +0000 (UTC) Date: Sun, 15 Aug 2004 18:06:03 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: amd64@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Subject: installworld: btxld:No such file or directory X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 18:10:09 -0000 Hi, this is the second time I get this from freshly checked out sources. No response ~1 month ago... so asking again. Any ideas ? make installworld ... ===> sys/boot/i386/btx ===> sys/boot/i386/btx/btx ===> sys/boot/i386/btx/btxldr ===> sys/boot/i386/btx/lib ===> sys/boot/i386/boot2 cc -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -DFLAGS=0x80 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/local/building/freebsd/i4b/src/sys/boot/i386/boot2/../../common -I/local/building/freebsd/i4b/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 -S -o boot2.s.tmp /local/building/freebsd/i4b/src/sys/boot/i386/boot2/boot2.c sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s rm -f boot2.s.tmp as --32 -o boot2.o boot2.s ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -Ttext 0x2000 -o boot2.out /local/building/src+ports/src/obj/local/building/freebsd/i4b/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o objcopy -S -O binary boot2.out boot2.bin btxld -v -E 0x2000 -f bin -b /local/building/src+ports/src/obj/local/building/freebsd/i4b/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin btxld:No such file or directory *** Error code 1 Stop in /local/building/freebsd/i4b/src/sys/boot/i386/boot2. *** Error code 1 here's the new one: bz@noc:/local/building/freebsd/i4b/src/sys/boot/i386/boot2> ls -l /usr/obj/local/building/freebsd/i4b/src/usr.sbin/btxld/btxld -rwxr-xr-x 1 bz wheel 17999 Aug 15 11:51 /usr/obj/local/building/freebsd/i4b/src/usr.sbin/btxld/btxld and of course the old one: bz@noc:/local/building/freebsd/i4b/src/sys/boot/i386/boot2> ls -l /usr/sbin/btxld -r-xr-xr-x 1 root wheel 13304 Jul 10 21:07 /usr/sbin/btxld I have the following in my make.conf: LOADER_TFTP_SUPPORT= YES -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT