이 패키지가 다운로드되지 않는 이유는 무엇입니까?

이 패키지가 다운로드되지 않는 이유는 무엇입니까?

나는 이 가이드를 따르고 있었습니다:http://developer.ubuntu.com/en/start/ubuntu-for-devices/porting-new-device/

그리고 내가 그 단계에 이르렀을 때 :

그런 다음 다음 명령을 실행하여 빌드에 필요한 다른 모든 패키지를 설치합니다.

sudo apt-get install git gnupg flex bison gperf 빌드 필수 \
  zip bzr 컬 libc6-dev libncurses5-dev:i386 x11proto-core-dev \
  libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
  libgl1-mesa-dev g++-multilib mingw32 tofrodos \
  python-markdown libxml2-utils xsltproc zlib1g-dev:i386 schedtool \
  g++-4.8-multilib

apt말했다:

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-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.4)
                    Recommends: libgl1-mesa-dri:i386 (>= 7.2)
 unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not          going to be installed
                    Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

이 문제를 어떻게 해결할 수 있나요? 더 많은 정보가 필요하면 알려주십시오.

편집하다:

적성을 사용하면 해결책은 다음과 같습니다.

The following actions will resolve these dependencies:

  Keep the following packages at their current version:          
1)      binutils:i386 [Not Installed]                                
2)      cpp:i386 [Not Installed]                                     
3)      cpp-4.8:i386 [Not Installed]                                 
4)      gcc:i386 [Not Installed]                                     
5)      gcc-4.8:i386 [Not Installed]                                 
6)      libgl1-mesa-dri:i386 [Not Installed]                         
7)      libgl1-mesa-glx:i386 [Not Installed]                         
8)      libglapi-mesa:i386 [Not Installed]                           

  Leave the following dependencies unresolved:                   
9)      libc6-dev:i386 recommends gcc:i386 | c-compiler:i386         
10)     libgl1-mesa-glx:i386 recommends libgl1-mesa-dri:i386 (>= 7.2)

이 솔루션은 본질적으로 해결되지 않은 종속성을 1개 남기며 종속성은 권장 사항입니다.

 Leave the following dependencies unresolved:                   
4)     libgl1-mesa-glx:i386 recommends libgl1-mesa-dri:i386 (>= 7.2)

답변1

적성을 사용해 볼 수 있습니다. 내가 아는 한 더 나은 종속성 처리 기능이 있습니다.

그렇지 않으면 해당 apt-get 라인을 사용하기 전에 필수 패키지를 설치하십시오.

sudo apt-get install libglapi-mesa libcheese-gtk23 libcheese7 libgl1-mesa-dri

관련 정보