Date: Sun, 24 Mar 2002 16:31:40 -0800 From: "Crist J. Clark" <cjc@FreeBSD.ORG> To: Mike Eubanks <vervelstorm@earthlink.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Stop in /usr/src/gnu/usr.bin/perl/perl during make buildworld Message-ID: <20020324163140.C82944@blossom.cjclark.org> In-Reply-To: <004901c1d366$1023ef80$010aa8c0@traversedair.net>; from vervelstorm@earthlink.net on Sun, Mar 24, 2002 at 10:59:44AM -0800 References: <004901c1d366$1023ef80$010aa8c0@traversedair.net>
index | next in thread | previous in thread | raw e-mail
On Sun, Mar 24, 2002 at 10:59:44AM -0800, Mike Eubanks wrote:
> 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.
Can you do that again with,
# make -dl
So we can see exactly which command is being executed. Looks like we
may be missing a crosstool?
--
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020324163140.C82944>
