-
Notifications
You must be signed in to change notification settings - Fork 62
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 fails in 31.0.3 in Musl target. #53
Comments
In Gentoo Linux I can define this via
If you can build fine on Alpine Linux, I really don't know how this occurs on Gentoo. |
Would still be nice to figure out why this is failing on Gentoo. Ideally, this code should build fine without any patches on musl Gentoo :) |
We do not even build/use https://dev.gentoo.org/~zmedico/dist/android-tools-31.0.0_p1-install-e2fsdroid-ext2simg.patch |
@marcel0alves Please consider reporting build-time failures on the gentoo bugtracker first, before going upstream with them. Apparently it had already been reported: https://bugs.gentoo.org/829152 |
When I'm trying building in Gentoo Linux with Musl and Clang, I got this message:
This occurs because Musl have sys/types.h, but apparently doesn't declare HAVE_SYS_TYPES_H, so I set -DHAVE_SYS_TYPES_H=1 and build fine.
The text was updated successfully, but these errors were encountered: