Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25800 - new pango's lost debug support ?
Summary: new pango's lost debug support ?
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-02 21:55 UTC by SpanKY
Modified: 2003-08-04 07:40 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2003-08-02 21:55:09 UTC
i noticed that in pango-1.2.1 configure is passed optional debug support while  
pango-1.2.2 and 1.2.3 do not ...  
  
maybe update the G2CONF line to read this:  
G2CONF="${G2CONF} --without-qt `use_enable debug`"
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-08-03 08:31:52 UTC
there are three levels of debugging available (none, minimum, yes) so i dont think use_enable debug fully captures the functionality (it would just add minimum debugging support). there's no doc in the ChangeLog about removing the debug use flag, however (and i'm extrapolating here) that it has something to do with portage including debugging functionality itself now (guess as i said).

(OT) more correctly, qt should really be selected via USE="qt".
Comment 2 foser (RETIRED) gentoo-dev 2003-08-04 07:40:13 UTC
The debug support was from times when pango was still under development, usually we don't enable optional debug support -not even by USE flag- for stable releases unless there's a good reason (is there one here ?). We assume people who want it/need it are probably knowledgable enough themselves to enable it in the ebuild.

The G2CONF line you give doesn't work in my experience.

The qt disabling thing has to do with that backend being unmaintained/-finished afaicr, there is no reason to enable buggy features even if it's by USE flag.