libgcc failures while building world [SOLVED]

Giorgos Keramidas keramida at ceid.upatras.gr
Fri May 2 07:01:19 PDT 2003


On 2003-05-02 16:24, "Wilkinson,Alex" <Alex.Wilkinson at dsto.defence.gov.au> wrote:
> : Please try 'make buildworld NOCLEAN=1' and see if it stumbles over the same
> : error, if not, just try the NOCLEAN=1 untill you finish a world and install it.
>
> What's the benefit of not cleaning ?

It will save some time by avoiding to rebuild everything.  In this case
though, I *want* to build everything in one shot.  Building only parts
of the userland (with 'make libraries') resulted in a /usr/obj tree that
didn't look so fine (ld from /usr/obj/i386/... couldn't locate crt1.o,
and a few other problems).

After letting it run through the night the equivalent of:

	while true; do
	    make libraries && break
	    echo ''
	    echo "===== Restarting failed build at `date` ====="
	    echo ''
	done

I found out that 'make depend' worked but 'make everything' failed when
ld couldn't locate crt1.o.

I started suspecting overheating.  Now, after checking the fans of my
system and opening the case so that air flows freely around, the
buildworld I started an hour ago finished without problems.  Hmmm...

Sorry for the false alarm folks :/

- Giorgos



More information about the freebsd-current mailing list