From owner-freebsd-stable Sun Sep 1 3:35:13 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E330037B400 for ; Sun, 1 Sep 2002 03:35:05 -0700 (PDT) Received: from sushi.sanyusan.se (h58n2fls31o283.telia.com [217.209.202.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 141C743E42 for ; Sun, 1 Sep 2002 03:35:05 -0700 (PDT) (envelope-from anders@sushi.sanyusan.se) Received: from sushi.sanyusan.se (localhost [127.0.0.1]) by sushi.sanyusan.se (8.12.5/8.12.5) with ESMTP id g81AYuJq000714 for ; Sun, 1 Sep 2002 12:34:56 +0200 (CEST) (envelope-from anders@sushi.sanyusan.se) Received: (from anders@localhost) by sushi.sanyusan.se (8.12.5/8.12.5/Submit) id g81AYuZg000713 for stable@FreeBSD.ORG; Sun, 1 Sep 2002 12:34:56 +0200 (CEST) Date: Sun, 1 Sep 2002 12:34:56 +0200 From: Anders Andersson To: stable@FreeBSD.ORG Subject: make installworld broken Message-ID: <20020901103456.GA685@sushi.sanyusan.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i 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 a fresh system during make installworld: creating osreldate.h from newvers.sh setvar PARAMFILE /usr/src/include/../sys/sys/param.h; . /usr/src/include/../sys /conf/newvers.sh; echo "$COPYRIGHT" > osreldate.h; echo "#ifdef _KERNEL" >> osreldate.h; echo '#error "osreldate .h must not be used in the kernel, use sys/param.h"' >> osreldate.h; echo "#els e" >> osreldate.h; echo \#'undef __FreeBSD_version ' >> osreldate.h; echo \#'define __FreeBSD_version' $RELDATE >> osreldate .h; echo "#endif" >> osreldate.h touch: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 -- Anders Andersson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message