dependency bug wodim/genisoimage

Ian Malone ibmalone at gmail.com
Mon Sep 24 23:27:58 UTC 2012


On 24 September 2012 23:17, Jesse Keating <jkeating at j2solutions.net> wrote:
> On 09/24/2012 03:00 PM, Ian Malone wrote:
>>
>> The command is this:
>> livecd-creator --config=/fedora-jam/fedora-live-jam-kde-raw.ks
>> --fslabel=Fedora18-Jam --cache=/var/cache/live --releasever=18
>>
>> $ grep "<id>" /var/cache/live/fedora/gen/comps.xml |grep base
>>      <id>base-x</id>
>>      <id>critical-path-base</id>
>>      <id>base-system</id>
>>
>> There's no base in the comps file at
>>
>> http://dl.fedoraproject.org/pub/fedora/linux/development/18/x86_64/os/repodata/
>> either. The equivalent for fedora 17 gives me:
>>      <id>base-x</id>
>>      <id>critical-path-base</id>
>>      <id>base-system</id>
>>
>> Just did a search on this mailing list and can't see anything about
>> dropping @base.
>
>
> It's possible that livecd-creator is forcing (well, attempting to) the base
> group in.
>

No, it's in the spec, in fedora-live-base.ks of
fedora-kickstarts-0.18.1-2.fc18.noarch which the spin I'm trying to
build includes (chain fedora-live-kde > fedora-live-kde-base >
fedora-live-base), immediately after the repos is this:
%packages
@base-x
@base
@core
@fonts
@input-methods

The full list grepping for "@" is:
@base-x
@base
@core
@fonts
@input-methods
@admin-tools
@dial-up
@hardware-support
@printing

There's an inconsistency here and I'm not familiar enough with
building spins to work out how it's come about.

-- 
imalone
http://ibmalone.blogspot.co.uk


More information about the devel mailing list