[Home]

Summary:ASTERISK-14416: [patch] dummy-select: better listing of modules
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2009-07-05 18:58:26Date Closed:2009-07-07 10:15:11
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) dummy_select_explain.diff
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
Comments:By: Russell Bryant (russell) 2009-07-07 09:19:23

I just gave you commit access to the menuselect repo.  Feel free to commit your changes to dummy-select.

By: Digium Subversion (svnbot) 2009-07-07 10:15:10

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 ASTERISK-14416)
Reported by: tzafrir
Patches:
     dummy_select_explain.diff uploaded by tzafrir (license 46)

------------------------------------------------------------------------

http://svn.digium.com/view/menuselect?view=rev&revision=543