From owner-freebsd-questions@FreeBSD.ORG Sun Jun 19 18:06:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3144E16A432 for ; Sun, 19 Jun 2005 18:06:02 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751B143E42 for ; Sun, 19 Jun 2005 18:01:13 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so407998wri for ; Sun, 19 Jun 2005 11:01:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K6KWBP8uwlG4FTOFFHSZcooMpk2zidWBDJFKDQDC6JsoWzx5TUQ0A3Lqny18H5XfATPiVvxsyR2vxiOpColJ+fBjJzvIUYZj5JPhwufjoCdoJZGp+kQKqYpPofvAwZOSpBFxCHOJLmqf/etAIBApxuiZ8C4/OD3phkJYPgY4xEI= Received: by 10.54.56.77 with SMTP id e77mr2084919wra; Sun, 19 Jun 2005 11:01:12 -0700 (PDT) Received: by 10.54.2.45 with HTTP; Sun, 19 Jun 2005 11:01:12 -0700 (PDT) Message-ID: <5ef8c2f0050619110138fbe78b@mail.gmail.com> Date: Sun, 19 Jun 2005 15:01:12 -0300 From: =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?= To: Giorgos Keramidas In-Reply-To: <20050619162856.GD631@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5ef8c2f00506190828d6cb240@mail.gmail.com> <20050619162856.GD631@gothmog.gr> Cc: freebsd-questions@freebsd.org Subject: Re: CURRENT buildworld woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2005 18:06:04 -0000 On 6/19/05, Giorgos Keramidas wrote: > On 2005-06-19 12:28, Jos? de Paula Rodrigues wrote: > > Greetings all, > > > > I have an annoying problem when trying to build world: make depend > > complains about not finding a certain unwind.h, when compiling > > libstdc++. > So, at least until this morning, CURRENT would build fine. >=20 > Are you sure your CC/CXX or other make.conf settings are not causing you > trouble? (The best way to determine this is to run a buildworld without > any make.conf file at all.) >=20 I renamed /etc/make.conf and tried again, and... it built! Yes, there must be something in my make.conf that buildworld doesn't like much (I have no idea what it would be), thanks for the hint!