buildroots.xml and packages have to be in same location?

seth vidal skvidal at phy.duke.edu
Tue Mar 15 15:54:55 UTC 2005


On Tue, 2005-03-15 at 10:46 -0500, Dan Williams wrote:
> On Tue, 2005-03-15 at 10:44 -0500, seth vidal wrote:
> > let me see the rest of your dist.d file. I think you left out a section.
> 
> # mach dist configuration                                        -*- python -*-
> 
> # aurora-2-sparc: configuration for Aurora 2
> 
> # yum sources layout:
> # 'key':    'rpm ' + locationkey + ' path/to/repo reponame'
> 
> yumsources['aurora-2-sparc'] = {
>     'core':             'rpm ' + aurora + ' /sparc/os/Fedora/RPMS/ core',
>     'buildgroups':      'rpm ' + buildgroups + ' /i386/ groups',
> }
> 
> # Aurora Development
> groups['aurora-2-sparc-core'] = {
>     'minimal':  'build-minimal',
>     'base':     'build-base',
>     'build':    'build',
> }
> 
> # Aurora 2 Core
> packages['aurora-2-sparc-core'] = {
>     'dir':      'aurora-2-sparc',
> }
> 
> sourceslist['aurora-2-sparc-core'] = {
>     'aurora-2-sparc': ('core', )
> }
> 

In your sourceslist for 'aurora-2-sparc-core' you're never specifying
'buildgroups'.

so the above needs to read like:
sourceslist['aurora-2-sparc-core'] = {
   'aurora-2-sparc': ('core', 'buildgroups', )
}


-sv





More information about the Fedora-buildsys-list mailing list