Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74345 - davfs2 ebuild always builds with debug support.
Summary: davfs2 ebuild always builds with debug support.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-13 23:10 UTC by Joshua Schmidlkofer
Modified: 2004-12-15 06:45 UTC (History)
0 users

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


Attachments
davfs2-0.2.3-r1.ebuild (davfs2-0.2.3-r1.ebuild,1.47 KB, text/plain)
2004-12-13 23:12 UTC, Joshua Schmidlkofer
Details
davfs2-0.2.3.ebuild (davfs2-0.2.3.ebuild,1.40 KB, text/plain)
2004-12-14 22:05 UTC, Stefan Schweizer (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ..