From owner-freebsd-stable Sun Mar 24 10:49:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id A98D937B419 for ; Sun, 24 Mar 2002 10:49:11 -0800 (PST) Received: from sdn-ar-012orportp333.dialsprint.net ([63.180.48.111] helo=yak) by pintail.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 16pD3G-0001S6-00 for freebsd-stable@FreeBSD.org; Sun, 24 Mar 2002 10:49:11 -0800 Message-ID: <004901c1d366$1023ef80$010aa8c0@traversedair.net> From: "Mike Eubanks" To: Subject: Stop in /usr/src/gnu/usr.bin/perl/perl during make buildworld Date: Sun, 24 Mar 2002 10:59:44 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to do a complete system build and upgrade to FreeBSD 4.5.0 STABLE. The system doing the compiling is FreeBSD 4.0. The following errors were encountered using the 'make buildworld' command in /usr/src. ===> 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/../../../../con trib /perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/i38 6/us r/include -L/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl -static -o m iniperl miniperlmain.o opmini.o /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../l ibperl/libperl.a -lm -lcrypt -lutil ===> gnu/usr.bin/perl/perl Abort trap Abort trap cc -nostdinc -O -pipe -I/usr/src/gnu/usr.bin/perl/perl/../../../../contrib /per l5 -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -I/usr/obj/usr/src/i386/usr/in clud e -c perlmain.c *** Error code 134 *** Error code 134 2 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 ELF binary type not known. Use "brandelf" to brand it. I tried to re-simulate the error by changing to /usr/src/gnu/usr.bin/perl/ and executing make. This is the output I received. ===> libperl ===> miniperl ===> perl 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. From here, I am stuck. I searched the mailing lists and found only one other instance with this same problem, although, there were no replies with a solution. The closest bit of information that has to do with perl that I can find in my Updating Information file found in /usr/src is the following. 20001006: The perl build procedure no longer installs miniperl, nor uses the installed miniperl. It is recommended that you delete /usr/bin/miniperl. This entry lies between the 4.1.1 RELEASE and 4.2 RELEASE dates. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message