From owner-freebsd-questions@FreeBSD.ORG Tue Feb 7 09:20:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC69416A422 for ; Tue, 7 Feb 2006 09:20:32 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A41643D6E for ; Tue, 7 Feb 2006 09:20:27 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from localhost (terrapin.inter-sonic.com [172.16.1.12]) by neonpark.inter-sonic.com (Postfix) with ESMTP id DCC2B818E78 for ; Tue, 7 Feb 2006 10:20:25 +0100 (CET) Message-ID: <43E86656.9070902@intersonic.se> Date: Tue, 07 Feb 2006 10:20:22 +0100 From: Per olof Ljungmark User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43E854F0.5030702@intersonic.se> <20060207084841.GA23436@xor.obsecurity.org> <43E85FF6.3070306@intersonic.se> <20060207085923.GA23881@xor.obsecurity.org> In-Reply-To: <20060207085923.GA23881@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at inter-sonic.com Subject: Re: problem building p5-Locale-gettext X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 09:20:33 -0000 Kris Kennaway wrote: > On Tue, Feb 07, 2006 at 09:53:10AM +0100, Per olof Ljungmark wrote: >> Kris Kennaway wrote: >>>> ==> Your Makefile has been rebuilt. <== >>>> ==> Please rerun the make command. <== >>>> false >>>> *** Error code 1 >>> This usually means your system clock is wrong. >> Well of course! The clock was ahead when I built world (new install) and >> then I set it back when I discovered it. Not he first time I do this >> mistake either. > > Running ntpdate at boot (and ntpd) is a really good idea. Yes, and I always do that, it's just that this was a fresh install from scratch and I discovered the time error after building the system. Perhaps I will remember now to do it *before*.