Bug 1939420

Summary: asterisk-18.2.1-1.fc35.2 FTBFS: category 'MENUSELECT_OPTS_app_voicemail' not found!
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: asteriskAssignee: Jared Smith <jsmith.fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bennie.joubert, jsmith.fedora, rbryant
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: asterisk-18.3.0-1.fc35.2 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-06-30 06:28:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1927309    

Description Petr Pisar 2021-03-16 11:37:36 UTC
asterisk-18.2.1-1.fc35.2 fails to build in F35:

Generating input for menuselect ...
+ /usr/bin/perl -n -i -e 'print unless /openr2/i' menuselect-tree
### Building with plain voicemail and directory
+ echo '### Building with plain voicemail and directory'
+ /usr/bin/make -O -j4 V=1 VERBOSE=1 DEBUG= OPTIMIZE= DESTDIR=/builddir/build/BUILDROOT/asterisk-18.2.1-1.fc35.3.x86_64 ASTVARRUNDIR=/run/asterisk ASTDATADIR=/usr/share/asterisk ASTVARLIBDIR=/usr/share/asterisk ASTDBDIR=/var/spool/asterisk NOISY_BUILD=1
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory '/builddir/build/BUILD/asterisk-18.2.1/menuselect'
gcc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES   -c -o strcompat.o strcompat.c
make[1]: Leaving directory '/builddir/build/BUILD/asterisk-18.2.1/menuselect'
make[1]: Entering directory '/builddir/build/BUILD/asterisk-18.2.1/menuselect'
gcc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES   -c -o menuselect_stub.o menuselect_stub.c
make[1]: Leaving directory '/builddir/build/BUILD/asterisk-18.2.1/menuselect'
make[1]: Entering directory '/builddir/build/BUILD/asterisk-18.2.1/menuselect'
gcc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -I/usr/include/libxml2   -c -o menuselect.o menuselect.c
make[1]: Leaving directory '/builddir/build/BUILD/asterisk-18.2.1/menuselect'
make[1]: Entering directory '/builddir/build/BUILD/asterisk-18.2.1/menuselect'
gcc  -o menuselect menuselect.o strcompat.o menuselect_stub.o -lxml2 -lz -llzma -lm -ldl
make[1]: Leaving directory '/builddir/build/BUILD/asterisk-18.2.1/menuselect'
menuselect/menuselect --check-deps menuselect.makeopts
member 'LOADABLE_MODULES' in category 'MENUSELECT_CFLAGS' not found, ignoring.
category 'MENUSELECT_OPTS_app_voicemail' not found! Can't mark 'FILE_STORAGE' as disabled.
member 'test_astobj3' in category 'MENUSELECT_TESTS' not found, ignoring.
member 'test_sdp' in category 'MENUSELECT_TESTS' not found, ignoring.
***********************************************************
  The existing menuselect.makeopts file did not specify    
  that 'app_voicemail_imap' 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: *** [Makefile:364: menuselect.makeopts] Error 255