From owner-freebsd-i386@FreeBSD.ORG Sat Jul 18 18:50:03 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6915D1065675 for ; Sat, 18 Jul 2009 18:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 573B28FC17 for ; Sat, 18 Jul 2009 18:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6IIo37t037855 for ; Sat, 18 Jul 2009 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6IIo3qX037854; Sat, 18 Jul 2009 18:50:03 GMT (envelope-from gnats) Date: Sat, 18 Jul 2009 18:50:03 GMT Message-Id: <200907181850.n6IIo3qX037854@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Peter Much Cc: Subject: Re: i386/134986: [build] make installworld fails (FreeBSD-7.2, tr not found) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Much List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2009 18:50:03 -0000 The following reply was made to PR i386/134986; it has been noted by GNATS. From: Peter Much To: bug-followup@FreeBSD.org, fernan.aguero@gmail.com Cc: Subject: Re: i386/134986: [build] make installworld fails (FreeBSD-7.2, tr not found) Date: Sat, 18 Jul 2009 19:44:57 +0200 I could reproduce this problem. The cause seems to be unusual file modification timestamps somewhere in /usr/src or /usr/obj. Im my case I did 1. cvsup my local copy of the CVS repository 2. cvs update /usr/src from local repository 3. make buildworld 4. copy /usr/obj to another place 5. cvs update /usr/src at that other place from local repository. 6. make installworld -> fails. The solution seems simple: - Rerun buildworld so that no timestamps in /usr/src are younger than these in /usr/obj In the case of the original poster I would suppose the clock on the nfs server being wrong.