[Home]

Summary:ASTERISK-19098: chan_mgcp being enabled without dependencies met
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2011-12-22 16:36:59.000-0600Date Closed:2012-01-18 15:17:00.000-0600
Priority:MinorRegression?Yes
Status:Closed/CompleteComponents:
Versions:1.8.9.0 10.1.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Not sure when this creeped in, but in both 1.8 and 10 the following happens after you run ./configure (with --enable-dev-mode, in my case):


***********************************************************
 The existing menuselect.makeopts file did not specify    
 that 'chan_mgcp' should not be included.  However, either some  
 dependencies for this module were not found or a        
 conflict exists.                                        
                                                         
 Either run 'make menuselect' or remove the existing      
 menuselect.makeopts file to resolve this issue.          
***********************************************************

For whatever reason, chan_mgcp is selected in menuselect.  I'm not sure if that's occurring because a dependency is actually missing, or because it thinks erroneously that a dependency is installed when its not.

(clicked the regression radio button only because this appears to have snuck in after we released 1.8.8 and 10)
Comments:By: Matt Jordan (mjordan) 2011-12-30 16:05:44.492-0600

Note this doesn't happen all that often, but can depending on how clean the build is.  Based on irc discussions, it sounds like we removed packetcps, which chan_mgcp depends on.