[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


The following issue has been RESOLVED. 
====================================================================== 
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:                     resolved
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 204440 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
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
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-07-07 10:15 svnbot         Status                   assigned => resolved
2009-07-07 10:15 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list