From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/01: gnu: python-pillow: Fix test failures on i686-linux and armhf-linux. Date: Thu, 28 Dec 2017 14:17:05 -0500 Message-ID: <87bmiislvy.fsf@netris.org> References: <20171227170813.11009.20833@vcs0.savannah.gnu.org> <20171227170818.E6B1420812@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUdgP-0000JY-64 for guix-devel@gnu.org; Thu, 28 Dec 2017 14:17:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUdgL-0005k3-VC for guix-devel@gnu.org; Thu, 28 Dec 2017 14:17:37 -0500 Received: from world.peace.net ([50.252.239.5]:34398) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eUdgL-0005iw-LQ for guix-devel@gnu.org; Thu, 28 Dec 2017 14:17:33 -0500 In-Reply-To: <20171227170818.E6B1420812@vcs0.savannah.gnu.org> (Kei Kebreau's message of "Wed, 27 Dec 2017 12:08:16 -0500 (EST)") 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: Kei Kebreau Cc: guix-devel@gnu.org kkebreau@posteo.net (Kei Kebreau) writes: > kkebreau pushed a commit to branch master > in repository guix. > > commit 15b60fc3138e9d601aff3e3317373ed465e6ea93 > Author: Kei Kebreau > Date: Sun Dec 24 16:23:50 2017 -0500 > > gnu: python-pillow: Fix test failures on i686-linux and armhf-linux. > > * gnu/packages/patches/python-pillow-fix-failing-tests.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/python.scm (python-pillow)[source]: Use it. Thanks for your efforts, but after this commit, Hydra still failed to build both python-pillow and python2-pillow on i686 and armhf: https://hydra.gnu.org/eval/109870?filter=pillow Mark