Date: Tue, 02 Jun 2015 09:24:25 -0600 From: Ian Lepore <ian@freebsd.org> To: =?ISO-8859-1?Q?Mat=EDas?= Perret Cantoni <perretcantonim@gmail.com> Cc: freebsd-arm@freebsd.org Subject: Re: installworld HEAD - check you time/date Message-ID: <1433258665.1200.185.camel@freebsd.org> In-Reply-To: <CADLKG01j4_PaU71J-xPMwxmbPi9gbY3Nz8huVpkxEn4KVVKdig@mail.gmail.com> References: <CADLKG01j4_PaU71J-xPMwxmbPi9gbY3Nz8huVpkxEn4KVVKdig@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1433258665.1200.185.camel>