From owner-freebsd-current@FreeBSD.ORG Wed Oct 13 17:04:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7857D16A4CE for ; Wed, 13 Oct 2004 17:04:13 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7D743D3F for ; Wed, 13 Oct 2004 17:04:11 +0000 (GMT) (envelope-from erik.udo@gmail.com) Received: by mproxy.gmail.com with SMTP id 76so539905rnk for ; Wed, 13 Oct 2004 10:04:09 -0700 (PDT) Received: by 10.38.181.6 with SMTP id d6mr2495708rnf; Wed, 13 Oct 2004 10:04:09 -0700 (PDT) Received: by 10.38.165.60 with HTTP; Wed, 13 Oct 2004 10:04:09 -0700 (PDT) Message-ID: <6e3d789204101310044b8677bc@mail.gmail.com> Date: Wed, 13 Oct 2004 20:04:09 +0300 From: Erik Udo To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Unable to build BETA7 world. (unwind-pe.h: No such file or directory) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Udo List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 17:04:13 -0000 I upgraded from 5.2.1 to BETA6 earlier, and now i'm trying to upgrade to BETA7. The problem is, i can't get the world built, it always brakes at this point: ===> gnu/lib/libreadline/readline/doc ===> gnu/lib/libstdc++ ln -sf /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/config/cpu/i486/atomicity.h atomicity.cc rm -f .depend ....(lots of output here, no errors).... /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/vterminate.cc /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/eh_personality.cc:38:23: unwind-pe.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/gnu/lib/libstdc++. *** Error code 1 Stop in /usr/src/gnu/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. koti# My make.conf has these: CPUTYPE?=athlon-xp CFLAGS= -O -pipe -mmmx -msse CXXFLAGS= -O -pipe -mmmx -msse I also tried with just "-O -pipe" and commented out the CPUTYPE, didn't. Then i tried to build it with the gcc34 from ports, same error. So i'd be glad if anyone could tell me how fix this. Sorry if my reply-to isn't freebsd-current@freebsd.org, i cant change it :)