[asterisk-bugs] [Asterisk 0015449]: [patch] dummy-select: better listing of modules
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jul 7 09:19:23 CDT 2009
The following issue requires your FEEDBACK.
======================================================================
https://issues.asterisk.org/view.php?id=15449
======================================================================
Reported By: tzafrir
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15449
Category: Core/BuildSystem
Reproducibility: N/A
Severity: feature
Priority: normal
Status: feedback
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 204440
Request Review:
======================================================================
Date Submitted: 2009-07-05 18:58 CDT
Last Modified: 2009-07-07 09:19 CDT
======================================================================
Summary: [patch] dummy-select: better listing of modules
Description:
This fix provides better listing of the reasons for why a module was not
built.
Example output:
$ ./menuselect/menuselect -m 'oss|osp' -m usb
n module APP_OSPLOOKUP [OSPTK] OPENSSL
Y module CHAN_OSS OSS
n module CHAN_USBRADIO OSS USB
n lib OSPTK
Y lib OSS
Y lib USB
$ ./menuselect/menuselect -v -m 'oss|osp' -m usb
n module APP_OSPLOOKUP
* OSPTK unavailable
* OPENSSL available
Y module CHAN_OSS
* OSS available
n module CHAN_USBRADIO
Disabled
* OSS available
* USB available
n lib OSPTK
Not found: system library
Y lib OSS
Y lib USB
======================================================================
----------------------------------------------------------------------
(0107449) russell (administrator) - 2009-07-07 09:19
https://issues.asterisk.org/view.php?id=15449#c107449
----------------------------------------------------------------------
I just gave you commit access to the menuselect repo. Feel free to commit
your changes to dummy-select.
Issue History
Date Modified Username Field Change
======================================================================
2009-07-07 09:19 russell Note Added: 0107449
2009-07-07 09:19 russell Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list