Bug 1311311 - qt5-qtbase-static missing dependencies
Summary: qt5-qtbase-static missing dependencies
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: qt5-qtbase
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1307320
TreeView+ depends on / blocked
 
Reported: 2016-02-23 22:08 UTC by Yaakov Selkowitz
Modified: 2016-02-25 19:35 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-25 14:58:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Yaakov Selkowitz 2016-02-23 22:08:11 UTC
libQt5PlatformSupport.prl includes the following:

QMAKE_PRL_LIBS = -lfontconfig -lfreetype  -lQt5Gui -lQt5DBus -lQt5Core -lpthread -lgthread-2.0 -pthread -lglib-2.0 -lXrender -lXext -lX11 -lm -linput -lxkbcommon -ludev -lEGL -lGL

But qt5-qtbase-static is missing Requires: libinput-devel libxkbcommon-devel.  This results in the following error with QT+=platformsupport-private:

/usr/bin/ld: cannot find -linput
/usr/bin/ld: cannot find -lxkbcommon

The other .prl files should be checked for dependencies not pulled in by qt5-qtbase-devel as well.

Comment 1 Rex Dieter 2016-02-25 14:58:06 UTC
Thanks.

Tracking static lib dependencies is fun.


http://pkgs.fedoraproject.org/cgit/rpms/qt5-qtbase.git/commit/?id=7f9dd5fd564a1b9310684d0b9aa70ee0f0b52cb7

Comment 2 Yaakov Selkowitz 2016-02-25 19:35:12 UTC
This actually affects F23 as well, any chance to get it fixed there too?


Note You need to log in before you can comment on or make changes to this bug.