From owner-freebsd-questions Fri Nov 12 13:27:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id F15EA14F77 for ; Fri, 12 Nov 1999 13:27:07 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id NAA11870; Fri, 12 Nov 1999 13:51:56 -0800 (PST) Date: Fri, 12 Nov 1999 13:51:56 -0800 (PST) From: Alfred Perlstein To: Edirol Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compiling Errors In-Reply-To: <000701bf2d45$45ff0f00$0300a8c0@anime.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 12 Nov 1999, Edirol wrote: > I'm not quite sure whether this should have gone to freebsd-questions or > current but here it goes. > > I'm running FreeBSD 3.3RELEASE. > > I cvsup'd at 1:17EST the following: > > src-all > cvs-crypto > > and when I run a make world in /usr/src it failed with an error message. > Does anyone have any suggestions? > > Thanks, > - Will > > Here's a copy of the last cc line: > > cc -c -O -pipe -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config -I > /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC > -I/usr/obj/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o > /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c > *** Signal 12 > > Stop in /usr/src/gnu/lib/libgcc. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 Ayiiiiiiiiiiie! run away!! you seem to have accidentally cvsup'd to 4.0, stop, turn around, do not collect 200$! make sure you have this in your cvsupfile: --- *default tag=RELENG_3 --- now, if you have 'ports-all' or 'ports-anything' in your cvsupfile make sure this is before it: --- *default tag=. --- or cvsup may eat your ports tree. good luck, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message