On Thu, 2016-07-14 at 11:52 +0200, Lucas Nussbaum wrote:
> Source: elfutils
> Version: 0.165-3
> Severity: serious
> Tags: stretch sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20160714 qa-ftbfs
> Justification: FTBFS on amd64
> [...]
> > ============================================================================
> > Testsuite summary for elfutils 0.165
> > ============================================================================
> > # TOTAL: 158
> > # PASS:  156
> > # SKIP:  1
> > # XFAIL: 0
> > # FAIL:  1
> > # XPASS: 0
> > # ERROR: 0
> > ============================================================================
> > See tests/test-suite.log
> > Please report to https://bugzilla.redhat.com/
> > ============================================================================
> > make[4]: *** [test-suite.log] Error 1
> 
> The full build log is available from:
>    
> http://people.debian.org/~lucas/logs/2016/07/14/elfutils_0.165-3_unstable_gcc5.log

The full build log shows:

        FAIL: run-backtrace-native-biarch.sh
        ====================================
        
        0xf75a3000      0xf7753000      /lib32/libc-2.23.so
        0xf7756000      0xf7771000      /lib32/libpthread-2.23.so
        0xf777a000      0xf777b000      [vdso: 5106]
        0xf777d000      0xf77a2000      /lib32/ld-2.23.so
        0xf77a2000      0xf77a6000      
/«PKGBUILDDIR»/tests/backtrace-child-biarch
        TID 5106:
        # 0 0xf777ad70          __kernel_vsyscall
        # 1 0xf7766134 - 1      raise
        # 2 0xf77a28ab - 1      main
        # 3 0xf75bb5f7 - 1      __libc_start_main
        # 4 0xf77a2a19 - 1      _start
        TID 5107:
        # 0 0xf777ad70          __kernel_vsyscall
        # 1 0xf7766134 - 1      raise
        # 2 0xf77a2bb5 - 1      sigusr2
        # 3 0xf77a2c4d - 1      stdarg
        # 4 0xf77a2c9a - 1      backtracegen
        # 5 0xf77a2ca8 - 1      start
        # 6 0xf775c29a - 1      start_thread
        # 7 0xf768808e - 1      __clone
        ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be 
preloaded (cannot open shared object file): ignored.
        /«PKGBUILDDIR»/tests/backtrace: dwfl_thread_getframes: no matching 
address range
        # 2 0xf77a28ab - 1      main
        backtrace-child-biarch: neither empty nor just out of DWARF
        FAIL run-backtrace-native-biarch.sh (exit status: 1)

So the backtrace succeeded, but there is some LD_PRELOAD library
'libeatmydata.so' which isn't available (assuming for 32bit multilib
testing) and so an unexpected ERROR shows up in the test data causing
the FAIL.

Please either remove the LD_PRELOAD environment setting or make sure the
32-bit variant of the library is installed.

Reply via email to