From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: libgd security update / i686 issues Date: Thu, 28 Jul 2016 13:22:40 -0400 Message-ID: <877fc5n0db.fsf@netris.org> References: <20160728072337.GA1011@jasmine> <20160728084049.GB1693@solar> <20160728163027.GA10649@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSp1X-0007wL-28 for guix-devel@gnu.org; Thu, 28 Jul 2016 13:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSp1T-0006nM-Q0 for guix-devel@gnu.org; Thu, 28 Jul 2016 13:23:06 -0400 Received: from world.peace.net ([50.252.239.5]:36909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSp1T-0006mf-Lj for guix-devel@gnu.org; Thu, 28 Jul 2016 13:23:03 -0400 In-Reply-To: <20160728163027.GA10649@jasmine> (Leo Famulari's message of "Thu, 28 Jul 2016 12:30:28 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Thu, Jul 28, 2016 at 10:40:49AM +0200, Andreas Enge wrote: >> Well, the bug report states that the result is correct on armv7. Apparently >> i686 is not IEEE compliant by default, while armv7 is. So it should be okay >> to apply the flags only on i686. We assume that SSE, but not SSE2 or later >> are supported, see our Qt package. > > Thanks for the advice. What do you think about the attached patch? Not all i686 systems have support for SSE. I don't think we should apply the upstream suggested workaround, which effectively amounts to dropping support for older systems. If we want to add a requirement for SSE for i686 systems in Guix, that should be a separate discussion, and not rushed in as part of a security update. I will adapt my patch to the new version. Mark