From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C61638582AB; Wed, 9 Nov 2022 16:27:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C61638582AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668011231; bh=n/fv/kbfm/woKYLe4fMODl+eosgCmtvzSbw7G/6koSc=; h=From:To:Subject:Date:From; b=sJVSeVOexb9GlVlPHVVxqPpF5cM1MXNxCmK2JcCiwxqRPw3o81odeOGblSwYGJFsF xcwZ6tZ5D3jvLdB6FfeWF5otlYwtmvVg1oEeKtNfvmLM1gk+/c2/5w47xPJJ92ABMP vpRfliO/WmZKVc8r+GEbW3flJcYVGrN9fTgyHUUo= From: "shahab.vahedi at gmail dot com" To: elfutils-devel@sourceware.org Subject: [Bug general/29767] New: run-backtrace-native-core{,-biarch}.sh Tests Fail Date: Wed, 09 Nov 2022 16:27:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: shahab.vahedi at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29767 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=3D14440&action=3Ded= it 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=3D/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 w= ith: -----------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----------- --=20 You are receiving this mail because: You are on the CC list for the bug.=