Date: Fri, 2 May 2003 16:52:14 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: "Wilkinson, Alex" <Alex.Wilkinson@dsto.defence.gov.au> Cc: freebsd-current@freebsd.org Subject: Re: libgcc failures while building world [SOLVED] Message-ID: <20030502135213.GA2203@gothmog.gr> In-Reply-To: <20030502162307.D367@squirm.dsto.defence.gov.au> References: <20030502023424.GA40295@gothmog.gr> <20030502025658.GB560@chihiro.leafy.idv.tw> <20030502162307.D367@squirm.dsto.defence.gov.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-05-02 16:24, "Wilkinson,Alex" <Alex.Wilkinson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030502135213.GA2203>