From owner-freebsd-current@FreeBSD.ORG Wed Sep 3 08:43:20 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 143E416A4BF for ; Wed, 3 Sep 2003 08:43:20 -0700 (PDT) Received: from mta.kanti-zug.ch (mta.kanti-zug.ch [212.203.73.132]) by mx1.FreeBSD.org (Postfix) with SMTP id 95E7643FE1 for ; Wed, 3 Sep 2003 08:43:18 -0700 (PDT) (envelope-from wiwi@progon.net) Received: (qmail 59923 invoked by uid 0); 2 Sep 2003 20:58:03 -0000 Received: from school.nat.kanti-zug.ch (HELO ?10.32.32.140?) (212.203.73.34) by 212.203.73.132 with SMTP; 2 Sep 2003 20:58:02 -0000 Date: Tue, 02 Sep 2003 22:56:03 +0200 From: Christian Wittenhorst To: freebsd-current@freebsd.org Message-ID: <633182875.1062543363@[10.32.32.140]> X-Mailer: Mulberry/3.1.0b5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by AMaViS perl-11 Subject: 5.1: make installworld: broken? 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: Wed, 03 Sep 2003 15:43:20 -0000 weather# make installworld Running test variables PASS: Test variables detected no regression, output matches. Running test targets PASS: Test targets detected no regression. Running test sysvmatch PASS: Test sysvmatch detected no regression. Running test lhs_expn PASS: Test lhs_expn detected no regression. [...] cd /usr/share/openssl/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/locale; set - `grep "^[a-zA-Z]" /usr/src/etc/locale.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . cd /usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done -------------------------------------------------------------- >>> Installing everything.. -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info ===> include 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 " cannot be used in the kernel, use "' >> osreldate.h; echo "#else" >> 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 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- c. wittenhorst, progon network engineering haldenstrasse 6, ch-6300 zug, switzerland phone: +41 79 4603040, fax: +41 41 7807318