<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 10, 2017 at 11:46 AM, Nir Soffer <span dir="ltr">&lt;<a href="mailto:nsoffer@redhat.com" target="_blank">nsoffer@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><span class=""><div dir="ltr">Wed, May 10, 2017 at 11:16 AM Yaniv Kaul &lt;<a href="mailto:ykaul@redhat.com" target="_blank">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/<wbr>develop/developer-guide/vdsm/<wbr>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.<wbr>packages.fc*`</div></div></blockquote><div><br></div></span><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.<wbr>packages.fc25`</div></div></div></blockquote><div><br></div><div>That was it, thanks.</div><div>Y.</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 class="gmail_quote"><span class=""><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_<wbr>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.<wbr>noarch is already installed, skipping.</div><div>Error: Unable to find a match.</div></div></div></div></blockquote><div><br></div></span><div>Match for what?</div><span class=""><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/<wbr>api&#39;</div><div>  Generate vdsm-api.html</div><div>chmod u+w .</div><div>PYTHONPATH=./../../:./../../<wbr>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/<wbr>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/<wbr>utils.py&quot;, line 33, in &lt;module&gt;</div><div>    from .compat import pickle</div><div>  File &quot;/home/ykaul/vdsm/lib/vdsm/<wbr>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></span><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><span class="">
______________________________<wbr>_________________<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/<wbr>mailman/listinfo/devel</a></span></blockquote></div></div>
</blockquote></div><br></div></div>