From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 1 16:53:07 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16D19106566C; Thu, 1 Mar 2012 16:53:07 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id DEA758FC1A; Thu, 1 Mar 2012 16:53:06 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 92F3846B23; Thu, 1 Mar 2012 11:53:06 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EFF79B94D; Thu, 1 Mar 2012 11:53:05 -0500 (EST) From: John Baldwin To: rank1seeker@gmail.com Date: Thu, 1 Mar 2012 11:03:01 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <20120217.074355.853.1@DOMY-PC> <201202291605.08267.jhb@freebsd.org> <20120301.154227.197.1@DOMY-PC> In-Reply-To: <20120301.154227.197.1@DOMY-PC> MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1250" Content-Transfer-Encoding: 7bit Message-Id: <201203011103.01939.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 01 Mar 2012 11:53:06 -0500 (EST) Cc: Roman Divacky , hackers@freebsd.org Subject: Re: BUG: 9.0 stage 2 boot (/boot/boot) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 16:53:07 -0000 On Thursday, March 01, 2012 10:42:27 am rank1seeker@gmail.com wrote: > > > Patch fails at 9.0 RELEASE: (Is this for 9 STABLE?) > > > > Nope, patch was made against a 9.0 tree: > > > > % svn info . > > Path: . > > URL: svn+ssh://svn.freebsd.org/base/releng/9.0/sys > > Repository Root: svn+ssh://svn.freebsd.org/base > > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > > Revision: 232297 > > Node Kind: directory > > Schedule: normal > > Last Changed Author: kensmith > > Last Changed Rev: 229283 > > Last Changed Date: 2012-01-02 09:45:30 -0500 (Mon, 02 Jan 2012) > > > > % svn stat boot/i386/boot2 > > M boot/i386/boot2/boot2.c > > > > % svn diff boot/i386/boot2 | md5 > > 888f90f32bd20d1bf7e2d3277d9b697b > > > > And the file I sent to you before: > > > > % md5 ~/work/patches/boot2_test.patch > > MD5 (/home/jhb/work/patches/boot2_test.patch) = 888f90f32bd20d1bf7e2d3277d9b697b > > > File being patched: > MD5 (/sys/boot/i386/boot2/boot2.c) = 2c3fe29ced282a6fccf84e9061bb3d68 > > Your patch received via attachment: > MD5 (boot2_test.patch) = f750c1275f45aeded970c3014a50f333 > > And on your side it is: '888f90f32bd20d1bf7e2d3277d9b697b', which is a PATCH MISMATCH. > > It is best to give me patches, as you did up to now, via url. Hmm, I thought you asked for it to be an attachment previously. I just saved the attachment out of my saved copy of the e-mail and it MD5'd correctly here, so I've no idea why it didn't show up correct on your end. Perhaps something mangled it in the middle. I will only send you URLs for the future. http://www.FreeBSD.org/~jhb/patches/boot2_test.patch -- John Baldwin