From owner-freebsd-stable Sun Mar 31 7: 2:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 268C737B419 for ; Sun, 31 Mar 2002 07:02:17 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g2VF1js27596; Sun, 31 Mar 2002 18:01:45 +0300 (EEST) (envelope-from ru) Date: Sun, 31 Mar 2002 18:01:45 +0300 From: Ruslan Ermilov To: Roman Neuhauser Cc: Roger Williams , freebsd-stable@FreeBSD.ORG Subject: Re: make world causes error Message-ID: <20020331150145.GA26335@sunbay.com> References: <20020331122151.GB11434@sunbay.com> <20020331130418.GR389@roman.mobil.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020331130418.GR389@roman.mobil.cz> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 > > To: Roger Williams > > 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''. > > > > > > > > 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