Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1939420 - asterisk-18.2.1-1.fc35.2 FTBFS: category 'MENUSELECT_OPTS_app_voicemail' not found!
Summary: asterisk-18.2.1-1.fc35.2 FTBFS: category 'MENUSELECT_OPTS_app_voicemail' not ...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: asterisk
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jared Smith
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F35FTBFS, RAWHIDEFTBFS
TreeView+ depends on / blocked
 
Reported: 2021-03-16 11:37 UTC by Petr Pisar
Modified: 2021-06-30 06:28 UTC (History)
3 users (show)

Fixed In Version: asterisk-18.3.0-1.fc35.2
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-06-30 06:28:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.