Date: Sun, 31 Mar 2002 15:04:18 +0200 From: Roman Neuhauser <neuhauser@mobil.cz> To: Ruslan Ermilov <ru@FreeBSD.ORG> Cc: Roger Williams <rogerw1962@hotmail.com>, freebsd-stable@FreeBSD.ORG Subject: Re: make world causes error Message-ID: <20020331130418.GR389@roman.mobil.cz> In-Reply-To: <20020331122151.GB11434@sunbay.com> References: <F28kJSFsxf4yp8ARf3s000016ff@hotmail.com> <20020331122151.GB11434@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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? -- FreeBSD 4.4-STABLE 2:52PM up 6 days, 21:37, 26 users, load averages: 0.09, 0.06, 0.01 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?20020331130418.GR389>