No description
Find a file
robojerk 7fc8faa3bc
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m28s
Add debugging and clean build directory for meson
- Add debug output to show current directory and contents
- Remove existing build directory before creating new one
- This should resolve the 'Build directory cannot be a parent of source directory' error
- Add logging to help diagnose meson configuration issues

The build directory might be persisting from previous runs, causing
meson to detect the parent/source directory conflict.
2025-09-07 17:11:58 -07:00
.forgejo/workflows Add debugging and clean build directory for meson 2025-09-07 17:11:58 -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.