From owner-freebsd-questions Sun Oct 14 9: 2:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by hub.freebsd.org (Postfix) with ESMTP id 7C0A237B40B for ; Sun, 14 Oct 2001 09:02:17 -0700 (PDT) Received: from cs161205.pp.htv.fi (cs161205.pp.htv.fi [213.243.161.205]) by posti.pp.htv.fi (8.9.3/8.9.3) with ESMTP id TAA07144 for ; Sun, 14 Oct 2001 19:09:42 +0300 (EETDST) Date: Sun, 14 Oct 2001 19:15:32 +0300 (EEST) From: Jarkko Levo X-X-Sender: To: Subject: Unknown ELF binary at make buildworld Message-ID: <20011014191440.P74768-100000@lardy.pp.htv.fi> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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 ===> gnu/usr.bin/perl/libperl ===> gnu/usr.bin/perl/miniperl cc -nostdinc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/i386/usr/include -L/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl -static -o miniperl miniperlmain.o opmini.o /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a -lm -lcrypt -lutil ===> 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 Stop in /usr/src/gnu/usr.bin/perl/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message