From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: libgd security update / i686 issues Date: Thu, 28 Jul 2016 14:56:06 -0400 Message-ID: <20160728185606.GA11714@jasmine> References: <20160728072337.GA1011@jasmine> <20160728084049.GB1693@solar> <20160728163027.GA10649@jasmine> <877fc5n0db.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSqTm-0000ms-Hw for guix-devel@gnu.org; Thu, 28 Jul 2016 14:56:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSqTh-0000dJ-J6 for guix-devel@gnu.org; Thu, 28 Jul 2016 14:56:21 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:50032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSqTg-0000bi-8z for guix-devel@gnu.org; Thu, 28 Jul 2016 14:56:17 -0400 Content-Disposition: inline In-Reply-To: <877fc5n0db.fsf@netris.org> 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: Mark H Weaver Cc: guix-devel@gnu.org On Thu, Jul 28, 2016 at 01:22:40PM -0400, Mark H Weaver wrote: > I will adapt my patch to the new version. Unfortunately, this new patch makes libgd fail to build from source on x86_64, like this: gdimagecopyresampled/basic_alpha.c: In function ‘main’: gdimagecopyresampled/basic_alpha.c:37:23: error: value computed is not used [-Werror=unused-value] FLT_EVAL_METHOD != 2 && gdAssertImageEqualsToFile("gdimagecopyresampled/basic_alpha_exp.png", copy); ^ cc1: all warnings being treated as errors Makefile:3120: recipe for target 'gdimagecopyresampled/basic_alpha.o' failed make[2]: *** [gdimagecopyresampled/basic_alpha.o] Error 1 make[2]: *** Waiting for unfinished jobs.... gdimagecopyresampled/bug00201.c: In function ‘main’: gdimagecopyresampled/bug00201.c:69:26: error: value computed is not used [-Werror=unused-value] FLT_EVAL_METHOD != 2 && gdAssertImageEqualsToFile("gdimagecopyresampled/bug00201_exp.png", img); ^ cc1: all warnings being treated as errors Makefile:3120: recipe for target 'gdimagecopyresampled/bug00201.o' failed make[2]: *** [gdimagecopyresampled/bug00201.o] Error 1 make[2]: Leaving directory '/tmp/guix-build-gd-2.2.3.drv-0/libgd-2.2.3/tests' Makefile:4318: recipe for target 'check-am' failed make[1]: *** [check-am] Error 2 make[1]: Leaving directory '/tmp/guix-build-gd-2.2.3.drv-0/libgd-2.2.3/tests' Makefile:408: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 phase `check' failed after 2.0 seconds