[RK3399][Android7.1] Ubuntu 编译环境安装依赖包失败

Platform: RK3399
OS: Android 7.1
PC: Ubuntu 14.04 LTS

在安装的时候遇到如下错误:

root@build–machine:/home# apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libncurses5:i386 is already the newest version.
libstdc++6:i386 is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 cmake:i386 : Depends: libarchive13:i386 but it is not going to be installed
              Depends: libcurl3:i386 (>= 7.16.2) but it is not going to be installed
              Depends: libexpat1:i386 (>= 2.0.1) but it is not going to be installed
              Depends: zlib1g:i386 (>= 1:1.2.3.3) but it is not going to be installed
              Depends: cmake-data:i386 (>= 2.8.12.2) but it is not installable
              Recommends: gcc:i386 but it is not going to be installed
 libc6 : Breaks: libc6:i386 (!= 2.19-0ubuntu6.9) but 2.19-0ubuntu6.13 is to be installed
 libc6:i386 : Breaks: libc6 (!= 2.19-0ubuntu6.13) but 2.19-0ubuntu6.9 is to be installed
 linux-libc-dev : Breaks: linux-libc-dev:i386 (!= 3.13.0-110.157) but 3.13.0-111.158 is to be installed
 linux-libc-dev:i386 : Breaks: linux-libc-dev (!= 3.13.0-111.158) but 3.13.0-110.157 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

解决方法

root@build–machine:/home# apt-get -f install

你可能感兴趣的:(子类__Build,RK3399,ubuntu,apt-get,dependency,install)