Date: Sun, 19 Jun 2005 19:28:56 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Jose de Paula Rodrigues <espinafre@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: CURRENT buildworld woes Message-ID: <20050619162856.GD631@gothmog.gr> In-Reply-To: <5ef8c2f00506190828d6cb240@mail.gmail.com> References: <5ef8c2f00506190828d6cb240@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-06-19 12:28, Jos? de Paula Rodrigues <espinafre@gmail.com> 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.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050619162856.GD631>