From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 08:20:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABA316A4CE for ; Tue, 10 Feb 2004 08:20:07 -0800 (PST) Received: from mazzite.fhcrc.org (mazzite.fhcrc.org [140.107.152.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9836843D2F for ; Tue, 10 Feb 2004 08:20:07 -0800 (PST) (envelope-from jgoodlea@fhcrc.org) Received: from e500b.fhcrc.org (e500b.fhcrc.org [140.107.52.110]) i1AGK7Lt009885 for ; Tue, 10 Feb 2004 08:20:07 -0800 Received: from jarlite.fhcrc.org(140.107.42.11) by e500b.fhcrc.org via csmap id 21177; Tue, 10 Feb 2004 08:19:17 -0800 (PST) Received: from shemp.fhcrc.org (shemp.fhcrc.org [140.107.42.41]) i1AGK6jx022811 for ; Tue, 10 Feb 2004 08:20:06 -0800 Received: by shemp.fhcrc.org with Internet Mail Service (5.5.2657.72) id ; Tue, 10 Feb 2004 08:20:05 -0800 Message-ID: From: "Goodleaf, John M" To: "'freebsd-questions@freebsd.org'" Date: Tue, 10 Feb 2004 08:20:04 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-FHCRC: INTERNAL Subject: build problems with fresh cvsup (5.2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 16:20:07 -0000 I started with a blank src dir and cvsup'd the whole 5.2 tree. A buildworld yields this: /usr/src/contrib/libstdc++/libsupc++/eh_personality.cc:38:23: unwind-pe.h: No such file or directory In file included from /usr/src/contrib/libstdc++/libsupc++/eh_terminate.cc:34: /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No such file or directory In file included from /usr/src/contrib/libstdc++/libsupc++/eh_throw.cc:32: /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No such file or directory In file included from /usr/src/contrib/libstdc++/libsupc++/eh_type.cc:32: /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No such file or directory In file included from /usr/src/contrib/libstdc++/libsupc++/pure.cc:31: /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No such file or directory In file included from /usr/src/contrib/libstdc++/libsupc++/vec.cc:37: /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/gnu/lib/libstdc++. ---------------------------------------- I can build if I turn off CXX in /etc/make.conf. This is on a working machine already running 5.2-RELEASE. What gives? -John