From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: valgrind: Fix build against glibc 2.21 Date: Fri, 6 Mar 2015 19:41:28 +0100 Message-ID: <20150306184128.GA7034@debian.math.u-bordeaux1.fr> References: <1425661321-12432-1-git-send-email-sleep_walker@suse.cz> 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]:52648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTxBp-0006FL-Bf for guix-devel@gnu.org; Fri, 06 Mar 2015 13:41:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTxBl-0001E4-BK for guix-devel@gnu.org; Fri, 06 Mar 2015 13:41:37 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:58041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTxBl-0001D5-26 for guix-devel@gnu.org; Fri, 06 Mar 2015 13:41:33 -0500 Content-Disposition: inline In-Reply-To: <1425661321-12432-1-git-send-email-sleep_walker@suse.cz> 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: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Cc: guix-devel@gnu.org I had a look yesterday and wanted to make a patch this evening, but you beat me to it! This looks a lot like what I wanted to do, so please push. A tiny bit of nitpicking: On Fri, Mar 06, 2015 at 06:02:01PM +0100, Tomáš Čech wrote: > + gnu/packages/patches/valgrind-glibc_version.patch \ We usually use '-' instead of '_', so I would call it valgrind-glibc-version.patch . Or maybe valgrind-glibc-2.21.patch . Andreas PS: The funny thing is that the error message states that valgrind needs glibc up to 2.19, while the configure script already supports 2.20.