Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2001 08:05:47 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        Ruslan Ermilov <ru@FreeBSD.ORG>
Cc:        <freebsd-current@FreeBSD.ORG>
Subject:   Re: broken installworld?
Message-ID:  <20010917080541.N58734-100000@wonky.feral.com>
In-Reply-To: <20010917142450.G74429@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010917080541.N58734-100000>