zhtengw / deepin-overlay

Gentoo overlay for Deepin APPs
GNU General Public License v2.0
56 stars 14 forks source link

还有20个包解决不掉,首先是dde-api-5.2.0.1 #96

Closed luojing8431 closed 4 years ago

luojing8431 commented 4 years ago

dde-api-5.2.0.1-build.log 大神,请帮忙看看,又卡在这里,貌似emake failed ...

luojing8431 commented 4 years ago

go-dbus-factory-1.7.0.0-biuld.log 这个也是个过不去的坎子

luojing8431 commented 4 years ago

Calculating dependencies... done! [ebuild U ] dev-go/go-dbus-factory-1.7.0.0::deepin [0.9.0::gentoo-zh] 0 KiB [ebuild N ] dde-base/dde-api-5.2.0.1::deepin 0 KiB [ebuild N ] dde-base/deepin-menu-5.0.1::deepin 0 KiB [ebuild N ] dde-base/deepin-wallpapers-1.6.14::deepin 0 KiB [ebuild N ] dde-base/deepin-desktop-base-2020.04.12::deepin 0 KiB [ebuild N ] x11-wm/deepin-metacity-3.22.24::deepin USE="-test -xinerama" 0 KiB [ebuild U ] dde-base/deepin-desktop-schemas-5.6.0.1::deepin [3.13.9::gentoo-zh] 0 KiB [ebuild N ] dde-extra/deepin-terminal-5.0.4.1::deepin USE="zssh" 2,054 KiB [ebuild N ] x11-wm/dde-kwin-5.1.0.3::deepin 0 KiB [ebuild N ] virtual/dde-wm-0::deepin USE="kwin minimal -mutter" 0 KiB [ebuild N ] dde-base/dde-daemon-5.11.0.0::deepin USE="systemd -bluetooth (-elogind) -grub" 0 KiB [ebuild N ] dde-base/startdde-5.5.0.1::deepin 0 KiB [ebuild N ] dde-base/dde-dock-5.1.0.11-r1::deepin 0 KiB [ebuild N ] dde-base/dde-launcher-5.2.0.3::deepin 0 KiB [ebuild N ] dde-base/dde-clipboard-5.0.0.3::deepin 0 KiB [ebuild N ] dde-base/dde-control-center-5.2.0.3::deepin USE="systemd -redshift" 19,513 KiB [ebuild N ] dde-base/dde-file-manager-5.1.1.25-r1::deepin USE="-avfs -samba -screensaver" 7,346 KiB [ebuild N ] dde-base/dde-session-shell-5.1.0.1::deepin USE="systemd (-elogind)" 13,534 KiB [ebuild N ] dde-base/dde-session-ui-5.2.0.3::deepin USE="systemd (-elogind)" 2,200 KiB [ebuild N ] dde-base/dde-meta-20::deepin USE="kwin systemd terminal (-elogind) -extra -grub -manual -multimedia -mutter -plymouth -policykit -screensaver -turbo" 0 KiB

Total: 20 packages (2 upgrades, 18 new), Size of downloads: 44,645 KiB

Would you like to merge these packages? [Yes/No] 这些包都不行,不知为啥,拜请指点迷津

zhtengw commented 4 years ago

这个是dev-go/go-gir-generator的原因, emerge -1av dev-go/go-gir-generator::deepin先更新它到2.0.2-r1就行了

zhtengw commented 4 years ago

这个原因可能是你的deepin overlay的优先级小于或等于gentoo-zh,建议把deepin overlay的优先级调高一点。方法是,在/etc/portage/repos.conf/目录找到保存deepin overlay和gentoo-zh overlay信息的conf文件,给他们添加一个priority属性,定义的数值越大的优先级越高。比如以下这样:

[deepin]
priority = 50
location = /var/lib/layman/deepin
layman-type = git
auto-sync = No

[gentoo-zh]
priority = 20
location = /var/lib/layman/gentoo-zh
layman-type = git
auto-sync = No

deepin overlay 和gentoo-zh overlay有点冲突是我的问题,个人精力有限,最近DDE更新频繁,gentoo-zh那边我没有适时跟上进度。

zhtengw commented 4 years ago

建议你使用deepin-wm作为窗口管理器, USE="-kwin mutter" emerge dde-meta 原因是dde-kwin在高版本kwin下一直有问题,桌面特效时灵时不灵,而deepin-wm虽然启动慢一些,功能倒比较正常。