Created attachment 686694 [details] emerge --info I get this error message when running `qliveplayer`: qrc:/qml/main.qml:4:1: module "QtQuick.Controls.Styles" is not installed import QtQuick.Controls.Styles 1.4 ^ qrc:/qml/main.qml:3:1: module "QtQuick.Controls" is not installed import QtQuick.Controls 2.12 ^ qrc:/qml/main.qml:4:1: module "QtQuick.Controls.Styles" is not installed import QtQuick.Controls.Styles 1.4 ^ qrc:/qml/main.qml:3:1: module "QtQuick.Controls" is not installed import QtQuick.Controls 2.12 ^ Segmentation fault Reproducible: Always Steps to Reproduce: qliveplayer It seemed lacking dependencies: `dev-qt/qtquickcontrols` and `dev-qt/qtquickcontrols2`, after installing them and it turned out to work.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abfd0675a9b0deefe183b1822c5c3195550ca20d commit abfd0675a9b0deefe183b1822c5c3195550ca20d Author: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> AuthorDate: 2021-02-14 15:51:50 +0000 Commit: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> CommitDate: 2021-02-14 15:55:33 +0000 media-video/qliveplayer: Fix dependencies. dev-qt/qtdeclarative[widgets] pulls in dev-qt/qtcore, dev-qt/qtgui, dev-qt/qtnetwork and dev-qt/qtwidgets. Added dev-qt/qtquickcontrols and dev-qt/qtquickcontrols2. Closes: https://bugs.gentoo.org/770529 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> .../qliveplayer/qliveplayer-3.21.0-r1.ebuild | 59 ++++++++++++++++++++++ .../qliveplayer/qliveplayer-3.21.1-r1.ebuild | 59 ++++++++++++++++++++++ 2 files changed, 118 insertions(+)