Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2001 13:54:36 -0700 (PDT)
From:      Brad McNeney <mcneney@cs.sfu.ca>
To:        freebsd-stable@FreeBSD.ORG
Subject:   make buildworld problems in gnu/usr.bin/perl/perl
Message-ID:  <Pine.OSF.4.21.0110011344080.183289-100000@smahlt.math.sfu.ca>

next in thread | raw e-mail | index | archive | help
I'm still having trouble upgrading my 4.0RELEASE box to 4.4STABLE. I may
have broken something while messing around trying to work around a problem
with buildworld stopping at xinstall a while back. It's now stopping in
/usr/src/gnu/usr/bin/perl/perl:

===> gnu/usr.bin/perl/perl
cc -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

I tried removing /usr/obj and /usr/src, re-cvsupping and retrying but it
has the same problem so I'm guessing the problems is somewhere else on my
system. 

In the above error message I don't know which binary it needs branded.
Here's the makefile from that directory:

#
# $FreeBSD: src/gnu/usr.bin/perl/perl/Makefile,v 1.27.2.2 2000/10/0509:54:47 ma
rkm Exp $
#

PROG=   perl
NOMAN=  true
CFLAGS+=-I${PERL5SRC} -I${.OBJDIR}
SRCS=   perlmain.c config.h
NOSHARED= no
DYNALOADER= lib/auto/DynaLoader/DynaLoader.a
DPADD=  ${DYNALOADER} ${LIBPERL} ${LIBM} ${LIBCRYPT} ${LIBMD}
LDADD=  -Wl,-E ${DYNALOADER} -lperl -lm -lcrypt -lmd
LINKS=  ${BINDIR}/${PROG} ${BINDIR}/perl5 \
        ${BINDIR}/${PROG} ${BINDIR}/perl${VERSION}

CLEANFILES=     Config.pm perlmain.c \
                autosplit ext.libs

.include <bsd.prog.mk>

beforedepend all: scripts


${PROG}: scripts autosplit ${DYNALOADER}

perlmain.c: scripts autosplit
        sh writemain ${DYNALOADER} > ${.TARGET}

.PATH:  ${PERL5SRC}


Can anyone see a fix, or do I have to reinstall from CD and try again.

Brad



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?Pine.OSF.4.21.0110011344080.183289-100000>