From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/1] Help wanted fixing a ruby-minitar bug Date: Wed, 25 Jan 2017 18:37:06 -0500 Message-ID: <20170125233706.GA8624@jasmine> References: <87vat43znf.fsf@gnu.org> <9d24d9ba-0a97-b59d-5f40-1777317504c0@uq.edu.au> <20170125174204.GA25252@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWX7p-0003gK-Q7 for guix-devel@gnu.org; Wed, 25 Jan 2017 18:37:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWX7l-0007cZ-UG for guix-devel@gnu.org; Wed, 25 Jan 2017 18:37:13 -0500 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ben Woodcroft Cc: guix-devel@gnu.org On Thu, Jan 26, 2017 at 08:30:01AM +1000, Ben Woodcroft wrote: > qOn 26/01/17 03:42, Leo Famulari wrote: > > On Wed, Jan 25, 2017 at 09:32:22AM +1000, Ben Woodcroft wrote: > > > Well, it is unpacking a .gem file rather than a tar.gz, and patching rubygem > > > sources has never worked. It might be worth fixing this in general, or > > > perhaps packaging minitar from GitHub rather than rubygems. > > Would you like to try packaging minitar from the Git repo so we can get > > this bug-fix? > Sure, pushed as bfaf8efd74e88d99f743845357e3f1ff191e23c2. Thank you!