No description
Find a file
robojerk 35cd2e8f61
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m29s
Add udev debugging and systemd-dev package
- Add systemd-dev package which should provide udev.pc
- Add comprehensive debugging for udev installation
- Check for udev.pc files in /usr
- Verify pkg-config paths and PKG_CONFIG_PATH
- Test udev detection with pkg-config
- List all available udev packages

This will help diagnose why meson cannot find the udev dependency
despite libudev-dev being installed. The issue might be that
udev.pc is provided by systemd-dev package instead of libudev-dev.
2025-09-07 17:40:14 -07:00
.forgejo/workflows Add udev debugging and systemd-dev package 2025-09-07 17:40:14 -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.