首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么/etc/portage/package.use行在安装Open快照时不起作用?

为什么/etc/portage/package.use行在安装Open快照时不起作用?
EN

Unix & Linux用户
提问于 2017-11-25 16:35:48
回答 1查看 378关注 0票数 0

在Funtoo上,我不知道如何解决需求。我增加了行,但我一次又一次地无法运行Open快照安装。

代码语言:javascript
复制
 # tail -n 5 /etc/portage/package.use
>=x11-libs/libXcursor-1.1.14 abi_x86_32

>=media-video/openshot-2.2.0 dbus opengl svg gui network printsupport widgets opengl webkit sql positioning webchannel python_targets_python3_4
>=dev-python/PyQt5-5.8.2 dbus opengl svg python_targets_python3_4


 # emerge openshot
Calculating dependencies... done!

!!! The ebuild selected to satisfy "dev-python/PyQt5[svg,webkit,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_6(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?]" has unmet requirements.
- dev-python/PyQt5-5.8.2::python-kit USE="dbus opengl svg -bluetooth -debug -declarative -designer -doc -examples -gles2 -gui -help -location -multimedia -network -positioning -printsupport -sensors -serialport -sql -testlib -webchannel -webengine -webkit -websockets -widgets -x11extras -xmlpatterns" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6"

  The following REQUIRED_USE flag constraints are unsatisfied:
    opengl? ( gui widgets ) svg? ( gui widgets ) webkit? ( gui network printsupport widgets )

  The above constraints are a subset of the following complete expression:
    any-of ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) bluetooth? ( gui ) declarative? ( gui network ) designer? ( widgets ) help? ( gui widgets ) location? ( positioning ) multimedia? ( gui network ) opengl? ( gui widgets ) positioning? ( gui ) printsupport? ( gui widgets ) sensors? ( gui ) serialport? ( gui ) sql? ( widgets ) svg? ( gui widgets ) testlib? ( gui widgets ) webchannel? ( network ) webengine? ( network widgets? ( webchannel ) ) webkit? ( gui network printsupport widgets ) websockets? ( network ) widgets? ( gui ) xmlpatterns? ( network )

(dependency required by "media-video/openshot-2.2.0::media-kit" [ebuild])
(dependency required by "openshot" [argument])

请。我看过手册,但不知道该怎么做。

EN

回答 1

Unix & Linux用户

发布于 2018-09-07 01:56:43

试试这个:

编辑/etc/portage/package.use并添加gui network printsupport widgets

代码语言:javascript
复制
dev-python/PyQt5 svg webkit gui network printsupport widgets
票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/407014

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档