From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 045F83858D33; Mon, 6 Nov 2023 11:43:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 045F83858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699270994; bh=/ZBrDkvKVo0AN6KzoFRmYJpmh4EzWNwjcpJQhAyv9xc=; h=From:To:Subject:Date:From; b=lAm4UB/Tmr7iegYsKmFjufg5J8+tmQmA0/0GQpJUWTSBQGmAMlfe0G/6vub8UsCEV iPAxNZNxyWjP3WoC9TdWyufdHDAmVflPWu01f29WCkRNfKbVf0aElSl5LwsqvFHjYD WOkEYKHLuOrP10aclxqe+2BMBjwGWIg3NsW9A4xA= From: "ncopa at alpinelinux dot org" To: elfutils-devel@sourceware.org Subject: [Bug libelf/31034] New: iproute2 fails to build with elfutils 0.190 with musl libc Date: Mon, 06 Nov 2023 11:43:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libelf X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ncopa at alpinelinux dot org 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 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=3D31034 Bug ID: 31034 Summary: iproute2 fails to build with elfutils 0.190 with musl libc Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: libelf Assignee: unassigned at sourceware dot org Reporter: ncopa at alpinelinux dot org CC: elfutils-devel at sourceware dot org Target Milestone: --- After elfutils was updated to 0.190, iproute2 fails to build with this erro= r: In file included from bpf_legacy.c:24: /usr/include/gelf.h:86:9: error: unknown type name 'Elf64_Relr' 86 | typedef Elf64_Relr GElf_Relr; | ^~~~~~~~~~ This appears to introduced with https://sourceware.org/git/?p=3Delfutils.git;a=3Dcommit;h=3D39f2c500542f69c= 2f1a13fd0ae4eaa5778d2ed8d which assumes that Elf64_Relr is typedef'ed if SHT_RELR is defined. This is= not (yet) the case in musl libc. --=20 You are receiving this mail because: You are on the CC list for the bug.=