On 12/09, Alon Bar-Lev wrote: > > > ----- Original Message ----- > > From: "David Caro" <[email protected]> > > To: "Alon Bar-Lev" <[email protected]> > > Cc: "Sandro Bonazzola" <[email protected]>, "infra" <[email protected]> > > Sent: Tuesday, December 9, 2014 6:45:33 PM > > Subject: Re: fc21-vm06.phx.ovirt.org slave missing > > ovirt-engine-extensions-api > > > > On 12/09, Alon Bar-Lev wrote: > > > > > > > > > ----- Original Message ----- > > > > From: "David Caro" <[email protected]> > > > > To: "Alon Bar-Lev" <[email protected]> > > > > Cc: "Sandro Bonazzola" <[email protected]>, "infra" <[email protected]> > > > > Sent: Tuesday, December 9, 2014 4:53:08 PM > > > > Subject: Re: fc21-vm06.phx.ovirt.org slave missing > > > > ovirt-engine-extensions-api > > > > > > > > On 12/09, Alon Bar-Lev wrote: > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "David Caro" <[email protected]> > > > > > > To: "Alon Bar-Lev" <[email protected]> > > > > > > Cc: "infra" <[email protected]> > > > > > > Sent: Tuesday, December 9, 2014 4:47:42 PM > > > > > > Subject: Re: fc21-vm06.phx.ovirt.org slave missing > > > > > > ovirt-engine-extensions-api > > > > > > > > > > > > On 12/09, Alon Bar-Lev wrote: > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > From: "David Caro" <[email protected]> > > > > > > > > To: "Alon Bar-Lev" <[email protected]> > > > > > > > > Cc: "infra" <[email protected]> > > > > > > > > Sent: Tuesday, December 9, 2014 4:38:43 PM > > > > > > > > Subject: Re: fc21-vm06.phx.ovirt.org slave missing > > > > > > > > ovirt-engine-extensions-api > > > > > > > > > > > > > > > > On 12/09, Alon Bar-Lev wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > From: "David Caro" <[email protected]> > > > > > > > > > > To: "Alon Bar-Lev" <[email protected]> > > > > > > > > > > Cc: "infra" <[email protected]> > > > > > > > > > > Sent: Tuesday, December 9, 2014 4:31:59 PM > > > > > > > > > > Subject: Re: fc21-vm06.phx.ovirt.org slave missing > > > > > > > > > > ovirt-engine-extensions-api > > > > > > > > > > > > > > > > > > > > On 12/09, Alon Bar-Lev wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > DEBUG util.py:366: Error: No Package found for > > > > > > > > > > > ovirt-engine-extensions-api > > > > > > > > > > > > > > > > > > > > Where is that package and when is it needed? > > > > > > > > > > > > > > > > > > this package is produced (subpackage) of ovirt-engine rpm. > > > > > > > > > it is needed to build all extensions. > > > > > > > > > > > > > > > > So should it be in ovirt-master-snapshor repo? > > > > > > > > > > > > > > sure, how can it be not? > > > > > > > oh! > > > > > > > I understand the confusion... > > > > > > > ovirt-engine-extensions-api-impl provides > > > > > > > ovirt-engine-extensions-api > > > > > > > :) > > > > > > > it is there... > > > > > > > > > > > > I don't see that package for fc21[1], maybe it's not being generated > > > > > > on > > > > > > ovirt-engine side? > > > > > > > > > > hmmm... sandro... do we build engine for fc21? if not probably the > > > > > extensions should not as well... right? > > > > > > > > > > > > > > > > > [1] - http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/fc21/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > The job is already using ovirt-master-snapshot repo for the > > > > > > > > > > rpm > > > > > > > > > > build > > > > > > > > > > (the src-rpm build is not, that's why I ask where is it > > > > > > > > > > needed) > > > > > > > > > > > > > > > > > > not sure what src-rpm is in this context :( > > > > > > > > > > > > > > > > > > > > > > > > The job is subdivided in two main sections, creating the src.rpm > > > > > > > > and > > > > > > > > creating the rpm from it. For the first one is not using mock at > > > > > > > > all, > > > > > > > > so it's using the deps installed directly in the host it runs > > > > > > > > on, > > > > > > > > for > > > > > > > > the second, it's using mock, so it's installing all the deps > > > > > > > > needed > > > > > > > > by > > > > > > > > the src.rpm (and maybe more from the job config) inside the mock > > > > > > > > chroot, using the above repo. > > > > > > > > > > > > > > I am unsure why to create src rpm any dependency is required... it > > > > > > > should > > > > > > > take spec as-is, no? > > > > > > > > > > > > Some projects like vdsm need some extra dependencies to be able to > > > > > > generate the spec file. I'd be glad if that was not required (only > > > > > > autotools at least). > > > > > > > > > > it is not... :) > > > > > also in vdsm the autotools should be required at build, not to > > > > > package, > > > > > this is very strange. > > > > > the srpm is just archive of spec, tarball and patches. > > > > > > > > The problem is that the spec on vdsm is a template, and it's generated > > > > with autotools so you need at least autoools to get it, but also it > > > > pulls extra deps in to run make dist (not sure they are actually all > > > > needed though) > > > > > > this is make dist issue not rpmbuild -ts ... :) > > > > yes, it is, but I have to run make dist prior to rpmbuild -ts. So it's > > part of the problem of getting the src.rpm from the code. > > well... one time we start to consider tarball as releases...
Then I need anyhow the dependencies to create the tarball, so the problem is the same. We are generating tarballs and rpms as outputs of this process, so I consider both as the artifacts we release (because we release both). Not sure what is your point. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > > > > > > > [1] > > > > > > > > > > > http://jenkins.ovirt.org/job/ovirt-engine-extension-aaa-ldap_master_create-rpms-fc21-x86_64_merged/9/artifact/exported-artifacts/root.log > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > Infra mailing list > > > > > > > > > > > [email protected] > > > > > > > > > > > http://lists.ovirt.org/mailman/listinfo/infra > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > David Caro > > > > > > > > > > > > > > > > > > > > Red Hat S.L. > > > > > > > > > > Continuous Integration Engineer - EMEA ENG Virtualization > > > > > > > > > > R&D > > > > > > > > > > > > > > > > > > > > Tel.: +420 532 294 605 > > > > > > > > > > Email: [email protected] > > > > > > > > > > Web: www.redhat.com > > > > > > > > > > RHT Global #: 82-62605 > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > David Caro > > > > > > > > > > > > > > > > Red Hat S.L. > > > > > > > > Continuous Integration Engineer - EMEA ENG Virtualization R&D > > > > > > > > > > > > > > > > Tel.: +420 532 294 605 > > > > > > > > Email: [email protected] > > > > > > > > Web: www.redhat.com > > > > > > > > RHT Global #: 82-62605 > > > > > > > > > > > > > > > > > > > > -- > > > > > > David Caro > > > > > > > > > > > > Red Hat S.L. > > > > > > Continuous Integration Engineer - EMEA ENG Virtualization R&D > > > > > > > > > > > > Tel.: +420 532 294 605 > > > > > > Email: [email protected] > > > > > > Web: www.redhat.com > > > > > > RHT Global #: 82-62605 > > > > > > > > > > > > > > -- > > > > David Caro > > > > > > > > Red Hat S.L. > > > > Continuous Integration Engineer - EMEA ENG Virtualization R&D > > > > > > > > Tel.: +420 532 294 605 > > > > Email: [email protected] > > > > Web: www.redhat.com > > > > RHT Global #: 82-62605 > > > > > > > > -- > > David Caro > > > > Red Hat S.L. > > Continuous Integration Engineer - EMEA ENG Virtualization R&D > > > > Tel.: +420 532 294 605 > > Email: [email protected] > > Web: www.redhat.com > > RHT Global #: 82-62605 > > -- David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Tel.: +420 532 294 605 Email: [email protected] Web: www.redhat.com RHT Global #: 82-62605
pgpFhM_blBZxu.pgp
Description: PGP signature
_______________________________________________ Infra mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/infra
