No description
Find a file
robojerk 44aac4f007
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m23s
Fix meson build directory: avoid parent/source directory conflict
- Move build directory creation inside fuse-3.10.0 directory
- Fix 'Build directory cannot be a parent of source directory' error
- Update package creation path to match new directory structure
- Resolves meson build failure from run #10

The build directory is now properly contained within the source directory.
2025-09-07 16:49:46 -07:00
.forgejo/workflows Fix meson build directory: avoid parent/source directory conflict 2025-09-07 16:49:46 -07:00
README.md first commit 2025-09-07 15:38:31 -07:00

compile and package libfuse

The problem is that the composefs package in the Debian repositories has a dependency on libfuse3-3 (>= 3.10.0) but only libfuse3-4 is available. This is a common issue with package version mismatches.