[Android zone] uengine安装失败
Tofloor
poster avatar
inwind
deepin
2021-07-10 06:15
Author

系统更新失败,失败原因如下,uengine安装不上,目前内核已经 装了5.12版本,启动时候选择高级,然后选了5.10内核启动,结果还是失败,之前装过xDroid,后来卸载失败,不知道和这个有没有关系,现在感觉已经回不去了,不知道该咋弄了

pin:~$ sudo apt install uengine

正在读取软件包列表... 完成

正在分析软件包的依赖关系树       

正在读取状态信息... 完成       

uengine 已经是最新版 (1.1.0.0027)。

uengine 已设置为手动安装。

升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。

有 5 个软件包没有被完全安装或卸载。

解压缩后会消耗 0 B 的额外空间。

您希望继续执行吗? [Y/n] y

正在设置 uengine-modules-dkms (13.4) ...

Removing old anbox-1 DKMS files...

 

-------- Uninstall Beginning --------

Module:  anbox

Version: 1

Kernel:  5.10.36-amd64-desktop (x86_64)

-------------------------------------

 

Status: Before uninstall, this module version was ACTIVE on this kernel.

 

ashmem_linux.ko:

 - Uninstallation

   - Deleting from: /lib/modules/5.10.36-amd64-desktop/updates/

rmdir: 删除 'updates' 失败: 目录非空

 - Original module

   - No original module was found for this module on this kernel.

   - Use the dkms install command to reinstall any previous module version.

 

 

binder_linux.ko:

 - Uninstallation

   - Deleting from: /lib/modules/5.10.36-amd64-desktop/updates/

 - Original module

   - No original module was found for this module on this kernel.

   - Use the dkms install command to reinstall any previous module version.

 

depmod...

 

DKMS: uninstall completed.

 

------------------------------

Deleting module version: 1

completely from the DKMS tree.

------------------------------

Done.

Loading new anbox-1 DKMS files...

Building for 5.10.36-amd64-desktop 5.12.14-amd64-desktop

Building initial module for 5.10.36-amd64-desktop

Done.

 

ashmem_linux.ko:

Running module version sanity check.

 - Original module

   - No original module exists within this kernel

 - Installation

   - Installing to /lib/modules/5.10.36-amd64-desktop/updates/

 

binder_linux.ko:

Running module version sanity check.

 - Original module

   - No original module exists within this kernel

 - Installation

   - Installing to /lib/modules/5.10.36-amd64-desktop/updates/

 

depmod...

Job for systemd-modules-load.service failed because the control process exited with error code.

See "systemctl status systemd-modules-load.service" and "journalctl -xe" for details.

 

DKMS: install completed.

Building initial module for 5.12.14-amd64-desktop

Error! Bad return status for module build on kernel: 5.12.14-amd64-desktop (x86_64)

Consult /var/lib/dkms/anbox/1/build/make.log for more information.

dpkg: 处理软件包 uengine-modules-dkms (--configure)时出错:

 已安装 uengine-modules-dkms 软件包 post-installation 脚本 子进程返回错误状态 10

dpkg: 依赖关系问题使得 uengine 的配置工作不能继续:

 uengine 依赖于 uengine-modules-dkms;然而:

  软件包 uengine-modules-dkms 尚未配置。

 

dpkg: 处理软件包 uengine (--configure)时出错:

 依赖关系问题 - 仍未被配置

dpkg: 依赖关系问题使得 uengine.com.tencent.peng 的配置工作不能继续:

 uengine.com.tencent.peng 依赖于 uengine (>= 1.0.1);然而:

  软件包 uengine 尚未配置。

 

dpkg: 处理软件包 uengine.com.tencent.peng (--configure)时出错:

 依赖关系问题 - 仍未被配置

dpkg: 依赖关系问题使得 spark-uengine-runner 的配置工作不能继续:

 spark-uengine-runner 依赖于 uengine;然而:

  软件包 uengine 尚未配置。

 

dpkg: 处理软件包 spark-uengine-runner (--configure)时出错:

 依赖关系问题 - 仍未被配置

dpkg: 依赖关系问题使得 uengine.com.happyelements.androidanimal.qq 的配置工作不能继续:

 uengine.com.happyelements.androidanimal.qq 依赖于 uengine (>= 1.0.1);然而:

  软件包 uengine 尚未配置。

 

dpkg: 处理软件包 uengine.com.happyelements.androidanimal.qq (--configure)时出错:

 依赖关系问题 - 仍未被配置

在处理时有错误发生:

 uengine-modules-dkms

 uengine

 uengine.com.tencent.peng

 spark-uengine-runner

 uengine.com.happyelements.androidanimal.qq

E: Sub-process /usr/bin/dpkg returned an error code (1)

 

Reply Favorite View the author
All Replies
inwind
deepin
2021-07-10 06:17
#1

为什么我启动的是5.10的内核,最后build initial module时后又去整5.12的内核去了??

Building initial module for 5.12.14-amd64-desktop

Error! Bad return status for module build on kernel: 5.12.14-amd64-desktop (x86_64)

Consult /var/lib/dkms/anbox/1/build/make.log for more information.

Reply View the author
Ziggy
deepin
2021-07-10 23:52
#2

先断网,删除/var/cache/apt/archives下面的包缓存,再执行sudo dpkg --configure -a && sudo apt -f install

 

Reply View the author
inwind
deepin
2021-07-23 06:41
#3
Ziggy

先断网,删除/var/cache/apt/archives下面的包缓存,再执行sudo dpkg --configure -a && sudo apt -f install

 

多谢,已经搞定

Reply View the author