From owner-freebsd-current Tue Jan 26 14:48:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13136 for freebsd-current-outgoing; Tue, 26 Jan 1999 14:48:33 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13122 for ; Tue, 26 Jan 1999 14:48:29 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id OAA24036; Tue, 26 Jan 1999 14:48:27 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.1/8.9.1) id OAA23732; Tue, 26 Jan 1999 14:48:27 -0800 (PST) (envelope-from jdp@polstra.com) Date: Tue, 26 Jan 1999 14:48:27 -0800 (PST) Message-Id: <199901262248.OAA23732@vashon.polstra.com> To: randy@psg.com Subject: Re: cvsup build failure Newsgroups: polstra.freebsd.current In-Reply-To: Organization: Polstra & Co., Seattle, WA Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article , Randy Bush wrote: > 4.0-current as of today. > > i am trying to make cvsup and blooie! > > new source -> compiling ../src/TreeComp.m3 > new source -> compiling ../src/FSServer.m3 > new source -> compiling ../src/FSServerU.m3 > new source -> compiling ../src/Main.m3 > -> linking cvsupd > /usr/lib/aout/crt0.o: file not recognized: File format not recognized > > is it to do with having NOAOUT in /etc/make.conf? No, I think it's probably that you have an old a.out version of the modula-3 port installed, but now your system is ELF. This should fix it: pkg_delete modula-3-3.6 modula-3-lib-3.6 cvsup-15.4.2 Make sure you have up-to-date versions of the cvsup, modula-3, and modula-3-lib ports. Make sure neither OBJFORMAT, PORTOBJFORMAT, nor NOCLEANDEPENDS is set in your environment or in "/etc/make.conf". cd /usr/ports/net/cvsup make clean make install John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message