<div dir="ltr">I&#39;m trying to follow <a href="http://www.ovirt.org/develop/developer-guide/vdsm/developers/">http://www.ovirt.org/develop/developer-guide/vdsm/developers/</a> to build vdsm, and I&#39;m failing (master, on F25). There is one issue in the middle:<div><br></div><div>[ykaul@ykaul vdsm]$ sudo dnf install `cat automation/check-patch.packages.fc*`</div><div>...<br><div><div>Package rpm-build-4.13.0.1-1.fc25.x86_64 is already installed, skipping.</div><div>Package rpmlint-1.9-9.fc25.noarch is already installed, skipping.</div><div>Package sudo-1.8.19p2-1.fc25.x86_64 is already installed, skipping.</div><div>Package yum-3.4.3-510.fc25.noarch is already installed, skipping.</div><div>Package yum-utils-1.1.31-511.fc25.noarch is already installed, skipping.</div><div>Error: Unable to find a match.</div></div></div><div><br></div><div><br></div><div>And then, ./autogen.sh --system succeeds, but &#39;make&#39; fails:</div><div><div>Making all in api</div><div>make[3]: Entering directory &#39;/home/ykaul/vdsm/lib/vdsm/api&#39;</div><div>  Generate vdsm-api.html</div><div>chmod u+w .</div><div>PYTHONPATH=./../../:./../../vdsm \</div><div><span style="white-space:pre">        </span>/usr/bin/python schema_to_html.py vdsm-api.yml vdsm-api.html</div><div>Traceback (most recent call last):</div><div>  File &quot;schema_to_html.py&quot;, line 29, in &lt;module&gt;</div><div>    from vdsm.api import vdsmapi</div><div>  File &quot;/home/ykaul/vdsm/lib/vdsm/api/vdsmapi.py&quot;, line 28, in &lt;module&gt;</div><div>    from vdsm import utils</div><div>  File &quot;/home/ykaul/vdsm/lib/vdsm/utils.py&quot;, line 33, in &lt;module&gt;</div><div>    from .compat import pickle</div><div>  File &quot;/home/ykaul/vdsm/lib/vdsm/compat.py&quot;, line 96, in &lt;module&gt;</div><div>    import sanlock</div><div>ImportError: No module named sanlock</div></div><div><br></div><div><br></div><div>which seems to be solved with manually installing sanlock-python.</div><div><br></div><div><br></div></div>