Bug 15221

Summary: FUSE filesystems can be statically compiled
Product: buildroot Reporter: Tomas M <tomas>
Component: OtherAssignee: unassigned
Status: RESOLVED MOVED    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Tomas M 2023-01-02 13:32:00 UTC
I can see the FUSE library as well as the fuse-based filesystems are marked to require dynamic library linking, because it does not compile with uclibc statically.

However, if I select to use musl instead of uclibc, and if I make the necessary changes to let libfuse and other fuse filesystems to compile statically, then it works just fine. It compiles statically with musl and works OK.

I have no idea if it is possible to mark a package requiring dynamic linking ONLY IF uclibc is selected, but if this possibility exists, you should consider it, because if user selects musl, there is no need for him to disable static linking.

Thanks for consideration
Tomas M
Comment 1 Yann E. MORIN 2024-06-15 15:04:50 UTC
Thank you for your report.

The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
    https://gitlab.com/buildroot.org/buildroot/-/issues

We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.

Thank you!