From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 01/01: gnu: xf86-video-openchrome: Patch to correct build failure. Date: Sun, 23 Nov 2014 18:13:59 +0100 Message-ID: <87d28dalgo.fsf@gnu.org> References: <20141123144619.29798.14034@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xsajh-0005H5-J2 for guix-devel@gnu.org; Sun, 23 Nov 2014 12:14:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xsaja-0002dg-D6 for guix-devel@gnu.org; Sun, 23 Nov 2014 12:14:09 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:37393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xsaja-0002dZ-63 for guix-devel@gnu.org; Sun, 23 Nov 2014 12:14:02 -0500 In-Reply-To: (Andreas Enge's message of "Sun, 23 Nov 2014 14:46:23 +0000") 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: Andreas Enge Cc: Guix-devel Andreas Enge skribis: > commit bc0b89bb3eca3adf35230d1fe7f89664762be4e8 > Author: Andreas Enge > Date: Sun Nov 23 15:41:30 2014 +0100 > > gnu: xf86-video-openchrome: Patch to correct build failure. >=20=20=20=20=20 > * gnu/packages/xorg.scm (xf86-video-openchrome): Add patch for build = failure > with glibc-2.20. Fixes bug #18740. Thanks for working on it! In the future please use the same format as commit 1d18d87f to refer to the bug that is fixed; having a uniform way for that makes it easier to search for bug fixes, notably when preparing NEWS. Cheers, Ludo=E2=80=99.