Bug 15221 - FUSE filesystems can be statically compiled
Summary: FUSE filesystems can be statically compiled
Status: RESOLVED MOVED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-02 13:32 UTC by Tomas M
Modified: 2024-06-15 15:04 UTC (History)
2 users (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 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!