From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 277013858D1E; Sun, 6 Aug 2023 18:13:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 277013858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691345609; bh=vQaGB44k/JD+RNMFS3768q0t3GQjJpW3lK8z8xPp6TE=; h=From:To:Subject:Date:From; b=Ah3D0xEIdY6n13FzAM0PHhWGX5LQ8s976AI/pqlskmreJWAYAEiun5GrzPpEmPg8W mIngGxS46Ov0Cs0EHtxByfK/01huVGoq54UnXQE3QKHhYzvN6FoxHaSbwN4NFDplK/ IGxlOXO7e2uHmJRREqXnz9yPPeA5XGJLM+yOMFTM= From: "kocelfc at tutanota dot com" To: elfutils-devel@sourceware.org Subject: [Bug libelf/30729] New: elf_scncnt: undefined version: ELFUTILS_1.0 during linking phase of libelf.so Date: Sun, 06 Aug 2023 18:13:28 +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: kocelfc at tutanota 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 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=3D30729 Bug ID: 30729 Summary: elf_scncnt: undefined version: ELFUTILS_1.0 during linking phase of libelf.so Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: libelf Assignee: unassigned at sourceware dot org Reporter: kocelfc at tutanota dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Steps to reproduce: 1. autoreconf -vfi 2. ./configure --enable-maintainer-mode --disable-debuginfod 3. export LDFLAGS=3D"-Wl,--no-undefined-version" 4. make gcc -std=3Dgnu99 -Wall -Wshadow -Wformat=3D2 -Wold-style-definition -Wstrict-prototypes -Wtrampolines -Wlogical-op -Wduplicated-cond -Wnull-dereference -Wimplicit-fallthrough=3D5 -Wuse-after-free=3D3 -Werror = -Wunused -Wextra -Wstack-usage=3D262144 -D_FORTIFY_SOURCE=3D3 -g -O2=20 -Wl,--no-undefined-version -Wl,--build-id -o libelf.so -shared -Wl,-z,defs -Wl,-z,relro -o libelf.so \ -Wl,--soname,libelf.so.1 \ -Wl,--version-script,libelf.map \ -Wl,--no-undefined \ -Wl,--whole-archive libelf_pic.a -Wl,--no-whole-archive \ ../lib/libeu.a -lz -lzstd -llzma -lbz2=20=20 /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: elf_scncnt: undefined version: ELFUTILS_1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: failed to set dynamic section sizes: bad value collect2: error: ld returned 1 exit status --=20 You are receiving this mail because: You are on the CC list for the bug.=