From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 442C73856974; Fri, 21 Oct 2022 15:16:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 442C73856974 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666365376; bh=YYvPM4qgk72B7gq7uOEIVV0ZlORH5ZB04mu6t8SePd4=; h=From:To:Subject:Date:From; b=lLTlEv+0UbvoSjNdYQ45hDxtmLgBrEbT6ZfT+S59LjwczoxESIHI2FLqSPKkyCfSm JkZ3UCDCL3pcRsIF5s8Ti2gobQKQypD0MC1+t8rLUYt+GbsNArQ7tHAJcddhoauVMF go+8mGokgFoJHmSzc1j0XEVi1h4D4+/V44VdeIaA= From: "mliska at suse dot cz" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/29714] New: debuginfod rely on gcc being configured with --enable-linker-build-i Date: Fri, 21 Oct 2022 15:16:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: debuginfod X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mliska at suse dot cz X-Bugzilla-Status: NEW 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=3D29714 Bug ID: 29714 Summary: debuginfod rely on gcc being configured with --enable-linker-build-i Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: mliska at suse dot cz CC: elfutils-devel at sourceware dot org Target Milestone: --- FAIL: run-debuginfod-federation-sqlite.sh ... ++ ... /home/marxin/Programming/elfutils/tests/../src/readelf -a L/foo ++ grep 'Build ID' ++ cut -d ' ' -f 7 + BUILDID=3D where L/foo is symlink to + ln -s /home/marxin/Programming/elfutils/tests/dwfllines L/foo and this file is not explicitly linked with -Wl,--build-id: rm dwfllines ; make V=3D1 dwfllines gcc -std=3Dgnu99 -Wall -Wshadow -Wformat=3D2 -Wold-style-definition -Wstrict-prototypes -Wtrampolines -Wlogical-op -Wduplicated-cond -Wnull-dereference -Wimplicit-fallthrough=3D5 -Werror -Wunused -Wextra -Wstack-usage=3D262144 -D_FORTIFY_SOURCE=3D3 -g -O2 -Wl,-rpath-link,../libasm:../libdw:../libelf -o dwfllines dwfllines.o ../lib/libeu.a ../libdw/libdw.so ../libelf/libelf.so --=20 You are receiving this mail because: You are on the CC list for the bug.=