Bug 950213

Summary: Unknown CMake command "qt5_wrap_ui
Product: [Fedora] Fedora Reporter: Ismael Olea <ismael>
Component: qt5-qtbaseAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jreznik, kevin, ltinkl, rdieter, rnovacek, than
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-10 13:14:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ismael Olea 2013-04-09 21:03:34 UTC
I'm trying to update sigil to 0.7.1 which now requires qt5-qtbase. When trying I got this error:

CMake Error at src/Sigil/CMakeLists.txt:464 (qt5_wrap_ui):
  Unknown CMake command "qt5_wrap_ui".


I'm unaware of qt-isms so I'm a bit lost here, but considering qt5-qtbase is a new package I'm thinking if could be a bug on that side.

Any idea? I've just setup a rawhide vm for testing this things. If you want me to try some hack please suggest it.

Comment 1 Ismael Olea 2013-04-10 08:29:45 UTC
*** Bug 950217 has been marked as a duplicate of this bug. ***

Comment 2 Ismael Olea 2013-04-10 08:29:52 UTC
*** Bug 950219 has been marked as a duplicate of this bug. ***

Comment 3 Ismael Olea 2013-04-10 08:30:10 UTC
*** Bug 950259 has been marked as a duplicate of this bug. ***

Comment 4 Rex Dieter 2013-04-10 12:20:14 UTC
Offhand, I'd recommend asking sigil/upstream.  that "unknown" command comes from their own CMakeLists.txt build system.

Comment 5 Rex Dieter 2013-04-10 12:30:56 UTC
OK, I just checked, sigil seems to need a lot more than just qt5-qtbase, including (but maybe not limited to):

qt5-qtwebkit
qt5-qtsvg
qt5-qtxmlpatterns

and all of those items have yet to pass pkg review as of this moment.


Thought, there is a related problem to qt5 cmake support in general too, we're tracking that in bug #929227

Comment 6 Rex Dieter 2013-04-10 13:14:47 UTC
confirmed cmake issues resolved with qt5-qtbase-5.0.2-1 per bug #929227

*** This bug has been marked as a duplicate of bug 929227 ***

Comment 7 Ismael Olea 2013-04-10 18:44:07 UTC
I just verified qt5-qtbase-5.0.2-1 that error happens anymore. Now I have a new one related with the need of qttools, which is the same case that those other deps you mentioned.

Thanks!