
We have ioprocess in EPEL and brew builds for el6\7, and builds for f19\f20 in bodhi. There is no such thing as "pushing to stable". In order to be deemed stable a package has to sit there for 30 days without negative karma or get enough (3) positive karma. We have notified on the mailing list that ioprocess is in need for karma. In any case, you should start getting used to fetching ioprocess builds from updates-testing when working on the master branch as we are not going to wait for a month before adding capabilities to VDSM after adding a feature to ioprocess (or any other external dependency). There is no reason for VDSM's master branch to only use RPMs from stable repos. Quite the contrary, the reason that updates-testing exists is so that consumers of the RPM can test the impending release and make sure it works before it is delivered to the general public. Further more, after using a build from updates-testing with VDSM and seeing that it works it would be most appreciated if you supply give karma to accelerate the process of getting a released to the stable repo. For more information: https://fedoraproject.org/wiki/QA:Updates_Testing Links to builds: https://brewweb.devel.redhat.com/packageinfo?packageID=47301 https://admin.fedoraproject.org/updates/search/ioprocess?_csrf_token=adc891f...
On Thu, Jun 26, 2014 at 01:38:45PM -0400, Nir Soffer wrote:
----- Original Message -----
From: "Dan Kenigsberg" <danken@redhat.com> To: "Nir Soffer" <nsoffer@redhat.com> Cc: "ybronhei" <ybronhei@redhat.com>, "Oved Ourfali" <ovedo@redhat.com>, "Eli Mesika" <emesika@redhat.com>, "Yeela Kaplan" <ykaplan@redhat.com>, "Saggi Mizrahi" <smizrahi@redhat.com> Sent: Thursday, June 26, 2014 8:11:59 PM Subject: Re: Failed to run "make rpm" on VDSM latest master
On Thu, Jun 26, 2014 at 11:59:13AM -0400, Nir Soffer wrote:
----- Original Message -----
From: "ybronhei" <ybronhei@redhat.com> To: "Oved Ourfali" <ovedo@redhat.com>, "Eli Mesika" <emesika@redhat.com> Cc: "Nir Soffer" <nsoffer@redhat.com>, "Yeela Kaplan" <ykaplan@redhat.com>, "Saggi Mizrahi" <smizrahi@redhat.com> Sent: Thursday, June 26, 2014 2:22:16 PM Subject: Re: Failed to run "make rpm" on VDSM latest master
On 06/26/2014 07:53 AM, Oved Ourfali wrote:
cc-ing also Yeela and Saggi.
Oved
----- Original Message ----- > From: "Eli Mesika" <emesika@redhat.com> > To: "Yaniv Bronheim" <ybronhei@redhat.com>, "Nir Soffer" > <nsoffer@redhat.com> > Cc: "Oved Ourfalli" <oourfali@redhat.com> > Sent: Wednesday, June 25, 2014 11:34:24 PM > Subject: Failed to run "make rpm" on VDSM latest master > > > Hi, I had applied Nir patch and tried to create rpms , and this is > what I > have got : > > error: Failed build dependencies: > python-ioprocess >= 0.5-1 is needed by > vdsm-4.15.0-185.git5b501bf.el6.x86_64 > > > Then I had switched to the master branch and got the same > > How can I install this new dependency ? > > > Thanks > Eli Mesika > > solved? just yum install python-ioprocess i will update vdsm_Developers wiki page
# yum install python-ioprocess No package python-ioprocess available.
Looks like broken (again) master to me
# yum --enablerepo=epel-testing install python-ioprocess
Fixed this for me. Saggi/Yeela, could you push it to stable, and produce a f19 build? That would help plenty of us.
This patch should fix the situation for everyone, allowing easy testing. http://gerrit.ovirt.org/29304
Nir