From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 06:50:59 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9503B106564A for ; Sat, 3 Jan 2009 06:50:59 +0000 (UTC) (envelope-from mattias.bjork@sydnet.net) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 4EFEE8FC16 for ; Sat, 3 Jan 2009 06:50:59 +0000 (UTC) (envelope-from mattias.bjork@sydnet.net) Received: from ironport.bredband.com (195.54.101.120) by proxy3.bredband.net (7.3.127) id 492A9CFF00D99219 for freebsd-stable@freebsd.org; Sat, 3 Jan 2009 07:50:57 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ans0AGaZXklT412MPGdsb2JhbACBa5IHAQEBATU5tXuFcg Received: from c-8c5de353.649-1-64736c10.cust.bredbandsbolaget.se (HELO c210.a119.gbg.bahnhof.net) ([83.227.93.140]) by ironport1.bredband.com with SMTP; 03 Jan 2009 07:50:57 +0100 Received: (qmail 81817 invoked from network); 3 Jan 2009 06:51:25 -0000 Received: from unknown (HELO ?192.168.10.204?) (192.168.10.204) by ns.birch.se with SMTP; 3 Jan 2009 06:51:25 -0000 Message-ID: <495F0A8F.60400@sydnet.net> Date: Sat, 03 Jan 2009 07:49:51 +0100 From: =?ISO-8859-1?Q?Mattias_Bj=F6rk?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: "freebsd-stable@freebsd.org" References: <495D88B9.6060408@sydnet.net> <495E735A.7060707@sydnet.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Make world builderror on 7.1-BETA2 with latest cvsup 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: Sat, 03 Jan 2009 06:50:59 -0000 Hello again :) Claus Guttesen wrote: > Hello Mattias. > > On Fri, Jan 2, 2009 at 9:04 PM, Mattias Björk wrote: >> Hello Claus, >> >> Claus Guttesen wrote: >>>> I have a compile error/problem when building world. >>>> >>>> My uname -a output is: >>>> >>>> FreeBSD barabolaptop 7.1-BETA2 FreeBSD 7.1-BETA2 #0: Thu Dec 4 20:52:35 >>>> CET 2008 root@barabolaptop:/usr/obj/usr/src/sys/BARABOLAPTOP i386 >>> Sync the time on your computer and try the buildworld again. >>> >> >> I have tried that several times, even removed /usr/src/* entirely and >> started from scratch. And tried a couple of other cvsup.XX.freebsd.org >> servers. Still no go Claus :( >> >> Any more suggestions ? >> >> Thanks so far. > > Unfortunately not. :-/ The only times I've had problems recently > building world was because the time on my computer was (way) > incorrect. Well I don't think anything is incorrect on the computer, can build everything else fine and it goes on and on. > You can try removing /usr/obj as well before doing a new buildworld. > AFAIK you don't have to alter options.h to make a buildworld run > smoothly. I have tried too make clean ; make clean ; make cleandir ; make cleandir and then rm -rf /usr/obj. Still the same problem I'm afraid. > HTH. >