On Thu, 2014-07-03 at 03:41 +0100, Wookey wrote:
> FAIL: run-native-test.sh
> ========================
> 
> /home/buildd/packages/elfutils-0.159/tests/funcretval: 
> dwfl_module_return_value_location: cannot handle DWARF 
> type description
>
> I've not yet worked out what the exact issue here is, or whether
> simply marking this as expected to fail is a god fix or not.

It means that there is a DWARF DIE type that isn't recognized describing
the return value of a function. So backends/aarch64_retval.c
(aarch64_return_value_location) returned -2. Which probably means it
didn't understand the DW_AT_encoding of the DW_TAG_base_type it found.

This test might try to test all functions it can find DWARF descriptions
for, so it might be caused by the glibc-dbg package if that one is
installed.

Would you be able to run the test by hand, then it should show which
functions are being tested. Either run it with
LD_LIBRARY_PATH=backends:libelf:libdw tests/funcretval -e
tests/funcretval or remove the > /dev/null redirects in
tests/run-native-test.sh (native_test) so the output will end up in the
test logs.

Thanks,

Mark


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to