installworld HEAD - check you time/date

Ian Lepore ian at freebsd.org
Tue Jun 2 15:24:28 UTC 2015


On Tue, 2015-06-02 at 12:02 -0300, Matías Perret Cantoni wrote:
> Hi!
> 
> I'm having a weird error when i try to install a FreeBSD image from
> HEAD for the ZedBoard. I get the next message:
> 
> root at efn:/usr/src : make TARGET_ARCH=armv6 DESTDIR=/mnt/armroot
> installworld distribution
> make "/usr/src/Makefile"  line 263: check your date/time:   Tue  Jun
> 2  11:55:32  ART  2015
> 
> 
> I'm setting my system time with ntpdate, and it looks fine:
> 
> root at efn:/usr/src : date
> Tue Jun  2  11:58:07   ART  2015
> 
> I'm running 10.1-RELEASE FreeBSD 10.1-RELEASE #0 on VirtualBox.
> 
> 
> I'd appreciate any help.
> 
> Regards,
> Matias.

It's telling you that the modification timestamp on the file
src/sys/sys/param.h is in the future.  Hmmm, it may be checking the
generated file in the obj dir, so in effect it would be telling you
"either the clock was wrong when you built this, or it's wrong now".

-- Ian




More information about the freebsd-arm mailing list