Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199001 - dev-util/valgrind fails to compile against glibc-2.7
Summary: dev-util/valgrind fails to compile against glibc-2.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Maurice van der Pot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-13 00:45 UTC by nedrandersoff
Modified: 2007-11-17 19:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to make dev-util/valgrind fails to compile against glibc-2.7 against glibc-2.7 (valgrind-3.2.3-glibc-2.7.patch,5.42 KB, patch)
2007-11-14 20:46 UTC, Florian Maier
Details | Diff
Ebuild which includes valgrind-3.2.3-glibc-2.7.patch (valgrind-3.2.3-r1.ebuild,3.02 KB, text/plain)
2007-11-14 20:48 UTC, Florian Maier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nedrandersoff 2007-11-13 00:45:29 UTC
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 Florian Maier 2007-11-14 20:46:19 UTC
Created attachment 135995 [details, diff]
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 Florian Maier 2007-11-14 20:48:20 UTC
Created attachment 135997 [details]
Ebuild which includes valgrind-3.2.3-glibc-2.7.patch
Comment 3 Qiangning Hong 2007-11-15 08:53:50 UTC
i tested the patch on ~amd64 platform and it works.
Comment 4 Maurice van der Pot (RETIRED) gentoo-dev 2007-11-17 19:53:58 UTC
Fixed in portage. Thanks for the report and the patch!