Building ComlianceAsCode #13420
-
I am refreshing my build process coming from 0.1.50. I am not able to build the master or the last release 0.1.76. I am receiving the following error: ValueError: The rule 'audit_rules_dac_modification_chmod' isn't mapped to any component! Insert the rule ID to at least one file in '/opt/src/SCAP/media/components'. I have tried following the steps listed here: I discovered there is also a requirements-base.txt not mentioned in the steps that I was able to install successfully. However, the following step produces errors when installing on RHEL8: The following packages error out: I commented those out and installed the remaining packages, but the build still fails. Is there something else I am missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
On RHEL 8, with Python 3.6. I had to use However, I was able to build 3d10ad5 on RHEL 8.10. |
Beta Was this translation helpful? Give feedback.
On RHEL 8, with Python 3.6. I had to use
requirements-base.txt
. Therequirements-base.txt
file has the bare minimum requirements to build the project. I will update the docs in the coming days to reflect this. It seems the packages you mentioned require a newer Python than what is in RHEL 8.However, I was able to build 3d10ad5 on RHEL 8.10.