From owner-freebsd-stable@FreeBSD.ORG Sun Mar 14 09:50:55 2004 Return-Path: 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 ACD8F16A4CE for ; Sun, 14 Mar 2004 09:50:55 -0800 (PST) Received: from priv-edtnes14-hme0.telusplanet.net (outbound03.telus.net [199.185.220.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDDE43D5A for ; Sun, 14 Mar 2004 09:50:54 -0800 (PST) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([154.5.85.228]) by priv-edtnes14-hme0.telusplanet.netSMTP <20040314175054.DTWG15469.priv-edtnes14-hme0.telusplanet.net@catseye.biscuit.boo>; Sun, 14 Mar 2004 10:50:54 -0700 Date: Sun, 14 Mar 2004 09:56:13 -0800 From: Chris Pressey To: Wayne M Barnes Message-Id: <20040314095613.780e2fda.cpressey@catseye.mine.nu> In-Reply-To: <20040314174350.GA20053@etaq.com> References: <20040314174350.GA20053@etaq.com> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: Can't install 4.x-stable world. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 17:50:55 -0000 On Sun, 14 Mar 2004 11:43:50 -0600 Wayne M Barnes wrote: > Dear FreeBSD 4.x-STABLE, > > I looks like a missing ] after for prog in [ . . . > > Do you agree? No. '[' is the name of a utility (try 'man [' if you don't believe me :) -Chris > --------------make world snip: -------------- > > gzip -cn /usr/src.2004/usr.sbin/boot0cfg/boot0cfg.8 > boot0cfg.8.gz > ===> etc > mkdir -p /tmp/install.17448 > for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find > grep ln make makewhatis mkdir mtree mv pwd_mkdb rm sed sh sysctl test true > uname wc zic; do cp `which $prog` /tmp/install.17448; done > *** Error code 64 > > Stop in /usr/src.2004. > *** Error code 1 > > Stop in /usr/src.2004. > > ----------------------------------------- > > I have /usr/src linked to /usr/src.2004 below, but that > has never caused a problem before. > > > -- > Wayne M Barnes > wayne@etaq.com fax: (314) 754-9556 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"