Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 770529

Summary: media-video/qliveplayer-3.21.1 failed to run: qrc:/qml/main.qml:4:1: module "QtQuick.Controls.Styles" is not installed
Product: GURU Reporter: thesummernightcat
Component: Package issuesAssignee: GURU project <guru-bugs>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description thesummernightcat 2021-02-14 15:32:33 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2021-02-15 07:11:11 UTC
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(+)