Bug 199001 - dev-util/valgrind fails to compile against glibc-2.7
Bug#: 199001 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: griffon26@gentoo.org Reported By: nedrandersoff@yahoo.com
Component: Development
URL: 
Summary: dev-util/valgrind fails to compile against glibc-2.7
Keywords:  
Status Whiteboard: 
Opened: 2007-11-13 00:45 0000
Description:   Opened: 2007-11-13 00:45 0000
Valgrind doesn't support glibc-2.7. It fails on the configure step saying it
needs glibc-2.4 or 2.6

Reproducible: Always

Steps to Reproduce:
1. Upgrade to glibc-2.7
2. Emerge valgrind




Redhat has a patch for glibc-2.7; it can be found at
http://developer.momonga-linux.org/viewvc/trunk/pkgs/valgrind/valgrind-3.2.3-glibc2_7.patch?view=log

------- Comment #1 From Florian Maier 2007-11-14 20:46:19 0000 -------
Created an attachment (id=135995) [details]
Patch to make dev-util/valgrind fails to compile against glibc-2.7 against
glibc-2.7

With this patch valgrind compiles against glibc-2.7.
Simply use it in a portage overlay with the following ebuild.

------- Comment #2 From Florian Maier 2007-11-14 20:48:20 0000 -------
Created an attachment (id=135997) [details]
Ebuild which includes valgrind-3.2.3-glibc-2.7.patch

------- Comment #3 From Qiangning Hong 2007-11-15 08:53:50 0000 -------
i tested the patch on ~amd64 platform and it works.

------- Comment #4 From Maurice van der Pot 2007-11-17 19:53:58 0000 -------
Fixed in portage. Thanks for the report and the patch!