Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fix elfutils dependency build #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

leodido
Copy link
Owner

@leodido leodido commented Jul 14, 2023

Signed-off-by: Leo Di Donato leodidonato@gmail.com

The current xmake version (2.8.1) contains a regression in their autoconf module that does not let us (or anybody) build elfutils properly from their official xmake repository (which also got fixes after my issue disclosure).

This WIP PR (DO NOT MERGE) prepares changes for when xmake v2.8.2 is officially released.

Next step:

  • wait for xmake 2.8.2 and update the .devcontainer/Dockerfile to install it

Fixes #14
Refs xmake-io/xmake-repo#2313

Recent versions of xmake contain a bug in the xmake autoconf module. This commit xmake-io/xmake@3df42d0
fixes the bug.

Here we install xmake from the `dev` branch containing commit 3df42d0.

Signed-off-by: Leo Di Donato <leodidonato@gmail.com>
Signed-off-by: Leo Di Donato <leodidonato@gmail.com>
@leodido leodido self-assigned this Jul 14, 2023
@fntlnz
Copy link
Collaborator

fntlnz commented Jul 19, 2023

Thank you!

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.

xmake error: cannot build elfutils
2 participants