From owner-freebsd-stable Wed Feb 14 20:28:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rmx420-mta.mail.com (rmx420-mta.mail.com [165.251.48.152]) by hub.freebsd.org (Postfix) with ESMTP id DFA0637B503 for ; Wed, 14 Feb 2001 20:28:39 -0800 (PST) Received: from web147-mc (web147-mc.mail.com [165.251.48.144]) by rmx420-mta.mail.com (8.9.3/8.9.3) with SMTP id XAB03447; Wed, 14 Feb 2001 23:28:38 -0500 (EST) Message-ID: <384827042.982211318574.JavaMail.root@web147-mc> Date: Wed, 14 Feb 2001 23:28:38 -0500 (EST) From: Dorens Jay To: freebsd-stable@freebsd.org Subject: Problems compiling 4.2-STABLE from 4.2-RELEASE Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 165.166.175.123 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Trying to upgrade from 4.2-RELEASE to 4.2-STABLE, but I keep getting this same error (below). I've tried cvsup'ing from different sites, on different days, over the past 2 weeks, but I get the same exact error. I always rm -rf /usr/obj. I reinstalled 4.2-RELEASE from CD, tried to upgrade, and get the same _exact_ error. I am running an AMD K6/2 500 CPU, ASUS P5A mobo, 256M ram, UDMA/66 harddrives. Is this a problem with the AMD K6? Are there options in the /etc/make.conf I should try? (I compiled on a separate box - Pentium III 600 MHz - AND IT COMPILED JUST FINE. Go figure.) Here is the error: cd /usr/src/gnu/lib/libgcc; make depend; make all; make install echo '#include ' > config.h echo '#include ' >> config.h echo '#include "gansidecl.h"' > tconfig.h echo '#include "i386/xm-i386.h"' >> tconfig.h echo '#include "i386/i386.h"' > tm.h echo '#include "i386/att.h"' >> tm.h echo '#include "svr4.h"' >> tm.h echo '#include ' >> tm.h echo '#include "i386/freebsd.h"' >> tm.h echo '#include "i386/perform.h"' >> tm.h rm -f .depend mkdep -f .depend -a -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC -D_PTHREADS -DGTHREAD_USE_WEAK -I/usr/obj/usr/src/i386/usr/include /usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c mkdep -f .depend -a -nostdinc++ -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:33: gansidecl.h: No such file or directory /usr/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:34: eh-common.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/gnu/lib/libgcc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ******************** Any ideas? Please? ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message