I am trying to build elfutils package on Fedora 19 on ppc64 server . During the build , I am observing few unit test failure issues as below .However the community ppc build indicates successful build .
Is there any specific settings to be adopted to get the build successful ?
Community Build Log : http://ppc.koji.fedoraproject.org/kojifiles/packages/elfutils/0.158/3.fc19/d...
************************************************************************************************************************************** Build Error Log Extract Below : ============================================================================ Testsuite summary for elfutils 0.158 ============================================================================ # TOTAL: 115 # PASS: 110 # SKIP: 1 # XFAIL: 0 # FAIL: 4 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to https://bugzilla.redhat.com/ ============================================================================ make[3]: *** [test-suite.log] Error 1 make[2]: *** [check-TESTS] Error 2 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 + cat tests/test-suite.log ========================================== elfutils 0.158: tests/test-suite.log ==========================================
# TOTAL: 115 # PASS: 110 # SKIP: 1 # XFAIL: 0 # FAIL: 4 # XPASS: 0 # ERROR: 0
.. contents:: :depth: 2
FAIL: run-backtrace-native.sh =============================
0x2b840000 0x2b870000 /centos/rpmbuild/BUILD/elfutils-0.158/tests/back trace-child 0x3fff80650000 0x3fff80840000 /usr/lib64/libc-2.17.so 0x3fff80850000 0x3fff80890000 /usr/lib64/libpthread-2.17.so 0x3fff808c0000 0x3fff808e0000 [vdso: 31447] 0x3fff808e0000 0x3fff80930000 /usr/lib64/ld-2.17.so TID 31447: # 0 0x3fff80867224 raise # 1 0x2b84104c - 1 main # 2 0x3fff806943ac - 1 generic_start_main.isra.0 TID 31450: # 0 0x3fff80867224 raise # 1 0x2b8413fc - 1 sigusr2 # 2 0x2b8414c8 - 1 stdarg # 3 0x2b841534 - 1 backtracegen # 4 0x2b841550 - 1 start # 5 0x3fff8085c29c - 1 start_thread # 6 0x3fff8077de10 - 1 __clone /centos/rpmbuild/BUILD/elfutils-0.158/tests/backtrace: dwfl_thread_getframes: No DWARF information found /centos/rpmbuild/BUILD/elfutils-0.158/tests/backtrace: dwfl_thread_getframes: No DWARF information found # 1 0x2b84104c - 1 main rmdir: failed to remove 'test-31431': Directory not empty
SKIP: run-backtrace-data.sh ===========================
/centos/rpmbuild/BUILD/elfutils-0.158/tests/backtrace-data: Unwinding not suppor ted for this architecture data: arch not supported
FAIL: run-backtrace-native-biarch.sh ====================================
0x2f3d0000 0x2f400000 /centos/rpmbuild/BUILD/elfutils-0.158/tests/back trace-child-biarch 0x3fffab940000 0x3fffabb30000 /usr/lib64/libc-2.17.so 0x3fffabb40000 0x3fffabb80000 /usr/lib64/libpthread-2.17.so 0x3fffabbb0000 0x3fffabbd0000 [vdso: 31492] 0x3fffabbd0000 0x3fffabc20000 /usr/lib64/ld-2.17.so TID 31492: # 0 0x3fffabb57224 raise # 1 0x2f3d104c - 1 main # 2 0x3fffab9843ac - 1 generic_start_main.isra.0 TID 31493: # 0 0x3fffabb57224 raise # 1 0x2f3d13fc - 1 sigusr2 # 2 0x2f3d14c8 - 1 stdarg # 3 0x2f3d1534 - 1 backtracegen # 4 0x2f3d1550 - 1 start # 5 0x3fffabb4c29c - 1 start_thread # 6 0x3fffaba6de10 - 1 __clone /centos/rpmbuild/BUILD/elfutils-0.158/tests/backtrace: dwfl_thread_getframes: No DWARF information found /centos/rpmbuild/BUILD/elfutils-0.158/tests/backtrace: dwfl_thread_getframes: No DWARF information found # 1 0x2f3d104c - 1 main rmdir: failed to remove 'test-31472': Directory not empty
FAIL: run-backtrace-native-core.sh ==================================
backtrace: cannot read ELF core file: not a valid ELF file backtrace-child-core.31513: no main
FAIL: run-backtrace-native-core-biarch.sh =========================================
backtrace: cannot read ELF core file: not a valid ELF file backtrace-child-biarch-core.31554: no main **************************************************************************************************************************************