No description
Find a file
robojerk 21f3452590
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m39s
Fix C++ compilation errors and add verbose build output
- Add compiler flags to suppress unused parameter warnings
- Add g++ and libc++-dev packages for better C++ support
- Use ninja -v for verbose build output to debug failures
- Configure meson with -Dc_args and -Dcpp_args for warning suppression

The build is now progressing past dependency detection and into
compilation phase. These changes should handle the C++ warnings
that were causing the build to fail.
2025-09-07 17:42:31 -07:00
.forgejo/workflows Fix C++ compilation errors and add verbose build output 2025-09-07 17:42:31 -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.