Created attachment 760686 [details] emerge log Running `emerge -av jupyter` on Ubuntu 20.04 errors while solving dependencies, see attached log. Relevant lines are: The following REQUIRED_USE flag constraints are unsatisfied: printsupport? ( widgets ) svg? ( widgets )
Hmmm, this "error" is just about informing you that printsupport or svg needs widgets. did you enable printsupport or svg yourself by chance? The ebuild doesn't seem to force it.
> did you enable printsupport or svg yourself by chance? The ebuild doesn't seem to force it. No, the only change I made is creating a file etc/portage/package.use/emacs with the content app-editors/emacs harfbuzz json libxml2 dynamic-loading From reading the log, USE changes are done automatically AFAICS: The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by dev-python/pyzmq-22.1.0::gentoo[-test] # required by dev-python/ipyparallel-7.1.0::gentoo[-test] # required by dev-python/ipython-7.29.0::gentoo[smp] # required by dev-python/qtconsole-5.1.1::gentoo # required by dev-python/jupyter-1.0.0-r3::gentoo # required by jupyter (argument) >=net-libs/zeromq-4.3.4-r1 drafts # required by dev-python/qtconsole-5.1.1::gentoo # required by dev-python/jupyter-1.0.0-r3::gentoo # required by jupyter (argument) >=dev-python/QtPy-1.11.2 svg gui printsupport # required by dev-python/QtPy-1.11.2::gentoo # required by dev-python/qtconsole-5.1.1::gentoo # required by dev-python/jupyter-1.0.0-r3::gentoo # required by jupyter (argument) >=dev-python/PyQt5-5.15.4-r1 gui svg printsupport Would you like to add these changes to your config files? [Yes/No]
can you paste the output of q -ev USE?
q -ev USE does not print anything.
hmmm, that's very curious portageq envvar USE then?
Created attachment 761608 [details] portageq envvar USE
> portageq envvar USE then? Please see new attachment.