stefantalpalaru / gentoo-overlay

Gentoo overlay
GNU General Public License v2.0
43 stars 11 forks source link

media-gfx/displaycal update failure. #67

Closed Techwolf closed 3 years ago

Techwolf commented 3 years ago

Doing an world emerge update fails:

emerge: there are no ebuilds built with USE flags to satisfy "dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]".
!!! One of the following packages is required to complete your request:
- media-gfx/displaycal-3.8.9.3-r1::stefantalpalaru (Change USE: -python_targets_python2_7)
(dependency required by "media-gfx/displaycal-3.8.9.3-r1::stefantalpalaru" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
stefantalpalaru commented 3 years ago

Please sync and try it again.

Techwolf commented 3 years ago

Did a sync. Still same. I think due to missing unmask. I have in /etc/portage/package.mask "*/*::stefantalpalaru" to prevent the vmware ebuilds from updating the ones from vmware overlay. Also prevents overriding gentoo packages unless really needed. I did notice a lot of python 2.7 rescues commits along with unmasking them.

Edit: Fixed expression to expose * properlly.

stefantalpalaru commented 3 years ago

to prevent the vmware ebuilds from updating the ones from vmware overlay

Why would you want that?

Techwolf commented 3 years ago

This issue https://github.com/stefantalpalaru/gentoo-overlay/issues/50 prevent me from running vmplayer. Edit: poor memory, that issue was fixed by an update, but there was another one where I had to use a previous version of vmplayer. And I can't remember what it was and don't have time to try an upgrade now.

If I have to, I will do a manual unmask on my end. I though you was doing an unmaking of all python2.7 packages. If I was wrong, sorry.

Techwolf commented 3 years ago

Unmaking the package on my end fixed it. Update is now working.