Opened 16 years ago
Closed 16 years ago
#2623 closed defect (invalid)
missing QT dependencies for RPM
Reported by: | Lyonel Vincent | Owned by: | |
---|---|---|---|
Component: | installer | Version: | VirtualBox 2.0.4 |
Keywords: | qt rpm fedora | Cc: | |
Guest type: | other | Host type: | Linux |
Description
The VirtualBox RPM is missing some dependencies on Fedora 9:
% sudo rpm -Uvh ~/Downloads/VirtualBox-2.0.4_38406_fedora9-1.i386.rpm error: Failed dependencies: libQtCore.so.4 is needed by VirtualBox-2.0.4_38406_fedora9-1.i386 libQtGui.so.4 is needed by VirtualBox-2.0.4_38406_fedora9-1.i386
missing requires
are qt
and qt-x11
Note:
See TracTickets
for help on using tickets.
Why missing? The dependencies for libQtCore and libQtGui are correct and these libraries are provided by qt and qt-x11. Specifying explicit dependencies to qt and qt-x11 is not necessary and not usual. Try rpm -q kdegames, similar dependencies there.