Hello Everyone,

I'm hoping you can help put me out of my misery!

I've taken the latest version of scap-security-guide

# git clone https://git.fedorahosted.org/git/scap-security-guide.git

And I've been trying to run "make content; make validate" on the RHEL/6 directory...

... if I do a fresh git clone and run it, it is successful and the validate completes ok.

...if i first go into the RHEL/6/input/checks/templates directory and run "make templates; make copy" ....and then run the "make content; make validate" it fails:

paul@myhost:/tmp/ssg3/scap-security-guide/RHEL/6> make validate
oscap xccdf validate-xml output/ssg-rhel6-xccdf.xml
oscap oval validate-xml output/ssg-rhel6-oval.xml
oscap oval validate-xml output/ssg-rhel6-cpe-oval.xml
cd output; ../utils/verify-references.py --rules-with-invalid-checks --ovaldefs-unused ssg-rhel6-xccdf.xml
/tmp/ssg3/scap-security-guide/RHEL/6/output
OVAL Check is not referenced by XCCDF: oval:ssg:def:556
make: *** [validate] Error 1

...this is a bug of some kind right?

Thanks!

Paul