From owner-freebsd-questions@FreeBSD.ORG Tue May 6 06:31:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0081937B401 for ; Tue, 6 May 2003 06:31:04 -0700 (PDT) Received: from moria.seul.org (MORIA.MIT.EDU [18.244.0.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8107343FAF for ; Tue, 6 May 2003 06:30:59 -0700 (PDT) (envelope-from gabe@seul.org) Received: by moria.seul.org (Postfix, from userid 734) id 218E733B4E; Tue, 6 May 2003 09:30:59 -0400 (EDT) Date: Tue, 6 May 2003 09:30:59 -0400 From: Gabriel Rocha To: questions@freebsd.org Message-ID: <20030506093059.C16591@seul.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: make world problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 13:31:04 -0000 My last question was a tad vague... This is a newly installed 4_8-RELEASE box, I just cvsup'ef last night and got the following error while trying to make world. Any opinions welcome. Thanks. --Gabe # pwd /usr/src/sys/boot/i386 # make ===> mbr Warning: Object directory not changed from original /usr/src/sys/boot/i386/mbr ===> boot0 Warning: Object directory not changed from original /usr/src/sys/boot/i386/boot0 ===> btx ===> btx/btx Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/btx ===> btx/btxldr Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/btxldr ===> btx/lib Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/lib ===> boot2 dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null elf_load_section: truncated ELF file Abort trap *** Error code 134 Stop in /usr/src/sys/boot/i386/boot2. *** Error code 1 Stop in /usr/src/sys/boot/i386. # exit