[Home]

Summary:ASTERISK-12527: changes to menuselect-tree but apprently not in Changelog. This change causes my build to fail
Reporter:Jon Hornstein (jon hornstein)Labels:
Date Opened:2008-08-06 00:05:41Date Closed:2011-06-07 14:08:05
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Firstly I tried to see why the menuselect-tree file was changed in the changelog I could find no reference! It was changed sometime between 1.4.20.1 & 1.4.21.2.

Secondly between 1.4.19 and the latest build the following change in menuselect-tree was added to codec_speex dependency list.

<depend>speex_preprocess</depend>

The change however causes my build to fail. If the speex_preprocess dependency is not in the menuselect-tree file the build works.




****** ADDITIONAL INFORMATION ******

The following is the step in the make procedure which causes the failure

menuselect/menuselect --check-deps menuselect.makeopts

***********************************************************
 The existing menuselect.makeopts file did not specify
 that 'codec_speex' 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.
***********************************************************

make: *** [menuselect.makeopts] Error 255
Comments:By: Jon Hornstein (jon hornstein) 2008-08-07 23:36:54

Please delete

By: Tilghman Lesher (tilghman) 2008-08-08 11:30:36

Closed on reporter request.