From owner-freebsd-current@FreeBSD.ORG Wed Apr 9 19:54:07 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 011DB37B401; Wed, 9 Apr 2003 19:54:07 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D798B43F85; Wed, 9 Apr 2003 19:54:05 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from gothmog.gr (patr530-b183.otenet.gr [212.205.244.191]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h3A2s0mP003297; Thu, 10 Apr 2003 05:54:02 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h3A2rxcK021535; Thu, 10 Apr 2003 05:53:59 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h3A2rxgE021534; Thu, 10 Apr 2003 05:53:59 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Thu, 10 Apr 2003 05:53:59 +0300 From: Giorgos Keramidas To: "Tim J. Robbins" Message-ID: <20030410025359.GA21455@gothmog.gr> References: <20030408174535.CA3285D07@ptavv.es.net> <200304100239.h3A2dLLo072238@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304100239.h3A2dLLo072238@freefall.freebsd.org> cc: freebsd@jobeus.net cc: freebsd-current@FreeBSD.org Subject: Re: 'for' unexpected. 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: Thu, 10 Apr 2003 02:54:07 -0000 On 2003-04-09 19:39, Giorgos Keramidas wrote: > Scott Carmichael wrote: > > > So, anyways, anyone know what this could be? I can't seem to even type > > > a 'for' statement in sh and make it work. Eek. > > > > See the archives. This is a problem reported earlier this week. > > > > Work around: > > cd /usr/src/bin/sh > > make clean > > make > > make install > > cd /usr/src > > make installworld > > Using a userland and kernel from Sunday, April 6 2003, I hit this when > trying to upgrade to today's current too. Unfortunately, rebuilding > /bin/sh didn't quite work while I was in single-user mode... Probably > because the file /bin/sh is 'in use'. I've brought my workstation > up by running while in single user mode: > > # exec /bin/csh > name# cp /usr/local/bin/bash /bin/sh > name# exit > > I'll try rebuilding now. Who knows *why* this happens? I think it > definitely deserves an UPDATING entry. Nope. No use. If I let /usr/src/bin/sh overwrite my /bin/sh it bombs out later while installing games/* with the same error. For the moment, I've replaced /bin/sh with a static copy of bash :-( Tim, is this a known problem? Is anyone looking into this already? - Giorgos