Date: Sun, 31 Mar 2002 07:00:53 -0800 From: "Crist J. Clark" <cjc@FreeBSD.ORG> To: Roman Neuhauser <neuhauser@mobil.cz> Cc: Ruslan Ermilov <ru@FreeBSD.ORG>, Roger Williams <rogerw1962@hotmail.com>, freebsd-stable@FreeBSD.ORG Subject: Re: make world causes error Message-ID: <20020331070052.G99214@blossom.cjclark.org> In-Reply-To: <20020331130418.GR389@roman.mobil.cz>; from neuhauser@mobil.cz on Sun, Mar 31, 2002 at 03:04:18PM %2B0200 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? The year is 2002. I think if you check the date(1) on this system, it will say 2001. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org 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?20020331070052.G99214>