Date: Fri, 12 Nov 1999 13:51:56 -0800 (PST) From: Alfred Perlstein <bright@wintelcom.net> To: Edirol <edirol@anime.ca> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compiling Errors Message-ID: <Pine.BSF.4.05.9911121349510.12797-100000@fw.wintelcom.net> In-Reply-To: <000701bf2d45$45ff0f00$0300a8c0@anime.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9911121349510.12797-100000>