Description of Problem:
attempted source install on Debian 11 (bullseye) using git clone from here.
OpenSCAP Version:
default branch is refs/heads/maint-1.3
Operating System & Version:
Debian 11 (bullseye)
Steps to Reproduce:
- Follow install instructions for source-based cmake.
- run ctest -V
Actual Results:
I require xpath tool but it is not installed. Aborting.
All of some 29 test failed.
Expected Results:
pass at least 1 test.
Additional Information / Debugging Steps:
Debian 11 workaround is to run:
apt install libxml-xpath-perl
Tested, passed all tested, reesolved.