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

Bug 939884

Summary: media-video/smplayer-24.5.0 fails to compile: Project ERROR: Unknown module(s) in QT: qml
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo-bugzilla, quilosaq, sam, sebastien.picavet
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-09-20 06:42:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-video/smplayer-24.5.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-20 06:42:19 UTC
Created attachment 903402 [details]
build.log

build log and emerge --info
Comment 2 Víctor Enríquez 2024-11-24 21:42:05 UTC
Installing qtdeclarative:5 fixed the issue here, at least it starts compiling now, I guess the new version of the ebuild should depend on it.
Comment 3 Sébastien P. 2024-11-26 22:38:17 UTC
(In reply to Víctor Enríquez from comment #2)
> Installing qtdeclarative:5 fixed the issue here, at least it starts
> compiling now, I guess the new version of the ebuild should depend on it.

Same for me.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-26 22:39:37 UTC
--- /tmp/mgorny-dev-scripts/portage/media-video/smplayer-23.6.0-r1/work/smplayer-23.6.0/src/findsubtitles/findsubtitles.pro     2023-06-30 14:10:09.000000000 +0100
+++ /tmp/mgorny-dev-scripts/portage/media-video/smplayer-24.5.0/work/smplayer-24.5.0/src/findsubtitles/findsubtitles.pro        2024-05-13 12:54:47.000000000 +0100
@@ -7,11 +7,14 @@ CONFIG += debug

 QT += network xml

-INCLUDEPATH += .. maia
+INCLUDEPATH += .. qrestapi

 isEqual(QT_MAJOR_VERSION, 5) {
        QT += widgets gui
+       QT += qml
        #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x040000
+} else {
+       QT += script
 }
Comment 5 Larry the Git Cow gentoo-dev 2024-11-26 22:41:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79711713214bf0b8b377467a50f32205704a78c

commit b79711713214bf0b8b377467a50f32205704a78c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-11-26 22:40:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-26 22:41:12 +0000

    media-video/smplayer: needs qtdeclarative:5
    
    Closes: https://bugs.gentoo.org/939884
    Signed-off-by: Sam James <sam@gentoo.org>

 .../smplayer/{smplayer-24.5.0.ebuild => smplayer-24.5.0-r1.ebuild}       | 1 +
 1 file changed, 1 insertion(+)