No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m39s
- 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. |
||
|---|---|---|
| .forgejo/workflows | ||
| README.md | ||
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.