<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Wed, May 10, 2017 at 11:16 AM Yaniv Kaul &lt;<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I&#39;m trying to follow <a href="http://www.ovirt.org/develop/developer-guide/vdsm/developers/" target="_blank">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></blockquote><div><br></div><div>Both fc24 and fc25 includes sanlock-python, so this package should</div><div>be installed after running this.</div><div><br></div><div>Did you try running instead:</div><div><br></div><div>    sudo dnf install `cat automation/check-patch.packages.fc25`</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><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></blockquote><div><br></div><div>Match for what?</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><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-wrap">        </span>/usr/bin/python schema_to_html.py vdsm-api.yml vdsm-api.html </div></div></div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><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></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div><br></div></div>
_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@ovirt.org" target="_blank">Devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/devel</a></blockquote></div></div>