Bug 1038617

Summary: qt5-qtbase needs a minimum version on sqlite build dependency
Product: [Fedora] Fedora EPEL Reporter: Taylor Braun-Jones <taylor>
Component: qt5-qtbaseAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: el6CC: hobbes1069, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-05 16:41:16 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:

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