From owner-freebsd-questions@FreeBSD.ORG Sun Jun 19 16:29: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 1A80916A41C for ; Sun, 19 Jun 2005 16:29:03 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A09E43D48 for ; Sun, 19 Jun 2005 16:29:01 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 20018 invoked by uid 207); 19 Jun 2005 16:29:01 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.241):. Processed in 0.867174 secs); 19 Jun 2005 16:29:01 -0000 Received: from dialup241.ach.sch.gr (HELO gothmog.gr) ([81.186.70.241]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Jun 2005 16:28:59 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j5JGSuUc000976; Sun, 19 Jun 2005 19:28:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j5JGSuCM000975; Sun, 19 Jun 2005 19:28:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 19 Jun 2005 19:28:56 +0300 From: Giorgos Keramidas To: Jose de Paula Rodrigues Message-ID: <20050619162856.GD631@gothmog.gr> References: <5ef8c2f00506190828d6cb240@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5ef8c2f00506190828d6cb240@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: CURRENT buildworld woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2005 16:29:03 -0000 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++. If this is truly a problem you're having on FreeBSD 6.0-CURRENT, then freebsd-questions is not the right list to ask. You should post any messages related to -CURRENT to the freebsd-current@freebsd.org mailing list instead. > My CC in make.conf is set to gcc, my CXX is set to g++, CFLAGS and > CXXFLAGS are both empty (both in make.conf and in my environment). It > doesn't matter whether I do a make clean or not, if I rm -fr /usr/obj > or not, I'm always getting this error, no matter what. My CC and CXX are not set __anywhere__ at all. Having said that, I *did* complete a buildworld successfully today: % gothmog:/usr/src# head -5 logfile % FX --- 2005-06-19 10:54:17.270884 - ::::: Updating the sources from CVS. % FX --- 2005-06-19 10:54:18.078551 - ? logfile % FX --- 2005-06-19 10:56:45.120162 - M contrib/top/top.c % FX --- 2005-06-19 10:59:40.091001 - M sys/boot/common/interp.c % FX --- 2005-06-19 10:59:40.134665 - M sys/boot/common/interp_forth.c % gothmog:/usr/src# tail -5 logfile % FX --- 2005-06-19 13:54:48.125728 - ld -Bshareable -d -warn-common -o if_xl.ko.debug if_xl.kld % FX --- 2005-06-19 13:54:48.151411 - objcopy --strip-debug if_xl.ko.debug if_xl.ko % FX --- 2005-06-19 13:54:48.175117 - -------------------------------------------------------------- % FX --- 2005-06-19 13:54:48.228413 - >>> Kernel build for GOTHMOG completed on Sun Jun 19 13:54:48 EEST 2005 % FX --- 2005-06-19 13:54:48.234743 - -------------------------------------------------------------- So, at least until this morning, CURRENT would build fine. 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.)