<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 13, 2016 at 11:49 AM, Nir Soffer <span dir="ltr"><<a href="mailto:nsoffer@redhat.com" target="_blank">nsoffer@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Apr 13, 2016 at 11:27 AM, Sandro Bonazzola <<a href="mailto:sbonazzo@redhat.com">sbonazzo@redhat.com</a>> wrote:<br>
><br>
><br>
> On Tue, Apr 12, 2016 at 8:37 PM, Yaniv Kaul <<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a>> wrote:<br>
>><br>
>> Probably fails because of:<br>
>> git describe<br>
>> fatal: No names found, cannot describe anything.<br>
><br>
><br>
> Yes. I think autogen.sh and <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> shouldn't rely on git for package<br>
> versioning.<br>
> The automation/build-artifacs.sh script can take care of adding suffixes to<br>
> rpm release if needed at build time.<br>
> Version should be statically defined within <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>.<br>
<br>
</span>Yaniv is using a git clone, so depending on git is fine in this case.<br>
<br>
The tarball should not have any dependencies on git.<br>
<br>
I think the issue is missing tags - this works:<br>
<span class=""><br>
git clone -b master --depth 1 git://<a href="http://gerrit.ovirt.org/vdsm" rel="noreferrer" target="_blank">gerrit.ovirt.org/vdsm</a><br>
</span>git tag v4.17.999<br></blockquote><div><br></div><div>How do I know which tag to use? </div><div>Y.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
./autogen.sh --system<br>
<span class="HOEnZb"><font color="#888888"><br>
Nir<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
><br>
>><br>
>><br>
>><br>
>><br>
>> On Tue, Apr 12, 2016 at 9:32 PM, Yaniv Kaul <<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a>> wrote:<br>
>>><br>
>>> Cloning VDSM with the following command:<br>
>>> git clone -b master --depth 1 git://<a href="http://gerrit.ovirt.org/vdsm" rel="noreferrer" target="_blank">gerrit.ovirt.org/vdsm</a><br>
>>><br>
>>> Which works, but then I can't run ./autogen.sh succesfully:<br>
>>> mini@ykaul-mini:/tmp/github/vdsmshallow$ ./autogen.sh |less<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> fatal: No names found, cannot describe anything.<br>
>>> I am going to run ./configure with no arguments - if you wish<br>
>>> to pass any to it, please specify them on the ./autogen.sh command line.<br>
>>> configure: error: package version not defined<br>
>>><br>
>>> As the difference is 1:10 in data size and I only wish to work on the<br>
>>> tip, this could be very useful to me.<br>
>>> Any ideas?<br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Devel mailing list<br>
>> <a href="mailto:Devel@ovirt.org">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><br>
><br>
><br>
><br>
><br>
> --<br>
> Sandro Bonazzola<br>
> Better technology. Faster innovation. Powered by community collaboration.<br>
> See how it works at <a href="http://redhat.com" rel="noreferrer" target="_blank">redhat.com</a><br>
><br>
> _______________________________________________<br>
> Devel mailing list<br>
> <a href="mailto:Devel@ovirt.org">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><br>
</div></div></blockquote></div><br></div></div>