Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2002 10:59:44 -0800
From:      "Mike Eubanks" <vervelstorm@earthlink.net>
To:        <freebsd-stable@FreeBSD.org>
Subject:   Stop in /usr/src/gnu/usr.bin/perl/perl during make buildworld
Message-ID:  <004901c1d366$1023ef80$010aa8c0@traversedair.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004901c1d366$1023ef80$010aa8c0>