Re: [ovirt-devel] [VDSM] Vdsm build requires now python 3 on EL7

2016-03-30 Thread Tolik Litovsky
Yes installing latest epel does solve it.
On Mar 29, 2016 4:21 PM, "Nir Soffer"  wrote:

> Hi all,
>
> Since commit f247a0cff310 (el7: require newly available
> python34-nose), building vdsm
> requires Python 3 on EL7.
>
> Unfortunately, it seems that ovirt-release-master that should add all
> the dependencies
> needed for vdsm does is not configured properly, so building vdsm will
> fail.
>
> I heard that installing epel7 repo fixes this issue.
>
> Cheers,
> Nir
>
> [1]
> https://github.com/oVirt/vdsm/commit/f247a0cff310dbbf62b07e779adbe9973734a915
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] [VDSM] Vdsm build requires now python 3 on EL7

2016-03-29 Thread Sandro Bonazzola
On Tue, Mar 29, 2016 at 3:47 PM, Vinzenz Feenstra 
wrote:

>
> On Mar 29, 2016, at 3:42 PM, Martin Perina  wrote:
>
>
>
> On Tue, Mar 29, 2016 at 3:35 PM, Sandro Bonazzola 
> wrote:
>
>>
>>
>> On Tue, Mar 29, 2016 at 3:21 PM, Nir Soffer  wrote:
>>
>>> Hi all,
>>>
>>> Since commit f247a0cff310 (el7: require newly available
>>> python34-nose), building vdsm
>>> requires Python 3 on EL7.
>>>
>>> Unfortunately, it seems that ovirt-release-master that should add all
>>> the dependencies
>>> needed for vdsm does is not configured properly, so building vdsm will
>>> fail.
>>>
>>
>> Pithon 3 is not available in CentOS 7 and as far as I can tell it's not
>> available in EPEL as well.
>> Please drop Python3 on EL7.
>>
>
> ​Well, there is Python 3.4 on EPEL:
>
> https://dl.fedoraproject.org/pub/epel/7/x86_64/repoview/python34.html
>
>
> The appropriate way for us to do this, should be via software collections:
> https://www.softwarecollections.org/en/scls/rhscl/rh-python34/
>
> If it is available there then we can use it, otherwise we shouldn’t
> otherwise we’d have problems with RHEL7 users, EPEL  is not always a viable
> alternative.
>

Ok, so python34 is there:
http://koji.fedoraproject.org/koji/packageinfo?packageID=20542

I didn't see it because I was searching in the wrong place:
http://koji.fedoraproject.org/koji/packageinfo?packageID=9781

So, for me, ok to add python3 support on el7.
Can you please push a patch to ovirt-release including needed packages in
the epel repo?
Please note that if you want python3 support in virt sig you'll have to
provide it in virt sig repo as well



>
> ​
>
>
>>
>>
>>
>>
>>
>>
>>>
>>> I heard that installing epel7 repo fixes this issue.
>>>
>>> Cheers,
>>> Nir
>>>
>>> [1]
>>> https://github.com/oVirt/vdsm/commit/f247a0cff310dbbf62b07e779adbe9973734a915
>>>
>>
>>
>>
>> --
>> Sandro Bonazzola
>> Better technology. Faster innovation. Powered by community collaboration.
>> See how it works at redhat.com
>>
>> ___
>> Devel mailing list
>> Devel@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>>
>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] [VDSM] Vdsm build requires now python 3 on EL7

2016-03-29 Thread Dan Kenigsberg
On Tue, Mar 29, 2016 at 03:35:13PM +0200, Sandro Bonazzola wrote:
> On Tue, Mar 29, 2016 at 3:21 PM, Nir Soffer  wrote:
> 
> > Hi all,
> >
> > Since commit f247a0cff310 (el7: require newly available
> > python34-nose), building vdsm
> > requires Python 3 on EL7.
> >
> > Unfortunately, it seems that ovirt-release-master that should add all
> > the dependencies
> > needed for vdsm does is not configured properly, so building vdsm will
> > fail.
> >
> 
> Pithon 3 is not available in CentOS 7 and as far as I can tell it's not
> available in EPEL as well.
> Please drop Python3 on EL7.

python34-{six,nose} has been recently added to EPEL7.

