From owner-cvs-all@FreeBSD.ORG Tue Jan 11 17:44:52 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8298116A4CE; Tue, 11 Jan 2005 17:44:52 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E4943D4C; Tue, 11 Jan 2005 17:44:52 +0000 (GMT) (envelope-from imp@harmony.village.org) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0BHf4re026389; Tue, 11 Jan 2005 10:41:04 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Tue, 11 Jan 2005 10:41:04 -0700 (MST) Message-Id: <20050111.104104.41659378.imp@harmony.village.org> To: trhodes@freebsd.org From: Warner Losh In-Reply-To: <20050111120547.0344702c@mobile.pittgoth.com> References: <200501111640.j0BGeTpT086101@repoman.freebsd.org> <20050111170322.GA2518@orion.daedalusnetworks.priv> <20050111120547.0344702c@mobile.pittgoth.com> 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: keramida@ceid.upatras.gr cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-aout shlib.c shlib.h support.c support.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 17:44:52 -0000 > No problem. I'm not sure why my local build tests didn't pick > this breakage but it happens. I still feel bad breaking world > for everyone again. :( The only way to know for sure is to have a spare, scratch machine that you check out the committed sources from and build from scratch on. Otherwise you can't be sure that you don't have something uncommitted/weird about your machine. Very inconvenient :-(. Second best is to checkout into a clean tree and build there. Warner