From owner-freebsd-current@FreeBSD.ORG Thu Sep 15 16:30:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8571B106564A; Thu, 15 Sep 2011 16:30:37 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qw0-f49.google.com (mail-qw0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id 133A58FC15; Thu, 15 Sep 2011 16:30:36 +0000 (UTC) Received: by qwm25 with SMTP id 25so3165598qwm.22 for ; Thu, 15 Sep 2011 09:30:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cJob52ZvVv6m06E52StrDl4tIKLzo6fu+LuSy7K77mQ=; b=gsa7PMtV6pMoPpJHRgxiK3YjGI9anl1YMqwucBnMPhmUbQnsT3hPWgfjGEgWNXhIR7 HhyfXa7VEYl9//4ULzP4YJ8k5Onwgvsej0rIZmzfCJcaBfs0P31yWf8+VqelM0uI+hLX J9xu2Xr+9u2iQKSq6kEdyoO/UQstbk4Y/P5uM= MIME-Version: 1.0 Received: by 10.224.215.194 with SMTP id hf2mr984143qab.242.1316104235533; Thu, 15 Sep 2011 09:30:35 -0700 (PDT) Received: by 10.224.37.83 with HTTP; Thu, 15 Sep 2011 09:30:35 -0700 (PDT) In-Reply-To: References: <20110908221356.Horde.MFEsZ6Qd9PdOaSIEaid2X_A@avocado.salatschuessel.net> <4E692F87.5010708@sentex.net> <20110909073305.Horde.oi-EGaQd9PdOaaURAsTRVJk@avocado.salatschuessel.net> <4E6A076D.7040309@wintek.com> <8A9A0FE6D93942EA8F725B38FEA381D1@vosz.local> <4E71C3ED.6010405@FreeBSD.org> <20110915100500.GA20687@lonesome.com> Date: Thu, 15 Sep 2011 09:30:35 -0700 Message-ID: From: Garrett Cooper To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: Mark Linimon , freebsd-current@freebsd.org, Alexander Zagrebin , Andriy Gapon Subject: Re: cvsup broken on amd64? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Sep 2011 16:30:37 -0000 On Thu, Sep 15, 2011 at 8:19 AM, Adrian Chadd wrote: > On 15 September 2011 18:05, Mark Linimon wrote: >>> Usually rather quite later than sooner. >> >> A perfect opportunity for src committers to dive in and make a >> difference :-) > > I hate you. :) > > Ok. Some third person test/verify that this patch (a) does what it's > supposed to do, and (b) is correct, and I'll commit it. > > (blah, what am I signing myself up for..) Based on the ticket and the patch, I think this is the right procedure for verifying the patch. Please verify that the case below repros the issue seen by the end-user before applying the patch though :). Thanks, -Garrett supdir=$(mktemp -d /tmp/sup.XXXXXX) # Supfile follows. Change cvsup host as necessary.. cat >$supdir/supfile < $i done # This should fail, requiring multiple tries. csup $supdir/supfile # Clean up rm -Rf $supdir