Gentoo Archives: gentoo-user

From: Mariusz Ceier <mceier@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dev-util/valgrind-3.7.0-r4 and glibc
Date: Fri, 14 Sep 2012 20:08:38
Message-Id: CAJTyqKN7EYJck1iNR2BVGiRM2Efu-kFx9coOVM0FAk5EW1pLsg@mail.gmail.com
In Reply to: [gentoo-user] dev-util/valgrind-3.7.0-r4 and glibc by Mick
1 No, it's not a typo - you have to add splitdebug to FEATURES variable
2 in /etc/make.conf (or /etc/portage/make.conf). Splitdebug is not a USE
3 flag.
4
5 On 14 September 2012 21:48, Mick <michaelkintzios@×××××.com> wrote:
6 > I got this message in elog:
7 >
8 > * Messages for package dev-util/valgrind-3.7.0-r4:
9 >
10 > * Valgrind will not work if glibc does not have debug symbols.
11 > * To fix this you can add splitdebug to FEATURES in make.conf
12 > * and remerge glibc. See:
13 > * https://bugs.gentoo.org/show_bug.cgi?id=214065
14 > * https://bugs.gentoo.org/show_bug.cgi?id=274771
15 > * https://bugs.gentoo.org/show_bug.cgi?id=388703
16 >
17 > but my glibc has no splitdebug USE flags:
18 >
19 > [I] sys-libs/glibc
20 >
21 > Installed versions: 2.15-r2(2.2)^s(08:44:11 08/10/12)(multilib -
22 > crosscompile_opts_headers-only -debug -gd -hardened -profile -selinux -
23 > vanilla)
24 >
25 >
26 > As a matter of fact nothing has:
27 >
28 > $ euse -i splitdebug
29 > global use flags (searching: splitdebug)
30 > ************************************************************
31 > no matching entries found
32 >
33 > local use flags (searching: splitdebug)
34 > ************************************************************
35 > no matching entries found
36 >
37 >
38 > Is this a typo?
39 > --
40 > Regards,
41 > Mick