From owner-freebsd-questions Sun Oct 14 9:24:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx2037703-a.kenner1.la.home.com (cx2037703-a.kenner1.la.home.com [24.39.27.145]) by hub.freebsd.org (Postfix) with ESMTP id DAA4D37B401 for ; Sun, 14 Oct 2001 09:24:39 -0700 (PDT) Received: (from conrads@localhost) by cx2037703-a.kenner1.la.home.com (8.11.6/8.11.6) id f9EGOMx57807; Sun, 14 Oct 2001 11:24:22 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011014191440.P74768-100000@lardy.pp.htv.fi> Date: Sun, 14 Oct 2001 11:24:22 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Jarkko Levo Subject: Re: Unknown ELF binary at make buildworld Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Oct-2001 Jarkko Levo wrote: > > I used cvsup to update my source branch. I downloaded the new source tree > and I now have a local copy of the source tree at /usr/src/. When I did a > 'make buildworld' it makes it for about an hour and then get's an error: > > ===> gnu/usr.bin/perl/perl > cc -nostdinc -O -pipe > -I/usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5 > -I/usr/obj/usr/src/gnu/usr.bin/perl/perl > -I/usr/obj/usr/src/i386/usr/include -c perlmain.c > ELF binary type not known. Use "brandelf" to brand it. > Abort trap > *** Error code 134 > > So by that error message I can't tell what specific file has the unknown > ELF binary type, as which file should be brandelfed? Thank you already > in advance for any help. That's pretty weird; I've never seen anything like that during a buildworld before. You might try setting the kern.fallback_elf_brand sysctl to 9 (FreeBSD) and see if that helps: sysctl -w kern.fallback_elf_brand=9 -- Conrad Sabatier "Consequences, Schmonsequences, as long as I'm rich." -- "Ali Baba Bunny" [1957, Chuck Jones] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message