https://sourceware.org/bugzilla/show_bug.cgi?id=29767
Bug ID: 29767 Summary: run-backtrace-native-core{,-biarch}.sh Tests Fail Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: general Assignee: unassigned at sourceware dot org Reporter: shahab.vahedi at gmail dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Created attachment 14440 --> https://sourceware.org/bugzilla/attachment.cgi?id=14440&action=edit The config.log resulting from the configure command OS: Void Linux platform: x86_64 glibc: 2.32 elfutils: 88bab837 -- debuginfod-client.c: Don't treat 0 as an error code. -------------------------------------------------------------------------- The following tests fail on my system when running "make check": FAIL: run-backtrace-native-core.sh FAIL: run-backtrace-native-core-biarch.sh Please find the relevant files attached. These are the steps that I took: $ autoreconf --install # see note [1] below $ autoconf $ mkdir bld $ cd bld $ ../configure --disable-debuginfod \ --disable-libdebuginfod \ --prefix=/usr \ --enable-maintainer-mode [ see attached config.log for the features enabled on my system ] $ make $ make check [1] I had to use "autoreconf --install", because a mere "autoconf" would fail with: -----------8<----------- configure.ac:1: error: possibly undefined macro: dnl If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:52: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.ac:53: error: possibly undefined macro: AM_MAINTAINER_MODE configure.ac:55: error: possibly undefined macro: AM_SILENT_RULES configure.ac:84: error: possibly undefined macro: AM_CONDITIONAL configure.ac:646: error: possibly undefined macro: AM_GNU_GETTEXT configure.ac:648: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION configure.ac:649: error: possibly undefined macro: AM_GNU_GETTEXT_REQUIRE_VERSION ----------->8----------- -- You are receiving this mail because: You are on the CC list for the bug.