First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 168348
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Paul de Vrieze <pauldv@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tiziano Müller <dev-zero@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 168348 depends on: Show dependency tree
Bug 168348 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-02-25 16:49 0000
subversion can be compiled with "--enable-debug". Please enable it via the
"debug" USE-flag.

------- Comment #1 From Paul de Vrieze 2007-02-27 21:10:14 0000 -------
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 From Arfrever Frehtes Taifersar Arahesis 2007-07-20 18:57:18 0000 -------
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 From Arfrever Frehtes Taifersar Arahesis 2007-08-15 01:01:46 0000 -------
It is fixed in subversion-1.5_pre26086 in Eaedificāta Repository.
http://www.ffta.host.sk/Eaedificata/index.html

------- Comment #4 From Benedikt Böhm 2007-09-08 09:20:58 0000 -------
not apache related

------- Comment #5 From Benedikt Böhm 2007-11-10 20:42:26 0000 -------
fixed in 1.4.5

First Last Prev Next    No search results available      Search page      Enter new bug