Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931967 - media-video/vlc-9999: --enable-qt now depends on Qt6 (and dev-qt/qt5compat[qml])
Summary: media-video/vlc-9999: --enable-qt now depends on Qt6 (and dev-qt/qt5compat[qml])
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 933556 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-05-15 20:20 UTC by Mikkl
Modified: 2024-07-03 11:56 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikkl 2024-05-15 20:20:08 UTC
During configure phase qt5compat is reported to be missing and GUI will not work:

...
checking for Qt6Core Qt6Widgets Qt6Gui Qt6Qml Qt6QmlModels Qt6QmlWorkerScript
      Qt6Quick Qt6QuickControls2 Qt6QuickLayouts Qt6QuickTemplates2
      Qt6Svg
     >= 6.2... yes
checking for Qt6WaylandClient >= 6.2... no
checking if contribs provide target_qt.conf... no
checking for qmake6... /usr/lib64/qt6/bin/qmake6
checking for moc... /usr/lib64/qt6/libexec/moc
checking for rcc... /usr/lib64/qt6/libexec/rcc
checking for uic... /usr/lib64/qt6/libexec/uic
checking for qsb... /usr/lib64/qt6/bin/qsb
checking for qmlcachegen... /usr/lib64/qt6/libexec/qmlcachegen
checking for python3... python3
checking if required Qt plugins are installed with /usr/lib64/qt6/bin/qmake6 and conf ... checking for QtQml.Models ... yes
checking for QtQml.WorkerScript ... yes
checking for QtQuick.Layouts ... yes
checking for QtQuick.Window ... yes
checking for QtQuick.Controls ... yes
checking for Qt5Compat.GraphicalEffects ... no
no
configure: WARNING: qt runtime dependencies are missing, disabling qt interface
...

Manually installing dev-qt/qt5compat fixes the issue.
Comment 1 Alexander Weber 2024-06-04 15:31:36 UTC
Run in the same issue, but the qt5compat was installed on my system.

I was needed to recompile qt5compat with USE=qml enabled.

dev-qt/qt5compat[qml] should be the missed dependency in ebuild
Comment 2 Andreas Sturmlechner gentoo-dev 2024-07-03 11:56:13 UTC
*** Bug 933556 has been marked as a duplicate of this bug. ***