Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213023 - net-wireless/wpa_supplicant-0.6.3 - add debugging support
Summary: net-wireless/wpa_supplicant-0.6.3 - add debugging support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 10:03 UTC by Adrian Bassett
Modified: 2008-08-21 09:52 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 Adrian Bassett 2008-03-11 10:03:31 UTC
I know that net-wireless/wpa_supplicant-0.6.3 is both new to portage as well as being hard-masked, currently.

However, it (and predecessors in both the stable and development streams of this application) has a feature of supporting debug log to a file.  I have found this useful, having enabled it in my own versions of the ebuilds.

It is enabled by adding 

echo "CONFIG_DEBUG_FILE=y"         >> .config

to the relevant ebuild and activated by '-f <logpath>' at runtime.

It would be useful to have this available so that diagnostic logging can all be trapped, and in one place as well.

Thanks.

Reproducible: Always
Comment 1 Robert Buchholz (RETIRED) gentoo-dev 2008-08-19 13:02:16 UTC
I have added USE=debug in =net-wireless/wpa_supplicant-0.6.4, that enables this feature. Thanks for the bug report.
Comment 2 Adrian Bassett 2008-08-21 09:52:58 UTC
(In reply to comment #1)
> I have added USE=debug in =net-wireless/wpa_supplicant-0.6.4, that enables this
> feature. Thanks for the bug report.
> 

Thanks for doing that.  It's useful to have this feature in the ebuild instead of my local version.