From owner-freebsd-current@FreeBSD.ORG Tue Apr 13 08:20:56 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 72F4816A4CE for ; Tue, 13 Apr 2004 08:20:56 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F4B43D3F for ; Tue, 13 Apr 2004 08:20:56 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i3DFKuMN065759; Tue, 13 Apr 2004 08:20:56 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i3DFKtj0065758; Tue, 13 Apr 2004 08:20:55 -0700 (PDT) (envelope-from sgk) Date: Tue, 13 Apr 2004 08:20:55 -0700 From: Steve Kargl To: "P.D. Seniura" Message-ID: <20040413152055.GA65626@troutmask.apl.washington.edu> References: <20040413133322.95F6E790057@ws1-14.us4.outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040413133322.95F6E790057@ws1-14.us4.outblaze.com> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: I *really* need help PLEASE - buildworld failing on mkdep libstdc++ can't find unwind.h but it *is* there X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 15:20:56 -0000 On Tue, Apr 13, 2004 at 07:33:22AM -0600, P.D. Seniura wrote: > > ----- Original Message ----- > From: Steve Kargl > Date: Mon, 12 Apr 2004 16:21:20 -0700 > To: Paul Seniura > Subject: Re: I *really* need help PLEASE - buildworld failing on mkdep libstdc++ can't find unwind.h but it *is* there > > > On Mon, Apr 12, 2004 at 12:32:24PM -0500, Paul Seniura wrote: > > > > > > I've posted several msgs over the past two weeks > > > stumbling on buildworld when using lang/gcc33. > > > > > > > Did you clean out /usr/include? lang/gcc33 may have > > done some unpleasant things to it. > > > Any other ideas? Should I blow /usr/include completely away > and try the April 8 installworld (or the latest) again? Thank > you for helping. > (Long lines wrapped to something less than 256 characters) Use "ls -l /usr/include" and look at the timestamps. gcc33 may have put some includes in /usr/include that should not be there. I don't know what bzip2ball is, but if you simply updated /usr/include with its contents, and my not have removed rogue files. -- Steve