Date: Sun, 31 Mar 2002 18:01:45 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Roman Neuhauser <neuhauser@mobil.cz> Cc: Roger Williams <rogerw1962@hotmail.com>, freebsd-stable@FreeBSD.ORG Subject: Re: make world causes error Message-ID: <20020331150145.GA26335@sunbay.com> In-Reply-To: <20020331130418.GR389@roman.mobil.cz> References: <F28kJSFsxf4yp8ARf3s000016ff@hotmail.com> <20020331122151.GB11434@sunbay.com> <20020331130418.GR389@roman.mobil.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 31, 2002 at 03:04:18PM +0200, Roman Neuhauser wrote: > > Date: Sun, 31 Mar 2002 15:21:51 +0300 > > From: Ruslan Ermilov <ru@FreeBSD.ORG> > > To: Roger Williams <rogerw1962@hotmail.com> > > Cc: freebsd-stable@FreeBSD.ORG > > Subject: Re: make world causes error > > > > On Wed, Mar 27, 2002 at 10:19:50PM -0500, Roger Williams wrote: > > > > I worked past the smmsp issue, now I get this error. Am I doing something > > > wrong? > > > > > Yes. `installworld' shouldn't attempt to build anything. The symptoms > > below indicate that either your machine's date/time are set incorrectly, > > or some of the source files in /usr/src have modification time pointing > > to the future. The latter is checked by ``find /usr/src -mtime -0''. > > > > > <snip> > > > evX75-12/../../../../../contrib/groff/font/devX75-12/NI > > > /usr/src/gnu/usr.bin/groff/font/devX75-12/../../../../../contrib/groff/font/devX75-12/NB > > > /usr/src/gnu/usr.bin/groff/font/devX75-12/../../../../../contrib/groff/font/devX75-12/NBI > > > /usr/src/gnu/usr.bin/groff/font/devX75-12/../../../../../contrib/groff/font/devX75-12/S > > > /usr/share/groff_font/devX75-12 > > > ===> gnu/usr.bin/groff/font/devascii > > > Making R > > > expr: not found > > > *** Error code 127 > > > > > > Stop in /usr/src/gnu/usr.bin/groff/font/devascii. > > > *** Error code 1 > > I've been getting the exact same error, having cvsupped from the > 4.5-RELEASE cds. find /usr/src -mtime -0 lists *lots* of files... > (a few seconds later) > Huh? This is strange: the dates are... from various points in the > future, but the `find ...` command returned at least one file with > mtime in the past! > > freepuppy# ls -l /usr/src/kerberos5/lib/libasn1/Makefile > -rw-r--r-- 1 root wheel 2842 May 14 22:35 /usr/src/kerberos5/lib/libasn1/Makefile > freepuppy# ls -l /usr/src/kerberosIV/usr.bin/klist/Makefile > -rw-r--r-- 1 root wheel 600 Apr 25 09:36 /usr/src/kerberosIV/usr.bin/klist/Makefile > freepuppy# ls -l /usr/src/crypto/telnet/telnetd/telnetd.8 > -rw-r--r-- 1 root wheel 15187 Dec 14 2001 /usr/src/crypto/telnet/telnetd/telnetd.8 > freepuppy# ls -l /usr/src/crypto/telnet/telnetd/ext.h > -rw-r--r-- 1 root wheel 7287 Jul 23 22:03 /usr/src/crypto/telnet/telnetd/ext.h > freepuppy# ls -l /usr/src/crypto/openssl/test/Makefile.ssl > -rw-r--r-- 1 root wheel 14223 Jul 4 23:19 /usr/src/crypto/openssl/test/Makefile.ssl > freepuppy# ls -l /usr/src/crypto/heimdal/kdc/kstash.8 > -rw-r--r-- 1 root wheel 1183 May 8 15:11 /usr/src/crypto/heimdal/kdc/kstash.8 > > Sooo, WTF is this mess? > Your computer's date is set incorrectly. It appears to be running in year 2001, as indicated by the ls(1) outputs above. Add the -T option to ls(1) to see all these files have mtimes in year 2001. Fix date with date(1). Repeat the find(1) test for safety. Cheers, -- Ruslan Ermilov Sysadmin and 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-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020331150145.GA26335>