From owner-freebsd-stable@FreeBSD.ORG Thu Apr 28 18:54:14 2005 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 A9A0E16A4CE for ; Thu, 28 Apr 2005 18:54:14 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CBFE43D39 for ; Thu, 28 Apr 2005 18:54:14 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id 2DB8A78C62; Thu, 28 Apr 2005 14:56:16 -0400 (EDT) Received: from pandora.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 92368-02; Thu, 28 Apr 2005 14:56:12 -0400 (EDT) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) by pandora.afflictions.org (Postfix) with ESMTP id D92F978C35; Thu, 28 Apr 2005 14:56:11 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id B0A7133C30; Thu, 28 Apr 2005 14:54:08 -0400 (EDT) Date: Thu, 28 Apr 2005 14:54:08 -0400 From: Damian Gerow To: Jonathan Noack Message-ID: <20050428185408.GG1261@afflictions.org> References: <20050418120423.GA697@afflictions.org> <200504281207.41387.josemi@redesjm.local> <20050428154112.GD69135@afflictions.org> <200504281830.21956.josemi@redesjm.local> <20050428170548.GA721@afflictions.org> <42713082.2050606@alumni.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42713082.2050606@alumni.rice.edu> X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.9i X-Virus-Scanned: amavisd-new at pandora.afflictions.org cc: freebsd-stable@freebsd.org cc: Jose M Rodriguez Subject: Re: UPDATE: ATA mkIII official patches for releng_5 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: Thu, 28 Apr 2005 18:54:14 -0000 Thus spake Jonathan Noack (noackjr@alumni.rice.edu) [28/04/05 14:53]: : Does this error happen all the time or only with ATA mkIII? Only with ATA mkIII. I'm running a system that I rebuilt this morning without issue. : Check /etc/stable-supfile to make sure you're getting RELENG_5_4 : (tag=RELENG_5_4 and no date=). Also, do any of the hunks fail when : patching? An easy way to find out is by checking the patch before : applying (this is a good habit anyway): I'm definitely running RELENG_5_4 (I've also tried with RELENG_5), and none of the hunks fail: % cd /usr/src % find . -type f -name \*.rej % : If they all say succeeded then the patch should apply correctly. If : this doesn't generate any leads, try "make -DALWAYS_CHECK_MAKE : buildworld" before building the kernel. I'm not sure but this could be : an out-of-date make. Not likely if the system I'm running was built this morning. Though I admit, it does /feel/ like a make error.