No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 2m21s
- Add sed command to inject #include <limits> at the top of cxxopts.hpp - This fixes the 'numeric_limits is not a member of std' compilation error - The cxxopts.hpp header is missing the required limits include - This is a common issue with C++ headers that don't include all dependencies The build is now successfully compiling most code but failing on this specific missing include in the cxxopts.hpp header file. |
||
|---|---|---|
| .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.