Bug 15808 - connman is not supported on musl
Summary: connman is not supported on musl
Status: RESOLVED WONTFIX
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2023.08.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-28 09:29 UTC by davorin.ucakar
Modified: 2023-09-29 18:06 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davorin.ucakar 2023-09-28 09:29:39 UTC
Connman is not supported on musl libc because `res_ninit` is missing. Alpine[1] & OE/Yocto[2] have patches for this:

[1] https://git.alpinelinux.org/aports/tree/community/connman/libresolv.patch
[2] https://git.yoctoproject.org/poky/tree/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
Comment 1 Peter Korsgaard 2023-09-29 18:06:44 UTC
Hello,

We don't like to carry feature patches in Buildroot. Can you please work with connman upstream to get that feature merged, then we can drop the !musl dependency next time the version is bumped?

Thanks.