Re: libgcc failures while building world [SOLVED]

From: Giorgos Keramidas <keramida_at_ceid.upatras.gr>
Date: Fri, 2 May 2003 16:52:14 +0300
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
Received on Fri May 02 2003 - 05:01:18 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:05 UTC