Date: Sun, 14 Oct 2001 11:24:22 -0500 (CDT) From: Conrad Sabatier <conrads@home.com> To: Jarkko Levo <lardy@welho.com> Cc: questions@FreeBSD.ORG Subject: Re: Unknown ELF binary at make buildworld Message-ID: <XFMail.20011014112422.conrads@home.com> In-Reply-To: <20011014191440.P74768-100000@lardy.pp.htv.fi>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <conrads@home.com> "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20011014112422.conrads>