From owner-freebsd-current@FreeBSD.ORG Fri May 2 07:01:18 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2A337B401 for ; Fri, 2 May 2003 07:01:18 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id A596A43FE3 for ; Fri, 2 May 2003 07:01:15 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b125.otenet.gr [212.205.244.133]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h42E16mX011568; Fri, 2 May 2003 17:01:09 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h42E15iG010199; Fri, 2 May 2003 17:01:05 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h42DqEYr098372; Fri, 2 May 2003 16:52:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 2 May 2003 16:52:14 +0300 From: Giorgos Keramidas To: "Wilkinson, Alex" Message-ID: <20030502135213.GA2203@gothmog.gr> References: <20030502023424.GA40295@gothmog.gr> <20030502025658.GB560@chihiro.leafy.idv.tw> <20030502162307.D367@squirm.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030502162307.D367@squirm.dsto.defence.gov.au> cc: freebsd-current@freebsd.org Subject: Re: libgcc failures while building world [SOLVED] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 14:01:19 -0000 On 2003-05-02 16:24, "Wilkinson,Alex" 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