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