Tentando instalar um xbmc sem cabeçalho no Ubuntu 12.04

1

Eu estava tentando seguir este guia . Eu tenho um vm rodando o Ubuntu 12.04 e atualmente abriga o Sab +, Nzbdrone, CouchPotato e MariaDB. Estou tentando instalar um XBMC sem cabeçalho para que ele seja executado 24x7 e constantemente atualizado, e não preciso executar o comando update library a partir de um dos outros computadores ou clientes que hospedam o xbmc. Então eu tentei executar os seguintes comandos

sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y && sudo reboot
sudo apt-get install python-software-properties software-properties-common
sudo add-apt-repository ppa:team-xbmc/unstable
sudo add-apt-repository ppa:team-xbmc/xbmc-ppa-build-depends
sudo apt-get update
sudo apt-get build-dep xbmc

e é aí que eu acho um problema. Este é o resultado da última linha.

Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglew1.6-dev' instead of 'libglew-dev'
Note, selecting 'libsamplerate0-dev' instead of 'libsamplerate-dev'
The following packages have unmet dependencies: libmysqlclient-dev : Depends: libmysqlclient18 (= 5.5.37-0ubuntu0.12.04.1) but 10.0.11+maria-1~precise is to be installed
E: Build-dependencies for xbmc could not be satisfied.

Alguma idéia de como proceder?

    
por eroz 16.06.2014 / 15:38

0 respostas