Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

[solved] emerge: there are no ebuilds to satisfy "dev-python/python-docs:2.7".


lotsx

Question

Not sure how to fix this:

 

emerge -auvDN @world

 

emerge: there are no ebuilds to satisfy "dev-python/python-docs:2.7".

(dependency required by "dev-lang/python-2.7.9-r1000[doc]" [ebuild])

(dependency required by "dev-python/pyelftools-0.23-r1000[python_abis_2.7]" [installed])

(dependency required by "app-misc/pax-utils-1.0.3[python]" [ebuild])

(dependency required by "sys-kernel/genkernel-3.4.40.7-r6" [installed])

(dependency required by "sys-kernel/debian-sources-3.19.3[binary]" [ebuild])

(dependency required by "@kernel" [set])

(dependency required by "@selected" [set])

(dependency required by "@world" [argument])

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

If you do not the the python docs, then disable the "doc" useflag for python.  I believe it's disabled by default, so you must have enabled the doc useflag globally in make.conf or specifically for python in your /etc/portage/package.use file

 

I believe you hit a bug.  If the ebuild calls for a non-existent or missing package, that package should exist in the tree.  So that package probably needs to be re-added to the tree or the ebuild needs to be corrected.  I think you should file a bug report on this issue at bugs.funtoo.org.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...