build error in koji

Mike McLean mikem at redhat.com
Wed Nov 10 16:25:37 UTC 2010


On 11/10/2010 10:37 AM, steve.webb at beatport.com wrote:
> [kojiadmin at bpkojipoc001 ~]$ koji list-groups dist-foo-build
> build  [dist-foo-build]
>     less-436-2.el5.src.rpm: None, default  [dist-foo-build]
>     lftp-3.7.11-4.el5.src.rpm: None, default  [dist-foo-build]
> srpm-build  [dist-foo-build]
> [kojiadmin at bpkojipoc001 ~]$

The build group is generally not quite this compact.
Also, you should using just the name part of the rpm (e.g. less and 
lftp). Your data is causing yum to look for rpms whose package names are 
'less-436-2.el5.src.rpm' and 'lftp-3.7.11-4.el5.src.rpm'. This matches 
nothing, so yum installs nothing.

You might look at the groups data on koji.fedoraproject.org to get 
started. For example:
$ koji list-groups dist-f14-build
$ koji list-groups dist-5E-epel-build

Exactly what you put in there depends on your building needs. Just keep 
in mind that more buildroot content makes for slower buildroot generation.



More information about the buildsys mailing list