No description
Find a file
robojerk 9f1111de12
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m24s
Fix pkg-config file path in Debian package creation
- 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!
2025-09-07 18:39:23 -07:00
.forgejo/workflows Fix pkg-config file path in Debian package creation 2025-09-07 18:39:23 -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.