Gentoo Archives: gentoo-dev

From: Rich Freeman <rich0@g.o>
To: gentoo-dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Defaulting for debug information in profiles
Date: Mon, 17 Dec 2012 13:56:02
Message-Id: CAGfcS_m_Nz+pOyPS7BvktQ_Jic-EuGKMaq51E_9y+kczo_gHTw@mail.gmail.com
In Reply to: Re: [gentoo-dev] Defaulting for debug information in profiles by Kacper Kowalik
1 On Mon, Dec 17, 2012 at 8:43 AM, Kacper Kowalik <xarthisius@g.o> wrote:
2 > All trouble can be saved by asking user to recompile package with
3 > relevant flags on bug report, resolving the bug as NEEDINFO. Instead of
4 > forcing everybody out there using Gentoo to have additional XGb for
5 > debug, patching troublesome packages like webkit-gtk etc. Bug without
6 > valid data is by definition... invalid?
7
8 Tend to agree. Plus, you can always compile -O0 in such a case and
9 get more useful debug info besides (yes, I know this can be misleading
10 under some circumstances, but not all packages are glibc). Plus, if
11 the user doesn't enable core dumps the debug info is useless unless
12 the problem is reproducible, and if it is reproducible then you can
13 just build it with debug info.
14
15 But, by all means make it easy for the user to make their own choice.
16
17 I usually keep a debug file in /etc/portage/env.d and symlink it to
18 anything I'm working on.
19
20 Rich

Replies

Subject Author
Re: [gentoo-dev] Defaulting for debug information in profiles "Diego Elio Pettenò" <flameeyes@×××××××××.eu>
Re: [gentoo-dev] Defaulting for debug information in profiles Luca Barbato <lu_zero@g.o>
Re: [gentoo-dev] Defaulting for debug information in profiles Pacho Ramos <pacho@g.o>