Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770529 - media-video/qliveplayer-3.21.1 failed to run: qrc:/qml/main.qml:4:1: module "QtQuick.Controls.Styles" is not installed
Summary: media-video/qliveplayer-3.21.1 failed to run: qrc:/qml/main.qml:4:1: module "...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: AMD64 Linux
: Normal trivial
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-14 15:32 UTC by thesummernightcat
Modified: 2021-02-15 07:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge--info.txt,7.24 KB, text/plain)
2021-02-14 15:32 UTC, thesummernightcat
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)