View previous topic :: View next topic |
Author |
Message |
cfgauss l33t
Joined: 18 May 2005 Posts: 726 Location: USA
|
Posted: Sat Apr 10, 2021 3:00 pm Post subject: [SOLVED] Errors from overlay during emerge world |
|
|
I use the overlay stefantalpalaru only for vmware:
Code: | # equery has repository stefantalpalaru
* Searching for repository stefantalpalaru ...
[I-O] [ ] app-emulation/vmware-modules-16.1.1:0
[I-O] [ ] app-emulation/vmware-workstation-16.1.1.17801498:0
# grep stefantalpalaru /etc/portage/package.mask
*/*::stefantalpalaru
# grep stefantalpalaru /etc/portage/package.unmask
app-emulation/vmware*::stefantalpalaru |
When I emerge -uDN --verbose-conflicts --keep-going --with-bdeps=y @world I get these errors from the overlay:
Code: | ERROR: dev-python/subunit-1.4.0-r2::stefantalpalaru failed (depend phase):
. * ERROR: dev-python/cycler-0.10.0-r1::stefantalpalaru failed (depend phase):
* ERROR: dev-python/ssl-fetch-0.4-r1::stefantalpalaru failed (depend phase):
* ERROR: dev-python/pygobject-2.28.6-r55::stefantalpalaru failed (depend phase):
. * ERROR: dev-python/beautifulsoup-3.2.2-r1::stefantalpalaru failed (depend phase):
* ERROR: dev-python/wxpython-3.0.2.0-r1::stefantalpalaru failed (depend phase):
* ERROR: dev-python/django-1.7.11::stefantalpalaru failed (depend phase):
* ERROR: dev-python/django-1.6.11::stefantalpalaru failed (depend phase):
. * ERROR: dev-python/versioneer-0.18-r2::stefantalpalaru failed (depend phase):
* ERROR: dev-python/astroid-1.6.6-r2::stefantalpalaru failed (depend phase): |
Since I don't use the overlay for dev-python is there a way to avoid these errors during emerge world?
Hints toward a solution will be gratefully received.
[SOLVED] Many thanks to all who responded. The errors have been corrected as evidenced by asturm's link. [/SOLVED]
Last edited by cfgauss on Mon Apr 12, 2021 1:19 pm; edited 2 times in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31348 Location: here
|
Posted: Sat Apr 10, 2021 3:59 pm Post subject: |
|
|
You can't, emerge parse also ebuilds in other trees.
The problem is that stefantalpalaru use eapi 5 in some ebuils that are no longer supported in pythons eclass _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
wjb l33t
Joined: 10 Jul 2005 Posts: 636 Location: Fife, Scotland
|
Posted: Sat Apr 10, 2021 4:26 pm Post subject: |
|
|
You could copy the ebuild(s) (and associated files) into your own overlay |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22853
|
Posted: Sat Apr 10, 2021 6:01 pm Post subject: |
|
|
Also, it may be worth reporting to stefantalpalaru that the dev-python ebuilds have this problem. I expect that everyone using that overlay with a tip-of-tree Gentoo Portage tree will get this error, so it is worth resolving at the source. |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9320
|
|
Back to top |
|
|
|