root
root copied to clipboard
[FreeBSD] davix build failure
Check duplicate issues.
- [X] Checked for duplicates
Description
davix fails to build with (so far) two errors related to differences in GNU and BSD tooling:
sed -i requires an argument in BSD land, does not in GNU (that requires patching an internal patching script)
make -j also needs an argument on BSDs (not sure yet what the proper way to fix it is, probably an explicit BUILD_COMMAND "make" would fix it as build seems to continue just fine after manually issuing make in the build directory)
I'll propose a patch soon.
Reproducer
cmake --build . -j4
ROOT version
recent master
Installation method
source
Operating system
FreeBSD 14.0-RELEASE
Additional context
No response