Hello,
Can a comps maintainer confirm that yum group used for installing minimal build-root in F18 has been renamed from `buildsys-build' to `build'?
I just started getting failures in my local mock configurations today because regarding this group name.
-- Petr
On Wed, 13 Jun 2012 07:13:13 +0000 (UTC) Petr Pisar ppisar@redhat.com wrote:
Hello,
Can a comps maintainer confirm that yum group used for installing minimal build-root in F18 has been renamed from `buildsys-build' to `build'?
I don't see that change here.
<group> <id>buildsys-build</id> <_name>Buildsystem building group</_name>
I just started getting failures in my local mock configurations today because regarding this group name.
Odd.
Not sure what it could be... any further logs or debugging available?
kevin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, 13 Jun 2012 10:33:32 -0600 Kevin Fenzi kevin@scrye.com wrote:
On Wed, 13 Jun 2012 07:13:13 +0000 (UTC) Petr Pisar ppisar@redhat.com wrote:
Hello,
Can a comps maintainer confirm that yum group used for installing minimal build-root in F18 has been renamed from `buildsys-build' to `build'?
I don't see that change here.
<group> <id>buildsys-build</id> <_name>Buildsystem building group</_name>
I just started getting failures in my local mock configurations today because regarding this group name.
Odd.
Not sure what it could be... any further logs or debugging available?
if your only using koji repos then yes you need to use build as thats what koji uses internally buildsys-build predates koji in fedora. but you really shouldnt use koji only repos with fedora configs. you should use the koji mock-config command in koji to get a koji mock config.
Dennis
On 2012-06-14, Dennis Gilmore dennis@ausil.us wrote:
if your only using koji repos then yes you need to use build as thats what koji uses internally buildsys-build predates koji in fedora. but you really shouldnt use koji only repos with fedora configs. you should use the koji mock-config command in koji to get a koji mock config.
Thanks for explanation.
-- Petr
On 2012-06-13, Kevin Fenzi kevin@scrye.com wrote:
Can a comps maintainer confirm that yum group used for installing minimal build-root in F18 has been renamed from `buildsys-build' to `build'?
I don't see that change here.
I had to use mock on top of f18-perl build tag and I get an YUM error about missing group during mock --init phase.
So I checked log from latest f18 build in koji and found `build' group is used.
Then I used `koji mock-config' to get new config and it reported `build' too. So I concluded the `buildsys-build' has been renamed to `build'.
After sending my post, I returned back to rawhide repository (because of local mirror) and I found had to revert my config back to `buildsys-build'.
-- Petr
Petr Pisar píše v Čt 14. 06. 2012 v 09:16 +0000:
On 2012-06-13, Kevin Fenzi kevin@scrye.com wrote:
Can a comps maintainer confirm that yum group used for installing minimal build-root in F18 has been renamed from `buildsys-build' to `build'?
I don't see that change here.
I had to use mock on top of f18-perl build tag and I get an YUM error about missing group during mock --init phase.
So I checked log from latest f18 build in koji and found `build' group is used.
Then I used `koji mock-config' to get new config and it reported `build' too. So I concluded the `buildsys-build' has been renamed to `build'.
After sending my post, I returned back to rawhide repository (because of local mirror) and I found had to revert my config back to `buildsys-build'.
there is a difference in the "build" group name between koji build repositories that doesn't include Fedora comps (group=build) and the released repos which include comps (group=buildsys-build).
Dan