| Summary: | Missing Qt dependencies for vlc in Mageia 5 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Olivier FAURAX <olivier> |
| Component: | RPM Packages | Assignee: | Shlomi Fish <shlomif> |
| Status: | RESOLVED OLD | QA Contact: | |
| Severity: | major | ||
| Priority: | Normal | CC: | geiger.david68210, mageia, marja11, zeta |
| Version: | 5 | Keywords: | Junior_job, PATCH |
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | vlc | CVE: | |
| Status comment: | |||
|
Description
Olivier FAURAX
2015-09-23 23:04:11 CEST
Assigning to VLC maintainer Shlomi Fish. Keywords:
(none) =>
Junior_job, PATCH
Shlomi Fish
2015-09-24 09:53:05 CEST
Summary:
Missing QT dependencies for vlc in Mageia 5 =>
Missing Qt dependencies for vlc in Mageia 5 maybe it should require: qtbase5-common On my mga5_64 I get: $ urpmq --whatrequires lib64qt5core5 |grep 'vlc' lib64vlc-qt-qml0.9 lib64vlc-qt-widgets0.9 lib64vlc-qt0.9 phonon4qt5-vlc vlc-plugin-common vlc-plugin-common vlc-plugin-common vlc-plugin-common $ urpmq --whatrequires lib64qt5widgets5 |grep 'vlc' lib64vlc-qt-qml0.9 lib64vlc-qt-widgets0.9 phonon4qt5-vlc vlc-plugin-common vlc-plugin-common vlc-plugin-common vlc-plugin-common $ urpmq --whatrequires lib64qt5gui5 |grep 'vlc' lib64vlc-qt-qml0.9 lib64vlc-qt-widgets0.9 phonon4qt5-vlc vlc-plugin-common vlc-plugin-common vlc-plugin-common vlc-plugin-common $ urpmq --whatrequires lib64qt5dbus5 |grep 'vlc' $ urpmq --whatrequires vlc-plugin-common phonon-vlc phonon4qt5-vlc tano vlc vlc vlc vlc vlc-plugin-common So normally lib64qt5widgets5, lib64qt5gui5 and lib64qt5core5 should be automatically installed. But not for lib64qt5dbus5. CC:
(none) =>
geiger.david68210 and: $ urpmq --whatrequires lib64qtx11extras5 |grep 'vlc' vlc-plugin-common vlc-plugin-common vlc-plugin-common vlc-plugin-common is qtbase5-common installed ? As spotted by David, vlc already requires these packages through vlc-plugin-common urpmq --requires-recursive vlc |grep qt lib64qt5core5 lib64qt5dbus5 lib64qt5gui5 lib64qt5network5 lib64qt5widgets5 lib64qt5xml5 lib64qtx11extras5 qtbase5-common qttranslations5 So we need to understand why they aren't installed for Olivier; perhaps vlc-plugin-common was installed (before vlc install) either with another arch (i586) or with a previous version (incomplete update from mga4) ?? Wish I had something informative to add; just wanted to say this bug report helped me get the menus back on VLC on my box (upgraded to MGA5 from 4) where lib64qt5gui5 was missing. Thanks all! CC:
(none) =>
zeta Good to see that all who hit this issue, managed to workaround it :-) Closing as OLD, because Mageia 5 has officially reached its End of Life on December 31st, 2017 https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/ It only continued to get important security updates since then, but non-security bugs have no chance of still getting fixed. Resolution:
(none) =>
OLD |