Skip to content

libs::elfutils: fix build with compat-toolchain#166

Merged
jkloetzke merged 1 commit intoBobBuildTool:masterfrom
jkloetzke:fix-165
Mar 11, 2026
Merged

libs::elfutils: fix build with compat-toolchain#166
jkloetzke merged 1 commit intoBobBuildTool:masterfrom
jkloetzke:fix-165

Conversation

@jkloetzke
Copy link
Member

If the Linux headers of the compiler do not define RESOLVE_IN_ROOT, the build will fail. This is the case with our current host-compat toolchain because the glibc in it is too old. See [1] for the upstream bug report. Work around the problem by cherry-picking the fix.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=33581

Fixes #165.

If the Linux headers of the compiler do not define RESOLVE_IN_ROOT, the
build will fail. This is the case with our current host-compat
toolchain because the glibc in it is too old. See [1] for the upstream
bug report. Work around the problem by cherry-picking the fix.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=33581

Fixes BobBuildTool#165.
@jkloetzke jkloetzke merged commit 6ca74a0 into BobBuildTool:master Mar 11, 2026
2 checks passed
@jkloetzke jkloetzke deleted the fix-165 branch March 11, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Building elfutils fails

1 participant