From owner-freebsd-stable@FreeBSD.ORG Tue Nov 7 20:08:04 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 859A216A40F for ; Tue, 7 Nov 2006 20:08:04 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from crayfish.unsane.co.uk (badger.unsane.co.uk [62.140.220.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id C034143D49 for ; Tue, 7 Nov 2006 20:08:01 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from [127.0.0.1] by crayfish.unsane.co.uk with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GhXEG-000OIQ-FW; Tue, 07 Nov 2006 20:07:28 +0000 Message-ID: <4550E77E.6070207@unsane.co.uk> Date: Tue, 07 Nov 2006 20:07:26 +0000 From: Vince Hoffman User-Agent: Thunderbird 1.5.0.7 (X11/20061024) MIME-Version: 1.0 To: Nenhum _de_Nos References: <4956a5e50611071012h3aaa9001q7cca1496a7d01a5b@mail.gmail.com> <7cf39bb60611071045o45ce8b0fkbe1fb304ed6c47ca@mail.gmail.com> <4956a5e50611071048n6b8ed19dkd0e3a8c65043a7bf@mail.gmail.com> <7cf39bb60611071051j9fb3d2ct74ab0a6dcb1f173f@mail.gmail.com> <4956a5e50611071057j7a378c00s7961ceadae35bcf8@mail.gmail.com> In-Reply-To: <4956a5e50611071057j7a378c00s7961ceadae35bcf8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: jhary@unsane.co.uk X-SA-Exim-Scanned: No (on crayfish.unsane.co.uk); SAEximRunCond expanded to false Cc: freebsd-stable@freebsd.org, Matthew Herzog Subject: Re: problems compiling stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 20:08:04 -0000 Nenhum _de_Nos wrote: > On 11/7/06, Matthew Herzog wrote: >> I should add that I am using a Sun Ultrasparc machine for FreeBSD. It >> takes at least 8 hours to get to the point of breakage. >> >> On 11/7/06, Nenhum _de_Nos wrote: >> > On 11/7/06, Matthew Herzog wrote: >> > > My attempts always end in gbde. I have posted the error before. I >> > > should be giving up by now. It's prolly been > 12 attempts. >> > > >> > >> > i must confess i'm not too far from this ... :( >> > >> > as far as i cant see i'll have to way till 6.2-R comes ... >> > >> > matheus > > well, the make buildkernel this time passed ! not such good luck for > buildworld :( > > matheus > Have you tried cd /usr/obj/usr/src/usr.bin/vi rm -rf * && rm .depend (make clean doesnt delete .depend and rm -rf * doesnt either.) then try cd /usr/src/usr.bin make just in case you have something stale lying around ? Vince PS try installing ccache to speed up your compiles.