From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] Fix OpenEXR on i686, dependency of LibreOffice Date: Thu, 10 Mar 2016 15:12:26 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae6wg-0007MB-89 for guix-devel@gnu.org; Thu, 10 Mar 2016 15:12:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ae6wd-0004uK-1M for guix-devel@gnu.org; Thu, 10 Mar 2016 15:12:30 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:34753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae6wc-0004uB-Qm for guix-devel@gnu.org; Thu, 10 Mar 2016 15:12:26 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 4E7A6C00013 for ; Thu, 10 Mar 2016 15:12:26 -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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Currently, OpenEXR fails to build on i686 due to a test failure. This breaks LibreOffice on that platform, too. According to this upstream bug report, it is safe to disable the test in question: https://github.com/openexr/openexr/issues/67#issuecomment-21169748 So, here's a patch making that change. Thoughts? Leo Famulari (1): gnu: openexr: Disable broken test to fix build on i686. gnu/packages/graphics.scm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- 2.6.3