From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 450F93853820; Fri, 21 Oct 2022 15:45:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 450F93853820 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666367133; bh=wxBfO0T33gJzDdJ4HiQnhT68BGsLWIUhBtwqnoMAylg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tbLmQ0iJN+U2lwxLrtVQojjBJPmqdWLBekeFO8qDuRsJkCK1fWbwM29NbRQGz3q6O LVpuUlfVlWtxCgC9hnwnE/sVEWru7oqh94TPxcOAAbx9zcVi+pgSiwyrnKE0MUMQ0z dP4v95la6SzLG++poJXtigpWIQVv402ciV4hTuWk= From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/29714] debuginfod rely on gcc being configured with --enable-linker-build-i Date: Fri, 21 Oct 2022 15:45:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: mark at klomp dot org 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: cc Message-ID: In-Reply-To: References: 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 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard --- That is odd, this configure.ac snippet should for build-ids on: # We really want build-ids. Warn and force generating them if gcc was # configure without --enable-linker-build-id AC_CACHE_CHECK([whether the compiler generates build-ids], ac_cv_buildid, [= dnl AC_LINK_IFELSE([AC_LANG_PROGRAM()],[ac_cv_buildid=3Dyes; $READELF -n conftest$EXEEXT | grep -q NT_GNU_BUILD_ID || ac_cv_buildid=3Dno],AC_MSG_FAILURE([unexpected compile failure]))]) if test "$ac_cv_buildid" =3D "no"; then AC_MSG_WARN([compiler doesn't generate build-id by default]) LDFLAGS=3D"$LDFLAGS -Wl,--build-id" fi --=20 You are receiving this mail because: You are on the CC list for the bug.=