Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168348 - dev-util/subversion debug USE-flag
Summary: dev-util/subversion debug USE-flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-25 16:49 UTC by Tiziano Müller (RETIRED)
Modified: 2007-11-10 20:42 UTC (History)
1 user (show)

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 Tiziano Müller (RETIRED) gentoo-dev 2007-02-25 16:49:04 UTC
subversion can be compiled with "--enable-debug". Please enable it via the "debug" USE-flag.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2007-02-27 21:10:14 UTC
I actually checked what it does, and it accomplishes nothing except that it munges CFLAGS. I'll fix the munging, so that debug symbols will be provided and the flag a real noop.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-07-20 18:57:18 UTC
Subversion can be configured with "--enable-maintainer-mode". It appends "-DSVN_DEBUG -DAP_DEBUG" and usually "-Wpointer-arith -Wwrite-strings -Wshadow" to CFLAGS.
Please enable it via the "debug" USE-flag.

Patch:
--- dev-util/subversion/subversion-1.4.4-r3.ebuild
+++ dev-util/subversion/subversion-1.4.4-r3.ebuild
@@ -12,7 +12,7 @@

 LICENSE="Apache-1.1"
 SLOT="0"
-IUSE="apache2 berkdb emacs java nls nowebdav perl python ruby"
+IUSE="apache2 berkdb debug emacs java nls nowebdav perl python ruby"
 RESTRICT="test"

 COMMONDEPEND="apache2? ( ${APACHE2_DEPEND} )
@@ -130,6 +130,7 @@

        econf ${myconf} \
                $(use_with berkdb berkeley-db) \
+               $(use_enable debug maintainer-mode) \
                $(use_with python) \
                $(use_enable nls) \
                --disable-experimental-libtool \
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-15 01:01:46 UTC
It is fixed in subversion-1.5_pre26086 in Eaedificāta Repository.
http://www.ffta.host.sk/Eaedificata/index.html
Comment 4 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-08 09:20:58 UTC
not apache related
Comment 5 Benedikt Böhm (RETIRED) gentoo-dev 2007-11-10 20:42:26 UTC
fixed in 1.4.5