From owner-freebsd-questions@FreeBSD.ORG Sun Feb 29 04:50:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD1C516A4CE for ; Sun, 29 Feb 2004 04:50:11 -0800 (PST) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B5F43D2F for ; Sun, 29 Feb 2004 04:50:11 -0800 (PST) (envelope-from stanb@panix.com) Received: from panix.com (brillig.panix.com [166.84.1.76]) by mail3.panix.com (Postfix) with ESMTP id BABAA98A61 for ; Sun, 29 Feb 2004 07:50:10 -0500 (EST) Received: from teddy.fas.com (pcp01010374pcs.mplsnt01.sc.comcast.net [68.58.176.69]) by panix.com (Postfix) with ESMTP id C7B002AA48 for ; Sun, 29 Feb 2004 07:50:09 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1AxQOV-0005TT-00 for ; Sun, 29 Feb 2004 07:50:07 -0500 Date: Sun, 29 Feb 2004 07:50:07 -0500 From: stan To: Free BSD Questions list Message-ID: <20040229125007.GA21010@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 07:46:33 up 5 days, 19:28, 1 user, load average: 0.01, 0.01, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Probelms with "make isntallworld" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 12:50:11 -0000 Can anyone tell me what's going on here? I'm trying to build a new STABEL amchine this weekend. I installed the minimum distribution, cvsup'd and am trying to do a make buildworld, make buildkernel, make installkernel, reboot, make installworld sequence. It keeps erroring out in the make isntallworld. I've even re cvsup'd and started over from scratch. Here's what I see: Script started on Sat Apr 19 15:52:38 2003 # make installkerne=08 =08=08 =08=08 =08=08 =08=08 =08world mkdir -p /tmp/install.47749 for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find gr= ep ln make makewhatis mkdir mtree mv pwd_mkdb rm sed sh sysctl test true = uname wc zic; do cp `which $prog` /tmp/install.47749; done cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386 MACHINE=3Di3= 86 OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec GROFF_BIN_PATH=3D/u= sr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/usr/sh= are/groff_font GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/usr/share/tmac PERL= 5LIB=3D/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 PATH=3D/usr/obj/usr/= src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/g= ames:/tmp/install.47749 make -f Makefile.inc1 reinstall -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 hierarchy cd /usr/src/etc; make distrib-dirs set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`; while [ $# -gt 0 = ] ; do for dir in /usr/share/locale /usr/share/nls /usr/local/share/nls= ; do test -d /${dir} && cd /${dir}; test -L "$2" && rm -rf "$2"; test \= ! -L "$1" && test -d "$1" && mv "$1" "$2"; done; shift; shift; done mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/libdata/perl/5.0= 0503/mach mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p / cd /; rm -f /sys; ln -s usr/src/sys sys cd /usr/share/man/en.ISO8859-1; ln -sf ../man* . cd /usr/share/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; d= one 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 =3D=3D=3D> share/info =3D=3D=3D> include creating osreldate.h from newvers.sh setvar PARAMFILE /usr/src/include/../sys/sys/param.h; . /usr/src/include/.= =2E/sys/conf/newvers.sh; echo "$COPYRIGHT" > osreldate.h; echo "#ifde= f _KERNEL" >> osreldate.h; echo '#error "osreldate.h must not be used in= the kernel, use sys/param.h"' >> osreldate.h; echo "#else" >> osreldate.h= ; echo \#'undef __FreeBSD_version' >> osreldate.h; echo \#'define __Fr= eeBSD_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. # ^D=08=08 Script done on Sat Apr 19 15:52:51 2003 BTW, a "whch touch" does find touch. --=20 "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin