内核:Linux g2-alive-hz-03 4.19.91-26.an8.x86_64 #1 SMP Tue May 24 13:10:09 CST 2022 x86_64 x86_64 x86_64 GNU/Linux
AnolisOS 8.4 ANCK内核,8.6也一样。
crun开发者的回复:
I am fine to add a workaround, but I'd like to understand what is going on.
What system are you running?
It seems your kernel has support for pidfd_open but not for pidfd_send_signal.
pidfd_open was added to Linux v5.3 while pidfd_send_signal to v5.1
是否是ANCK内核添加了5.3的特性又没有添加5.1的特性呢?
您好,新安装龙蜥8.4,想安装DDE桌面环境,但始终安装不上
环境和操作如下:
[root@Longxi ~]# cat /etc/anolis-release
Anolis OS release 8.4
[root@Longxi ~]# cat /etc/yum.repos.d/AnolisOS-DDE.repo
[DDE]
name=AnolisOS-8.4 - DDE
baseurl=http://mirrors.openanolis.cn/anolis/8.4/DDE/$basearch/os
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=1
[epel]
name=epel
baseurl=https://archives.fedoraproject.org/pub/archive/epel/8.3.2021-05-20/…
enabled=1
gpgkey=http://mirrors.aliyun.com/epel/RPM-GPG-KEY-EPEL-8
gpgcheck=0
[root@Longxi ~]# yum groupinstall dde
上次元数据过期检查:0:27:51 前,执行于 2022年05月07日 星期六 14时46分01秒。
错误:
问题: package qt5-qtmultimedia-5.15.2-2.an8.x86_64 requires libQt5Gui.so.5(Qt_5.15.2_PRIVATE_API)(64bit), but none of the providers can be installed
- cannot install both qt5-qtbase-gui-5.12.5-8.0.2.an8.x86_64 and qt5-qtbase-gui-5.15.2-3.an8.x86_64
- package dde-control-center-5.4.109-1.an8.01.x86_64 requires libQt5Multimedia.so.5()(64bit), but none of the providers can be installed
- package dde-control-center-5.4.109-1.an8.01.x86_64 requires libQt5Multimedia.so.5(Qt_5)(64bit), but none of the providers can be installed
- package dde-clipboard-5.3.27-1.an8.x86_64 requires libQt5Gui.so.5(Qt_5.12.5_PRIVATE_API)(64bit), but none of the providers can be installed
- package dde-2021.07.03-1.an8.x86_64 requires dde-control-center, but none of the providers can be installed
- package dde-2021.07.03-1.an8.x86_64 requires dde-clipboard, but none of the providers can be installed
- conflicting requests
(尝试在命令行中添加 '--allowerasing' 来替换冲突的软件包 或 '--skip-broken' 来跳过无法安装的软件包 或 '--nobest' 来不只使用软件包的最佳候选)
系统安装的有libQt5Gui.so.5,
[root@Longxi ~]# locate libQt5Gui.so.5
/usr/lib64/libQt5Gui.so.5
/usr/lib64/libQt5Gui.so.5.15
/usr/lib64/libQt5Gui.so.5.15.2
[root@Longxi ~]# rpm -qa|grep qt5
qt5-qtbase-5.15.2-3.an8.x86_64
qt5-srpm-macros-5.12.5-3.el8.noarch
qt5-qtbase-gui-5.15.2-3.an8.x86_64
qt5-qtbase-common-5.15.2-3.an8.noarch
希望能更新安装方法或能给点建议,谢谢!
--
Faculty of Chemistry
Northeast Normal University
Renmin Street No.5268
Changchun, Jilin 130024
P. R. China.
Hi,
The ANCK-5.10 next release has been code frozen yesterday(4.20), the
develop branch "devel-5.10" has been rebased to the latest upstream
stable branch "5.10.112" as planned.
Please note that your forked branch need pull the latest devel-5.10,
especially for the PR in progress.
Thanks for your attention!
BS.
-- Shiloong