From owner-freebsd-stable Tue May 14 3:40:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [62.2.201.74]) by hub.freebsd.org (Postfix) with ESMTP id 22E5E37B406 for ; Tue, 14 May 2002 03:40:40 -0700 (PDT) Received: from gw.bsag.ch (root@localhost) by ns.bsag.ch with ESMTP id g4EAhGN17449 for ; Tue, 14 May 2002 12:43:16 +0200 (CEST) Received: from ns.bsag.ch (bs13.bsag.ch [192.168.1.13]) by gw.bsag.ch with ESMTP id g4EAhFU17445 for ; Tue, 14 May 2002 12:43:15 +0200 (CEST) Received: from bsag.ch (bs82 [192.168.1.82]) by ns.bsag.ch (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id g4EAec119734 for ; Tue, 14 May 2002 12:40:38 +0200 Received: (from hpr@localhost) by bsag.ch (8.11.6/8.11.6) id g4EAebd14077 for freebsd-stable@FreeBSD.ORG; Tue, 14 May 2002 12:40:37 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Date: Tue, 14 May 2002 12:40:37 +0200 From: Hanspeter Roth To: freebsd-stable@FreeBSD.ORG Subject: Re: ports problems when typing make in a ports dir. ( Any ) Message-ID: <20020514124037.A13961@bsag.ch> Reply-To: freebsd-stable@FreeBSD.ORG Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20020513135353.A23139@bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from thrawn@linux.nu on Tue, May 14, 2002 at 12:18:39PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On May 14 at 12:18, Mattias Björk spoke: > On Mon, 13 May 2002, Hanspeter Roth wrote: > > > On May 13 at 13:40, Mattias Björk spoke: > > > > You have upgraded the base system. > > Make shure the clocks of your client and your NFS-server are in > > sync. > > You probably need to upgrade the ports database as well (cvsup). > > Hmm I did compile my kernel, and I did get a new date, but It still prints > the same error message. And I did a find / -name "*" | xargs touch -f so > that I get a new date on all my files on that computer. But It still This can confuse make and maybe cvsup. You'd better done »make clean« or removed all '*.o' below /usr/obj and /usr/src. If your NFS-server has a clock which has to much offset to the clock of your client it can confuse make too. You may want to setup something like ntp. > doesn't help, Any clues ? If your clocks are in sync and you have done »make clean build« you might try to upgrade the ports database. To upgrade the ports database you may use cvsup. -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message