Zack_Perry
(Zack Perry)
1
While trying to use make rpm to create a rpm for the latest ansible devel 0.9 for testing on a Scientific Linux 6.3 node, I got two errors:
- asciidoc package is requried to get the a2x command. But this is not explicitly listed in the requirements.
- make rpm fails with the error: error: package directory ‘lib/ansible/inventory/var_plugins’ does not exist
- is easy. 2. will take some time. I haven’t done packaging for a while. But if anyone has a hint ready, I would appreciate it.
Regards,
– Zack
just pushed a fix to the setup.py, "git pull --rebase"
asciidoc package is requried to get the a2x command. But this is not
explicitly listed in the requirements.
Because it's not a requirement to run Ansible.
It's a requirement to run 'make rpm'
Zack_Perry
(Zack Perry)
4
Got you! Thanks for the lightingly fast fix. I was just about to get in pdb!
Confirmed. The fix works. Thanks for the clarification too.
Will use SL 6.3 to test out the sudo issue. I am still seeing it. Once I am done, if necessary I will open an issue.
Regards,
– Zack