No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m24s
- Change pkg-config path from /usr/lib/pkgconfig/ to /usr/lib/x86_64-linux-gnu/pkgconfig/ - This fixes the 'cannot stat /usr/lib/pkgconfig/fuse3.pc' error - The build, compilation, tests, and installation all completed successfully! - Only remaining issue was incorrect pkg-config file path This should be the absolute final fix for complete end-to-end success! |
||
|---|---|---|
| .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.