I suspect that it is not pulled by the ovirt-syndicated epel repository,
and I hope that https://gerrit.ovirt.org/#/c/55415/ would fix it.

Maor, would you try it, please?

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] [VDSM] Vdsm build requires now python 3 on EL7

2016-03-29 Thread Vinzenz Feenstra

> On Mar 29, 2016, at 3:42 PM, Martin Perina  wrote:
> 
> 
> 
> On Tue, Mar 29, 2016 at 3:35 PM, Sandro Bonazzola  > wrote:
> 
> 
> On Tue, Mar 29, 2016 at 3:21 PM, Nir Soffer  > wrote:
> Hi all,
> 
> Since commit f247a0cff310 (el7: require newly available
> python34-nose), building vdsm
> requires Python 3 on EL7.
> 
> Unfortunately, it seems that ovirt-release-master that should add all
> the dependencies
> needed for vdsm does is not configured properly, so building vdsm will fail.
> 
> Pithon 3 is not available in CentOS 7 and as far as I can tell it's not 
> available in EPEL as well.
> Please drop Python3 on EL7.
> 
> ​Well, there is Python 3.4 on EPEL:
> 
> https://dl.fedoraproject.org/pub/epel/7/x86_64/repoview/python34.html 
> 

The appropriate way for us to do this, should be via software collections:
https://www.softwarecollections.org/en/scls/rhscl/rh-python34/ 


If it is available there then we can use it, otherwise we shouldn’t otherwise 
we’d have problems with RHEL7 users, EPEL  is not always a viable alternative.

> ​ 
> 
> 
> 
> 
>  
> 
> I heard that installing epel7 repo fixes this issue.
> 
> Cheers,
> Nir
> 
> [1] 
> https://github.com/oVirt/vdsm/commit/f247a0cff310dbbf62b07e779adbe9973734a915 
> 
> 
> 
> 
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com 
> 
> ___
> Devel mailing list
> Devel@ovirt.org 
> http://lists.ovirt.org/mailman/listinfo/devel 
> 
> 
> ___
> Devel mailing list
> Devel@ovirt.org 
> http://lists.ovirt.org/mailman/listinfo/devel 
> 
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] [VDSM] Vdsm build requires now python 3 on EL7

2016-03-29 Thread Martin Perina
On Tue, Mar 29, 2016 at 3:35 PM, Sandro Bonazzola 
wrote:

>
>
> On Tue, Mar 29, 2016 at 3:21 PM, Nir Soffer  wrote:
>
>> Hi all,
>>
>> Since commit f247a0cff310 (el7: require newly available
>> python34-nose), building vdsm
>> requires Python 3 on EL7.
>>
>> Unfortunately, it seems that ovirt-release-master that should add all
>> the dependencies
>> needed for vdsm does is not configured properly, so building vdsm will
>> fail.
>>
>
> Pithon 3 is not available in CentOS 7 and as far as I can tell it's not
> available in EPEL as well.
> Please drop Python3 on EL7.
>

​Well, there is Python 3.4 on EPEL:

https://dl.fedoraproject.org/pub/epel/7/x86_64/repoview/python34.html
​


>
>
>
>
>
>
>>
>> I heard that installing epel7 repo fixes this issue.
>>
>> Cheers,
>> Nir
>>
>> [1]
>> https://github.com/oVirt/vdsm/commit/f247a0cff310dbbf62b07e779adbe9973734a915
>>
>
>
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] [VDSM] Vdsm build requires now python 3 on EL7

2016-03-29 Thread Sandro Bonazzola
On Tue, Mar 29, 2016 at 3:21 PM, Nir Soffer  wrote:

> Hi all,
>
> Since commit f247a0cff310 (el7: require newly available
> python34-nose), building vdsm
> requires Python 3 on EL7.
>
> Unfortunately, it seems that ovirt-release-master that should add all
> the dependencies
> needed for vdsm does is not configured properly, so building vdsm will
> fail.
>

Pithon 3 is not available in CentOS 7 and as far as I can tell it's not
available in EPEL as well.
Please drop Python3 on EL7.






>
> I heard that installing epel7 repo fixes this issue.
>
> Cheers,
> Nir
>
> [1]
> https://github.com/oVirt/vdsm/commit/f247a0cff310dbbf62b07e779adbe9973734a915
>



-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel