From owner-freebsd-questions@FreeBSD.ORG Wed Jul 18 15:37:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF49016A405 for ; Wed, 18 Jul 2007 15:37:09 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from balder-227.proper.com (Balder-227.Proper.COM [192.245.12.227]) by mx1.freebsd.org (Postfix) with ESMTP id AB19E13C494 for ; Wed, 18 Jul 2007 15:37:09 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from [165.227.249.220] (dsl-63-249-108-169.cruzio.com [63.249.108.169]) (authenticated bits=0) by balder-227.proper.com (8.13.5/8.13.5) with ESMTP id l6IFZqxq004185 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Jul 2007 08:35:53 -0700 (MST) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: In-Reply-To: <20070718041224.GD14619@osiris.chen.org.nz> References: <60719.192.168.2.230.1184711909.squirrel@squirrelmail.morningside.edu> <20070718041224.GD14619@osiris.chen.org.nz> Date: Wed, 18 Jul 2007 08:35:42 -0700 To: Jonathan Chen From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: freebsd-questions@freebsd.org Subject: Re: Can't do an "make installworld" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 15:37:09 -0000 At 4:12 PM +1200 7/18/07, Jonathan Chen wrote: >On Tue, Jul 17, 2007 at 03:49:02PM -0700, Paul Hoffman wrote: >> At 5:38 PM -0500 7/17/07, Shaun Meyer wrote: >> >On Tue, July 17, 2007 4:14 pm, Paul Hoffman wrote: >> >> Any help would be appreciated here. I'm on a clean 6.1-RELEASE sysem. >> >> I created /home/pxe. I cd'd to /usr/src. I gave 'make installworld >> >> DESTDIR=/home/pxe'. It ends with: >> >> . . . >> > >> > >> >Worked fine on my 6.2 just now. >> >> Interestingly, after I sent this, I tried it on a 6.0 system, and had >> the same problem (with fewer files): >> >> -------------------------------------------------------------- >> >>> Installing everything >> -------------------------------------------------------------- >> cd /usr/src; make -f Makefile.inc1 install >> ===> share/info (install) >> ===> include (install) >> creating osreldate.h from newvers.sh >> touch: not found >> *** Error code 127 > >This is commonly caused by a bad date. Check the system time. That doesn't seem to be it. The system time is fine, and none of the files in /usr/src/include have "funny" times (either in the future or near 1970). Any other clues? Does 'make installworld DESTDIR=/home/something' work for other people running 6.1-RELEASE?