From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) by sourceware.org (Postfix) with ESMTPS id 11C7D3858D35 for ; Fri, 15 Sep 2023 18:42:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 11C7D3858D35 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=ipfire.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ipfire.org Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RnNN50GSNz8B for ; Fri, 15 Sep 2023 18:42:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694803349; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=edPB6/7gLmyCiZKXKuPFkCnXBh+cbI6cMzwFlRm5OTc=; b=2dZhnOdyexNA7XRPmnfkTqibh417XCdmQRoX5kcxLdfuVSMsO9fr1LWX0UQ15nJgFvseC4 Ze2iHglBlKkch2Ag== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694803349; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=edPB6/7gLmyCiZKXKuPFkCnXBh+cbI6cMzwFlRm5OTc=; b=hnfAbPpebZhcF86p+vItp4Wh8AdpqGuzjlWMHKLEcVJwTpILDW3x7nYIN0d++lKIJWgHXr GTKYsoUCCDGLRs5JzRBS6mvtKJYfT3y6mOoWhApGfWpqKkECcsxTb0tdehFkA8j/t1D9yM ceQsj5LijbMRxdkdGgJcwftDtknGJHnQx58O7pprD00u74QfuOpnPtabP5+rvBdx/BXq6G 0nqK8nV00xJ/DX+w+0baglS3/u7TqHkw40zyD0ir4AIV+Mhlx7hwfwgjiUHF3Vhx5oILOF D6Gvf5rOvmn7vedE1I61XjdN63JlpWe4ba7lFOIZlbzeXRbZEZT8u+rfFD8Xtg== Message-ID: <94bc9aa022bd220a9c2536399e57a958151a62bb.camel@ipfire.org> Subject: make check fails for version 0.189 on aarch64 From: Jonatan Schlag To: elfutils-devel@sourceware.org Date: Fri, 15 Sep 2023 20:42:28 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, I'm currently trying to build elfutils in version 0.189 on an aarch64 system. Unfortunately, make check fails with the following errors: https://nopaste.ipfire.org/view/Sx7pjy4g The full log can be found here: https://pakfire.ipfire.org/jobs/28a23239-80a6-4a24-b506-dbc367d96afa/log The same configuration works on x86_64. I currently run out of ideas what to try next. I know that the test suite passes on Debian for aarch64. So there must be an error with the system itself, but as said, I lack ideas how to debug this further. Some input would be highly appreciated. Greetings Jonatan