From owner-freebsd-current@FreeBSD.ORG Sat Dec 13 12:14:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9C616A4EF for ; Sat, 13 Dec 2003 12:14:48 -0800 (PST) Received: from mxsf29.cluster1.charter.net (mxsf29.cluster1.charter.net [209.225.28.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id D082B43E1C for ; Sat, 13 Dec 2003 12:10:36 -0800 (PST) (envelope-from MrL0L@charter.net) Received: from charter.net (ts46-01-qdr3139.mrgnhll.ca.charter.com [68.118.70.73])hBDK9BTa034281 for ; Sat, 13 Dec 2003 15:09:12 -0500 (EST) (envelope-from MrL0L@charter.net) Message-ID: <3FDB0164.4030508@charter.net> Date: Sat, 13 Dec 2003 04:09:08 -0800 From: Remington User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031029 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: make installworld failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 20:14:48 -0000 I have been running into this problem for a few weeks now, when i get to make installworld it will: >>> Installing everything.. -------------------------------------------------------------- cd /usr/src; /usr/obj/usr/src/make.i386/make -f Makefile.inc1 install ===> share/info ===> include creating osreldate.h from newvers.sh touch: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Has anyone seen this or know mto fix this? The way i do upgrades goes like this: cd /usr/src make buildworld make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC reboot cd /usr/src mergemaster -p make installworld