Bug 1038617 - qt5-qtbase needs a minimum version on sqlite build dependency
Summary: qt5-qtbase needs a minimum version on sqlite build dependency
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: qt5-qtbase
Version: el6
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-05 13:40 UTC by Taylor Braun-Jones
Modified: 2013-12-05 16:41 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-05 16:41:16 UTC
Type: Bug


Attachments (Terms of Use)

Description Taylor Braun-Jones 2013-12-05 13:40:44 UTC
Description of problem:
qt5-qtbase does fails to build with sqlite-devel-3.6*

Version-Release number of selected component (if applicable):
5.2.0-0.10.rc1

How reproducible:


Steps to Reproduce:
1. Install sqlite-devel-3.6
2. Build qt5-qtbase from SRPM

Actual results:
Build fails with complaining that "SQLITE_OPEN_URI is not defined in this context"

Expected results:
rpmqbuild stops refuses to build if the system does not have sqlite-devel >= 3.7

Additional info:

This fixed the problem for me:

Change:
BuildRequires: pkgconfig(sqlite3) 
To:
BuildRequires: sqlite-devel >= 3.7

Comment 1 Rex Dieter 2013-12-05 13:56:34 UTC
Good thing EPEL currently only ships qt 5.1.1 :)

I'll look into fixing the dep though, for when/if 5.2.0 lands.

Comment 2 Rex Dieter 2013-12-05 16:41:16 UTC
%changelog
* Thu Dec 05 2013 Rex Dieter <rdieter> 5.2.0-0.11.rc1
- needs a minimum version on sqlite build dependency (#1038617)
- fix build when doc macro not defined


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