[asterisk-bugs] [Asterisk 0015449]: [patch] dummy-select: better listing of modules
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jul 7 10:15:11 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15449
======================================================================
Reported By: tzafrir
Assigned To: tzafrir
======================================================================
Project: Asterisk
Issue ID: 15449
Category: Core/BuildSystem
Reproducibility: N/A
Severity: feature
Priority: normal
Status: assigned
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 10:15 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
======================================================================
----------------------------------------------------------------------
(0107450) svnbot (reporter) - 2009-07-07 10:15
https://issues.asterisk.org/view.php?id=15449#c107450
----------------------------------------------------------------------
Repository: menuselect
Revision: 543
U trunk/contrib/menuselect-dummy
------------------------------------------------------------------------
r543 | tzafrir | 2009-07-07 10:15:10 -0500 (Tue, 07 Jul 2009) | 9 lines
menuselect-dummy: better listing of modules.
provides better listing of the reasons for why a module was not built.
(closes issue https://issues.asterisk.org/view.php?id=15449)
Reported by: tzafrir
Patches:
dummy_select_explain.diff uploaded by tzafrir (license 46)
------------------------------------------------------------------------
http://svn.digium.com/view/menuselect?view=rev&revision=543
Issue History
Date Modified Username Field Change
======================================================================
2009-07-07 10:15 svnbot Checkin
2009-07-07 10:15 svnbot Note Added: 0107450
======================================================================
More information about the asterisk-bugs
mailing list