Spoorthy Shankarmurthy wrote:
> Hi All,
>
> I'm getting these kinds of errors when I do nightly. My bringover is
> completely fine. And I'm using public build machine zod.sfbay.sun.com to do
> this. But, my workspace i've kept at sem14.sfbay. The below kind of errors
> are seen in nightly resulting in my nighty failure.. Anybody on this team can
> help me out in resolving the issue. ? Or please point me to the person who
> can help me in this.
> I've checked whether its a permission issue or umask issue. But, its not an
> issue with them either.
> The command I used to do nightly is .. env - /opt/onbld/bin/nightly
> ./sfw-developer.sh.
>
you are building over nfs, which introduces more variables of course.
> Thanks
> Spoorthy
>
>
> checking whether build environment is sane... configure: error: newly created
> file is older than distributed files!
> checking whether build environment is sane... configure: error: newly created
> file is older than distributed files!
in particular those errors would make me wonder if the servers idea of
time is behind the client. From a quick rsh it does look like that:
{mike_s:yavin:1125} rsh zod date; rsh sem14 date
Mon Jan 26 10:58:04 PST 2009
Mon Jan 26 10:57:53 PST 2009
not much but it might be enough.
at least I think that matters - and it does match up so it might.
I'd suggest having sem14 run ntp anyway.
Mike