Unmet dependencies para libgl1-mesa-dev ao inicializar o ambiente de compilação para android [duplicado]

0

Estou tentando configurar o ambiente de criação em Ubuntu 12.04 (preciso) (64 bits). Estou seguindo o guia no site oficial do android . Eu encontrei a seguinte mensagem.

$ sudo apt-get install  libgl1-mesa-dev
[sudo] password for buddy: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgl1-mesa-dev : Depends: mesa-common-dev (= 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise)
                   Depends: libdrm-dev (>= 2.4.45)
E: Unable to correct problems, you have held broken packages.

Eu tentei instalar o mesa-common-dev

$ sudo apt-get install  mesa-common-dev

mensagem

The following packages have unmet dependencies:
 mesa-common-dev : Depends: libdrm-dev (>= 2.4.45)

Então eu tentei instalar

 $ sudo apt-get install libdrm-dev

mensagem

The following packages have unmet dependencies:
 libdrm-dev : Depends: libdrm2 (= 2.4.46-1ubuntu0.0.0.1) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed
              Depends: libdrm-intel1 (= 2.4.46-1ubuntu0.0.0.1) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed
              Depends: libdrm-radeon1 (= 2.4.46-1ubuntu0.0.0.1) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed
              Depends: libdrm-nouveau1a (= 2.4.46-1ubuntu0.0.0.1) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed
              Depends: libdrm-nouveau2 (= 2.4.46-1ubuntu0.0.0.1) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed
              Depends: libkms1 (= 2.4.46-1ubuntu0.0.0.1) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed
E: Unable to correct problems, you have held broken packages.

Então eu tentei os seguintes passos mencionados aqui: Como eu resolvo dependências não atendidas depois de adicionar um PPA? pulando a parte Disable / Remove / Purge PPAs.

    
por Sunny Kumar Aditya 17.02.2014 / 11:38

1 resposta

-1

Desabilite o PPA ... os números da versão indicam que não são pacotes do Ubuntu ...

    
por ogra 18.02.2014 / 11:25