From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:42293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMWpH-0005Gl-IZ for guix-patches@gnu.org; Fri, 03 May 2019 07:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMWpG-0004CZ-LK for guix-patches@gnu.org; Fri, 03 May 2019 07:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMWpG-0004C8-Ge for guix-patches@gnu.org; Fri, 03 May 2019 07:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMWpG-0004GZ-78 for guix-patches@gnu.org; Fri, 03 May 2019 07:58:02 -0400 Subject: [bug#35446] [PATCH 03/26] gnu: calibre: Update to 3.41.3. Resent-Message-ID: Date: Fri, 3 May 2019 13:57:25 +0200 From: Andreas Enge Message-ID: <20190503115725.GA3192@jurong> References: <20190427093659.21851-1-mail@brendan.scot> <20190427093659.21851-3-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190427093659.21851-3-mail@brendan.scot> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brendan Tildesley Cc: 35446@debbugs.gnu.org Hello, On Sat, Apr 27, 2019 at 07:36:36PM +1000, Brendan Tildesley wrote: > * gnu/packages/ebook.scm (calibre): Update to 3.41.3. This breaks the build > until my followup patches. could you prepare a minimal patch that updates calibre and includes all modifications to make it work? I think it will be desirable to be "atomic" in the sense that after every commit, we have a functioning Guix. Unbundling patches etc. can then come one by one, but again such that "guix build calibre" should work at all times. Thanks! Andreas PS: I considered applying some later patches like your change of e-mail address, but this one did not apply on current master, and then I thought that maybe it will be easier for you if I do not take patches out of order.