From owner-freebsd-current Mon Sep 17 8: 5:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id ED4D537B40D; Mon, 17 Sep 2001 08:05:55 -0700 (PDT) Received: from wonky.feral.com (wonky.feral.com [192.67.166.7]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f8HF5sI24784; Mon, 17 Sep 2001 08:05:55 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Mon, 17 Sep 2001 08:05:47 -0700 (PDT) From: Matthew Jacob Reply-To: To: Ruslan Ermilov Cc: Subject: Re: broken installworld? In-Reply-To: <20010917142450.G74429@sunbay.com> Message-ID: <20010917080541.N58734-100000@wonky.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Goud things to check. Thanks. On Mon, 17 Sep 2001, Ruslan Ermilov wrote: > On Sun, Sep 16, 2001 at 09:24:02PM -0700, Matthew Jacob wrote: > > > > Seems like this has been broken for some time? I might just go off and 'fix' > > unless somebody fixes it first. > > > > install -c -o root -g wheel -m 555 rcs-to-cvs > > /usr/share/examples/cvs/contrib/rcs-to-cvs > > cp /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/rcs2log.sh > > rcs2log > > cp:No such file or directory > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin/cvs/contrib. > > *** Error code 1 > > > You shouldn't normally see this -- these commands should > be executed during `buildworld'. I don't know whether > there were any related problems in pmap.c that could > have cause this, but please make sure that time is > set correctly during `buildworld' and `installworld'. > One possible case is when `installworld' is run on > a just-rebooted machine, and the timezone isn't yet > set with adjkerntz(8). That could fool make(1) to > think that some of its targets are out-of-date. > This could also have happened if sources have future > date: > > $ touch -t 200201010000 a.sh > $ cat Makefile > a: a.sh > touch ${.TARGET} > > With this, `a' will be considered out-of-date until > the January 1st of 2002. > > Check the dates on /usr/src/contrib/cvs/ sources. > > > 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-current" in the body of the message