From owner-freebsd-stable Mon Oct 1 13:54:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cs.sfu.ca (cs.sfu.ca [142.58.111.1]) by hub.freebsd.org (Postfix) with ESMTP id 8F07C37B407 for ; Mon, 1 Oct 2001 13:54:37 -0700 (PDT) Received: from smahlt.math.sfu.ca (smahlt [199.60.17.25]) by cs.sfu.ca (8.12.0/8.12.0) with ESMTP id f91Ksasm012129 for ; Mon, 1 Oct 2001 13:54:36 -0700 (PDT) Received: from localhost by smahlt.math.sfu.ca (8.8.8/1.1.20.8/23Nov99-0751PM) id NAA0000184082; Mon, 1 Oct 2001 13:54:36 -0700 (PDT) X-Authentication-Warning: smahlt.math.sfu.ca: mcneney owned process doing -bs Date: Mon, 1 Oct 2001 13:54:36 -0700 (PDT) From: Brad McNeney X-Sender: mcneney@smahlt.math.sfu.ca To: freebsd-stable@FreeBSD.ORG Subject: make buildworld problems in gnu/usr.bin/perl/perl Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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'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 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