CURRENT buildworld woes

Giorgos Keramidas keramida at ceid.upatras.gr
Sun Jun 19 16:29:03 GMT 2005


On 2005-06-19 12:28, Jos? de Paula Rodrigues <espinafre at 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 at 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.)


More information about the freebsd-questions mailing list