Bug 2045206
| Summary: | asterisk: FTBFS in Fedora rawhide/f36: ./configure cannot find dependencies for res_calendar_ews | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | asterisk | Assignee: | Jared Smith <jsmith.fedora> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 36 | CC: | bennie.joubert, jsmith.fedora, ppisar, rbryant, sahana, spichugi | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | s390x | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | asterisk-18.12.1-1.fc38.3 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2023-03-10 02:05:49 UTC | Type: | --- | ||||||||
| 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: | 1825937, 1992484, 2021662, 2045102, 2117176, 2168842 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2022-01-25 16:08:08 UTC
Created attachment 1853668 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 1853669 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1853670 [details]
state.log
The build log is truncated showing no error. Though a log from the latest build in Koji shows a failed configure:
+ ./configure --build=s390x-redhat-linux-gnu --host=s390x-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --without-imap --with-gsm=/usr --with-ilbc=/usr --with-libedit=yes --with-srtp --with-pjproject-bundled --with-externals-cache=/builddir/build/BUILD/asterisk-18.4.0/cache 'LDFLAGS=-m64 -Wl,--as-needed,--library-path=/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' NOISY_BUILD=1 CPPFLAGS=-fPIC
[...]
configure: Package configured for:
configure: OS type : linux-gnu
configure: Host CPU : s390x
configure: build-cpu:vendor:os: s390x : ibm : linux-gnu :
configure: host-cpu:vendor:os: s390x : ibm : linux-gnu :
+ /usr/bin/make -O -j2 V=1 VERBOSE=1 menuselect-tree NOISY_BUILD=1
Generating input for menuselect ...
+ /usr/bin/perl -n -i -e 'print unless /openr2/i' menuselect-tree
+ echo '### Building with plain voicemail and directory'
### Building with plain voicemail and directory
+ /usr/bin/make -O -j2 V=1 VERBOSE=1 DEBUG= OPTIMIZE= DESTDIR=/builddir/build/BUILDROOT/asterisk-18.4.0-1.fc36.4.s390x 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.4.0/menuselect'
gcc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -c -o strcompat.o strcompat.c
make[1]: Leaving directory '/builddir/build/BUILD/asterisk-18.4.0/menuselect'
make[1]: Entering directory '/builddir/build/BUILD/asterisk-18.4.0/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.4.0/menuselect'
make[1]: Entering directory '/builddir/build/BUILD/asterisk-18.4.0/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.4.0/menuselect'
make[1]: Entering directory '/builddir/build/BUILD/asterisk-18.4.0/menuselect'
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o -lxml2 -lz -llzma -lm
make[1]: Leaving directory '/builddir/build/BUILD/asterisk-18.4.0/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 'res_calendar_ews' 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.
***********************************************************
***********************************************************
The existing menuselect.makeopts file did not specify
that 'res_snmp' 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
*** Bug 2018890 has been marked as a duplicate of this bug. *** *** Bug 2032705 has been marked as a duplicate of this bug. *** This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle. Changing version to 36. Dear Maintainer, your package has an open Fails To Build From Source bug for Fedora 37. Action is required from you. If you can fix your package to build, perform a build in koji, and either create an update in bodhi, or close this bug without creating an update, if updating is not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to acknowledge this. If you have already fixed this issue, please close this Bugzilla report. Following the policy for such packages [2], your package will be orphaned if this bug remains in NEW state more than 8 weeks (not sooner than 2022-03-22). A week before the mass branching of Fedora 38 according to the schedule [3], any packages not successfully rebuilt at least on Fedora 36 will be retired regardless of the status of this bug. [1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ [2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ [3] https://fedorapeople.org/groups/schedule/f-38/f-38-key-tasks.html This already builds. |