Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434736 - net-libs/loudmouth-1.4.3-r2 is compiled with debug enabled disregarding USE=-debug
Summary: net-libs/loudmouth-1.4.3-r2 is compiled with debug enabled disregarding USE=-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2012-09-11 14:30 UTC by Edward "Hades"
Modified: 2012-09-11 18:37 UTC (History)
0 users

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


Attachments
patch, that circumvents loudmouth build system bug (loudmouth-1.4.3-r2.ebuild.patch,464 bytes, text/plain)
2012-09-11 14:30 UTC, Edward "Hades"
Details
emerge --info (emerge.info,5.04 KB, text/plain)
2012-09-11 14:31 UTC, Edward "Hades"
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Edward "Hades" 2012-09-11 14:30:58 UTC
Created attachment 323526 [details]
patch, that circumvents loudmouth build system bug

Due to a bug in build system, loudmouth always compiles with debug enabled, even if the --enable-debug=no is passed to ./configure script.

For details, see FreeBSD bug: http://freebsd.1045724.n5.nabble.com/ports-158720-loudmouth-prints-lots-of-debug-information-td4563779.html

Patch included.
Comment 1 Edward "Hades" 2012-09-11 14:31:42 UTC
Created attachment 323528 [details]
emerge --info

just in case you need it
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-09-11 18:26:27 UTC
Actually the bug is that we pass --enable-debug=no at all.
As explained in gnome2 eclass, we always --enable-debug because for glib based libraries it makes sure the library spits out intelligible error message when it is badly used instead of just asserting or crashing.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-09-11 18:37:27 UTC
+  11 Sep 2012; Gilles Dartiguelongue <eva@gentoo.org>
+  loudmouth-1.4.3-r2.ebuild:
+  Leaving debug handling to gnome2.eclass, bug #434736. Move pkg_setup to
+  src_configure to avoid overhead with binpkg setup.
+
Without a revbump since disabling debug is not something critical for users here.