Hello all:
I am trying to build a custom distro by using Fedora desktop as a "base" from the "rawhide" repository: (I am on Fedora 15)
<code> sudo livecd-creator --config=fedora-live-desktop.ks --fslabel=Fedora-Desktop --cache=/mnt/data/Fedora-Scientific/cache/ </code>
This fails with:
Error creating Live CD : Failed to build transaction : gjs-1.29.0-1.fc16.i686 requires gecko-libs(x86-32) = 2.0.1 totem-pl-parser-2.32.5-1.fc16.i686 requires libquvi.so.0 totem-pl-parser-2.32.5-1.fc16.i686 requires libquvi.so.0(VER_0.1.0)
Has anyone observed this? I am using the kickstart files from the git repo.
Any help appreciated.
Thanks, Amit
On Tue, Jun 28, 2011 at 2:56 PM, Amit Saha droidery@gmail.com wrote:
Hello all:
I am trying to build a custom distro by using Fedora desktop as a "base" from the "rawhide" repository: (I am on Fedora 15)
<code> sudo livecd-creator --config=fedora-live-desktop.ks --fslabel=Fedora-Desktop --cache=/mnt/data/Fedora-Scientific/cache/ </code>
This fails with:
Error creating Live CD : Failed to build transaction : gjs-1.29.0-1.fc16.i686 requires gecko-libs(x86-32) = 2.0.1 totem-pl-parser-2.32.5-1.fc16.i686 requires libquvi.so.0 totem-pl-parser-2.32.5-1.fc16.i686 requires libquvi.so.0(VER_0.1.0)
Has anyone observed this? I am using the kickstart files from the git repo.
Any help appreciated.
Ah I see this as well: http://koji.fedoraproject.org/koji/getfile?taskID=3164841&name=root.log
So, something is wrong.
-Amit
On Tue, Jun 28, 2011 at 02:56:10PM +1000, Amit Saha wrote:
Hello all:
I am trying to build a custom distro by using Fedora desktop as a "base" from the "rawhide" repository: (I am on Fedora 15)
<code> sudo livecd-creator --config=fedora-live-desktop.ks --fslabel=Fedora-Desktop --cache=/mnt/data/Fedora-Scientific/cache/ </code>
This fails with:
Error creating Live CD : Failed to build transaction : gjs-1.29.0-1.fc16.i686 requires gecko-libs(x86-32) = 2.0.1 totem-pl-parser-2.32.5-1.fc16.i686 requires libquvi.so.0 totem-pl-parser-2.32.5-1.fc16.i686 requires libquvi.so.0(VER_0.1.0)
Has anyone observed this? I am using the kickstart files from the git repo.
Any help appreciated.
rawhide often has broken package deps. About all you can do is wait until it is fixed or remove those packages from your kickstart and build without them.
On Wed, Jun 29, 2011 at 1:54 AM, Brian C. Lane bcl@redhat.com wrote:
On Tue, Jun 28, 2011 at 02:56:10PM +1000, Amit Saha wrote:
Hello all:
I am trying to build a custom distro by using Fedora desktop as a "base" from the "rawhide" repository: (I am on Fedora 15)
<code> sudo livecd-creator --config=fedora-live-desktop.ks --fslabel=Fedora-Desktop --cache=/mnt/data/Fedora-Scientific/cache/ </code>
This fails with:
Error creating Live CD : Failed to build transaction : gjs-1.29.0-1.fc16.i686 requires gecko-libs(x86-32) = 2.0.1 totem-pl-parser-2.32.5-1.fc16.i686 requires libquvi.so.0 totem-pl-parser-2.32.5-1.fc16.i686 requires libquvi.so.0(VER_0.1.0)
Has anyone observed this? I am using the kickstart files from the git repo.
Any help appreciated.
rawhide often has broken package deps. About all you can do is wait until it is fixed or remove those packages from your kickstart and build without them.
I see. Thanks Brian. It seems to be fine now.
-Amit
livecd@lists.fedoraproject.org