Description of problem: LiveCD creation fails with a deprecation warning and an error stationg "totem-gstreamer" cannot be found. Version-Release number of selected component (if applicable): How reproducible: Always. Steps to Reproduce: 1. run command livecd-creator -v -c /usr/share/spin-kickstarts/fedora-livecd-desktop.ks -f Fedora-11-i686-Live 2. livecd creator starts. Actual results: LiveCD creation fails with a deprecation warning and an error stationg "totem-gstreamer" cannot be found. Expected results: a live cd iso should be created without errors. Additional info: [root@localhost ~]# livecd-creator -v -c /usr/share/spin-kickstarts/fedora-livecd-desktop.ks -f Fedora-11-i686-Live mke2fs 1.41.4 (27-Jan-2009) Filesystem label=Fedora-11-i686-L OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 196608 inodes, 786432 blocks 7864 blocks (1.00%) reserved for the super user First data block=0 Maximum filesystem blocks=805306368 24 block groups 32768 blocks per group, 32768 fragments per group 8192 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Writing inode tables: done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 30 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. tune2fs 1.41.4 (27-Jan-2009) Setting maximal mount count to -1 Setting interval between checks to 0 seconds Retrieving http://fedora.secsup.org/linux/development/i386/os/repodata/repomd.xml ...OK Retrieving http://fedora.secsup.org/linux/development/i386/os/repodata/0795e796dc7ec475ebd338612085fd7f410f3d86e797705e6e9eb72fb833866d-primary.sqlite.bz2 ...OK /usr/lib/python2.6/site-packages/imgcreate/errors.py:45: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 return unicode(self.message) Error creating Live CD : Failed to find package 'totem-gstreamer' : No package(s) available to install [root@localhost ~]#
The deprecation warning isn't the problem -- your config is pointing at the devel repo instead of the Fedora 11 repos.
Ok, this is what it defaulted to. What do I have to do to fix this?
*** This bug has been marked as a duplicate of bug 505262 ***