From owner-freebsd-questions Thu Mar 13 7:26:52 2003 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 B5F2137B404 for ; Thu, 13 Mar 2003 07:26:50 -0800 (PST) Received: from relay1.ntu-kpi.kiev.ua (oberon.ntu-kpi.kiev.ua [195.245.194.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB1843F85 for ; Thu, 13 Mar 2003 07:26:45 -0800 (PST) (envelope-from nikolay@asu.ntu-kpi.kiev.ua) Received: by relay1.ntu-kpi.kiev.ua (Postfix, from userid 426) id E630519D14; Thu, 13 Mar 2003 17:26:19 +0200 (EET) Received: from onyx.asu.ntu-kpi.kiev.ua (eth0.onyx.asu.ntu-kpi.kiev.ua [10.18.16.2]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 6F4F619C38; Thu, 13 Mar 2003 17:25:55 +0200 (EET) Received: from drweb by onyx.asu.ntu-kpi.kiev.ua with drweb-scanned (Exim 4.10) id 18tUXv-0007Zd-00; Thu, 13 Mar 2003 17:23:03 +0200 Received: from nikolay by onyx.asu.ntu-kpi.kiev.ua with local (Exim 4.10) id 18tUXv-0007ZX-00; Thu, 13 Mar 2003 17:23:03 +0200 Date: Thu, 13 Mar 2003 17:23:03 +0200 From: "Nikolay Y. Orlyuk" To: freebsd-questions@freebsd.org Cc: Socketd Subject: Re: make installworld problem (4.7 p2 -> p7) Message-ID: <20030313152302.GA28346@asu.ntu-kpi.kiev.ua> Mail-Followup-To: freebsd-questions@freebsd.org, Socketd References: <20030313144758.GA142@main> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20030313144758.GA142@main> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 13, 2003 at 03:47:58PM +0100, Socketd wrote: > Hi again > > Nobody has answered in the last week, so I will try again. > I have installed 4.7 on a i386. > I have upgraded to p2 and now want to upgrade p7. > All my drives are mounted locally (on the same computer) and I try to > upgrade the system as I always have with: > make buildworld > make buildkernel KERNCONF=SOCKETD > make installkernel KERNCONF=SOCKETD > reboot > make installworld > I reboot the system and it is running the p7 kernel. I have mounted > all my drives with rw (not using noexec or nosuid) and I have lots of > space. > When I cd to /usr/src and type "make installworld" I get: > mkdir -p /tmp/install.54110 > for prog in [ awk cat chflags chmod chown date echo egrep find grep > ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true > uname wc zic; do cp `which $prog` /tmp/install.54110; done > usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target > cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN > directory > *** Error code 64 Maybe you should try to check what will say 'which awk', 'which cat' ... but in any way I can't understand why it need to do it all. In result of executing this command sequence will be file /tmp/install.54110 which will contain zic. Also you may check how `[' accepted by shell. It must be simple word and must not change of mean any of symbols around it. > > -- With best wishes Nikolay mail: nikolay@asu.ntu-kpi.kiev.ua To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message