Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 74345

Summary: davfs2 ebuild always builds with debug support.
Product: Gentoo Linux Reporter: Joshua Schmidlkofer <menion>
Component: New packagesAssignee: Stefan Schweizer (RETIRED) <genstef>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: davfs2-0.2.3-r1.ebuild
davfs2-0.2.3.ebuild

Description Joshua Schmidlkofer 2004-12-13 23:10:03 UTC
I keep getting loads of debug output w/ davfs2. After testing, I discovered that debug support requires "--disable-debug" rather than the econf standard "--without-debug".   So I hacked the ebuild as best I knew how.

Reproducible: Always
Steps to Reproduce:
1. Build davfs2
2. mount something
3. see loads of garbage.

Actual Results:  
Speed was abysmal, loads of stuff on stdout.  Daemon did not fork() into backgrounh.

Expected Results:  
Nice quiet mount, with some speed.

All I can guess is that davfs2 is simply not terribly fast.  That is not a
crime, but with debug it seems dreadfully slow.
Comment 1 Joshua Schmidlkofer 2004-12-13 23:12:33 UTC
Created attachment 45959 [details]
davfs2-0.2.3-r1.ebuild

Added an if...else to correct the error.
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2004-12-14 22:05:34 UTC
Created attachment 46013 [details]
davfs2-0.2.3.ebuild

Does this ebuild also work for you?
Comment 3 Joshua Schmidlkofer 2004-12-14 23:49:18 UTC
No, I see what you did, and for some reason it did not work.  I will look more at this on my other machine tomorrow.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2004-12-15 06:45:51 UTC
This should be fixed with -r1, I still do not know why --without-debug makes the davfs2 configure assume that I want debug support ..