Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8133 - gtk+1.2.10-r8.ebuild should use --enable-debug=minimum not --enable-debug=no
Summary: gtk+1.2.10-r8.ebuild should use --enable-debug=minimum not --enable-debug=no
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-19 21:28 UTC by Lagos
Modified: 2002-09-25 23:09 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 Lagos 2002-09-19 21:28:02 UTC
If ${DEBUG} is undefined, the gtk+-1.2.10-r8.ebuild will compile with the --enable-debug=no option. This makes the library's g_return_if_fail() macro a nop. Unfortunately, some gtk apps seem to rely on this macro being functional. As an example, xchat will seg fault when one hits the delink/relink tab button (the one in the upper left of the GUI window, labeled with an '^').

As a work around without requiring a drastic increase in library size, --enable-debug=minimum should be used instead.
Comment 1 Bjoern Brauel (RETIRED) gentoo-dev 2002-09-25 11:20:03 UTC
Spider , could you care about that ?
Comment 2 Spider (RETIRED) gentoo-dev 2002-09-25 23:09:57 UTC
okay, fixing now.