From owner-freebsd-stable@FreeBSD.ORG Tue Dec 22 06:36:27 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79A95106568D for ; Tue, 22 Dec 2009 06:36:27 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A94C38FC16 for ; Tue, 22 Dec 2009 06:36:25 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id IAA27299; Tue, 22 Dec 2009 08:36:23 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1NMyM2-000FVH-QS; Tue, 22 Dec 2009 08:36:22 +0200 Message-ID: <4B306882.80202@icyb.net.ua> Date: Tue, 22 Dec 2009 08:34:42 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20091128) MIME-Version: 1.0 To: James Chang References: In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 7.2-STABLE make installworld ERROR X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 06:36:27 -0000 on 22/12/2009 07:52 James Chang said the following: > Today, I use ctm upgrade my FreeBSD source code to "src-7 859" > When I try to make world, in make buildworld stage it show me "World > build completed on Tue Dec 22 12:57:30 CST 2009" > But when I execute "make installworld" it show me the following ERROR message: > > ===> sys/boot/i386/btx (install) > ===> sys/boot/i386/btx/btx (install) > ===> sys/boot/i386/btx/btxldr (install) > ===> sys/boot/i386/btx/lib (install) > ===> sys/boot/i386/boot2 (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 -DFLAGS=0x80 > -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 > -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-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 -S -o boot2.s.tmp > /usr/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 /usr/obj/usr/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 > /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o > boot2.ld -P 1 boot2.bin > btxld:No such file or directory Have you, by a chance, updated/modified your sources between buildworld and installworld attempt? -- Andriy Gapon