[
https://issues.apache.org/jira/browse/IMPALA-12541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe McDonnell resolved IMPALA-12541.
------------------------------------
Fix Version/s: Impala 4.5.0
Resolution: Fixed
> Compile toolchain GCC with --enable-linker-build-id to add Build ID to
> binaries
> -------------------------------------------------------------------------------
>
> Key: IMPALA-12541
> URL: https://issues.apache.org/jira/browse/IMPALA-12541
> Project: IMPALA
> Issue Type: Improvement
> Components: Infrastructure
> Affects Versions: Impala 4.4.0
> Reporter: Joe McDonnell
> Assignee: Joe McDonnell
> Priority: Major
> Fix For: Impala 4.5.0
>
>
> A "Build ID" is a unique identifier for binaries (which is a hash of the
> contents). Producing OS packages with separate debug symbols requires each
> binary to have a Build ID. This is particularly important for libstdc++,
> because it is produced during the native-toolchain build rather than the
> regular Impala build. To turn on Build IDs, one can configure that at GCC
> build time by specifying "--enable-linker-build-id". This causes GCC to tell
> the linker to compute the Build ID.
> Breakpad will also use the Build ID when resolving symbols.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)