From owner-freebsd-current@FreeBSD.ORG Thu Mar 25 12:09:08 2004 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 604CD16A4CE; Thu, 25 Mar 2004 12:09:08 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD4143D3F; Thu, 25 Mar 2004 12:09:07 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i2PK93kj032641; Thu, 25 Mar 2004 13:09:03 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 25 Mar 2004 13:09:03 -0700 (MST) Message-Id: <20040325.130903.85074713.imp@bsdimp.com> To: ru@freebsd.org From: "M. Warner Losh" In-Reply-To: <20040319074522.GB18091@ip.net.ua> References: <20040319034850.GA1157@xor.obsecurity.org> <20040319074522.GB18091@ip.net.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ache@nagual.pp.ru cc: current@freebsd.org cc: kris@obsecurity.org Subject: Re: Upgrade broken by getopt_long_only() 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, 25 Mar 2004 20:09:08 -0000 In message: <20040319074522.GB18091@ip.net.ua> Ruslan Ermilov writes: : P.S. I wonder how people manage to screw up their so : often... :-( Most likely a partial installworld has happened. I've had installworld fail in the middle, and then the next buildworld had the wrong file, and OSRELDATE had to be set to 0 to power out. It is also possible that there was a small lag between ache's commits and the OSRELDATE bump. Maybe kris had something in the middle? Warner