xbmc in fedora 15

In fedora 15,Run xbmc, and click on the exit (red ‘X’) button, and xbmc freezes. You need “killall -9 xbmc.bin” to exit xbmc.

It is because xbmc conflicte with mesa-libGL package version more than 7.10.2. There is a patch to fix it. https://bugs.freedesktop.org/show_bug.cgi?id=39219. And I recompile mesa-libGL with the patch for fedora 15 x86_64. http://www.filesonic.com/file/1500606051 (outside China) http://u.115.com/file/dnc43sly (In China). It work fine.

About nihlath

george nihlathak
This entry was posted in fedora. Bookmark the permalink.

5 Responses to xbmc in fedora 15

  1. nik says:

    I get this error, when i try to install the rpm Error Type:
    Error Value: ‘ascii’ codec can’t decode byte 0xce in position 50: ordinal not in range(128)
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3643, in
    main()
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3640, in main
    backend.dispatcher(sys.argv[1:])
    File : /usr/lib/python2.7/site-packages/packagekit/backend.py, line 759, in dispatcher
    self.dispatch_command(args[0], args[1:])
    File : /usr/lib/python2.7/site-packages/packagekit/backend.py, line 724, in dispatch_command
    self.simulate_install_files(files_to_inst)
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2047, in simulate_install_files
    self._install_files(False, inst_files, True)
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2194, in _install_files
    if not self._check_local_file(inst_file):
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2278, in _check_local_file
    self.error(ERROR_INCOMPATIBLE_ARCHITECTURE, “Package $s has incompatible architecture $s. Valid architectures are $s” $ (pkg, po.arch, suitable_archs), exit=False)
    File : /usr/lib/python2.7/site-packages/packagekit/backend.py, line 150, in error
    print “error\t$s\t$s” $ (err, description)
    File : /usr/lib/python2.7/codecs.py, line 351, in write
    data, consumed = self.encode(object, self.errors)
    How can i fix that?

  2. Vlad says:

    do you have i686 version ?

Leave a comment