From owner-freebsd-stable Tue Sep 25 23:33:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id BA6CC37B406 for ; Tue, 25 Sep 2001 23:33:10 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f8Q6WP223526; Wed, 26 Sep 2001 09:32:25 +0300 (EEST) (envelope-from ru) Date: Wed, 26 Sep 2001 09:32:25 +0300 From: Ruslan Ermilov To: Kent Stewart Cc: Hank Marquardt , freebsd-stable@FreeBSD.ORG Subject: HEADS UP: find /usr/src -mtime -0 Message-ID: <20010926093225.B20611@sunbay.com> References: <20010925064527.A13569@hermes.yerpso.net> <20010925153455.D97142@sunbay.com> <3BB0B7B8.AA058D67@owt.com> <20010925211810.D57333@sunbay.com> <3BB0FB4C.2F3E77C5@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BB0FB4C.2F3E77C5@owt.com>; from kstewart@owt.com on Tue, Sep 25, 2001 at 02:46:52PM -0700 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 Hi! If your "world" fails trying to build something during the "installworld" phase, go on reading. On Tue, Sep 25, 2001 at 02:46:52PM -0700, Kent Stewart wrote: > > > Ruslan Ermilov wrote: > > > > On Tue, Sep 25, 2001 at 09:58:32AM -0700, Kent Stewart wrote: > > > > > > > > > Ruslan Ermilov wrote: > > > > > > > > Can you please check that the computer's date and time are set > > > > correctly? It if is, can you please run the following command, > > > > and send me its output: > > > > > > > > find /usr/src/contrib/groff /usr/src/gnu/usr.bin/groff -ls > > > > > > > > I suspect that modification dates of some files in /usr/src may > > > > be set to a wrong (future) time. Then make(1) may get confused > > > > thinking some targets are outdated in "installworld". > > > > > > Could this be a side effect of the "9 Sept 01 Cvsup Error". > > The S1G Cvsup bug makes the dates come out 31 Dec 69 instead of 10 Sep > 01. > If this "69" is 2069, that is definitely the problem! Just try this: $ touch -t 200201010000 source $ cat Makefile target: source cat ${.ALLSRC} > ${.TARGET} $ make $ make $ make $ make $ make To avoid this, make sure that: 1) The date on your computer is set correctly. 2) "find /usr/src -mtime -0" produces nothing. I wonder if make(1) should be fixed to warn if some sources have the modification date pointing in the future. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message