Tatsh / tatsh-overlay

Personal Gentoo Portage overlay.
https://tatsh.github.io/tatsh-overlay/
GNU General Public License v2.0
35 stars 12 forks source link

RPCS3 fails to emerge because of Qt5::MultimediaWidgets #174

Closed Caiowp closed 1 year ago

Caiowp commented 1 year ago

When I try to emerge rpcs3 portage returns this: CMake Error at 3rdparty/qt5.cmake:12 (target_link_libraries): The link interface of target "3rdparty_qt5" contains:

Qt5::MultimediaWidgets

but the target was not found. Possible reasons include:

* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.

Call Stack (most recent call first): rpcs3/CMakeLists.txt:48 (include)

and I have dev-qt/qt5multimedia package installed

Tatsh commented 1 year ago

Can you post the output of

qfile dev-qt/qtmultimedia | sort

?

Tatsh commented 1 year ago

Also what USE flags are enabled for dev-qt/qtmultimedia?

Caiowp commented 1 year ago

Also what USE flags are enabled for dev-qt/qtmultimedia?

ok, so that was the solution, widgets flag was not enabled, sorry for the incovenience!

Tatsh commented 1 year ago

This is important to note. I will update the ebuild. Thanks