No description
Find a file
robojerk 51ff39cc7d
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m30s
Add udev dependency: fix meson build error
- Add libudev-dev package to resolve 'Dependency udev not found' error
- Fixes meson build failure from run #9
- Allows libfuse compilation to proceed successfully

The build was progressing well but failed on missing udev dependency.
2025-09-07 16:47:05 -07:00
.forgejo/workflows Add udev dependency: fix meson build error 2025-09-07 16:47:05 -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.