Bug 808087

Summary: Header file name mismatch in qt-devel (i686)
Product: [Fedora] Fedora Reporter: Mattias Ellert <mattias.ellert>
Component: qtAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: itamar, jreznik, kevin, ltinkl, rdieter, rnovacek, smparrish, than
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: qt-4.8.1-3.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-02 12:10:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mattias Ellert 2012-03-29 14:41:50 UTC
Description of problem:

Version-Release number of selected component (if applicable):
qt-devel-4.8.1-2.fc18.i686

How reproducible:
Always:

Steps to Reproduce:
1. Compile something that requires QtCore/qconfig.h
2. Watch it fail on 32 bit in Fedora 18 (rawhide)
  
Actual results:
/usr/include/QtCore/qconfig.h:10:34: fatal error: QtCore/qconfig-i386.h: No such file or directory
compilation terminated.

Expected results:
Successful compilation.

Additional info:
The file included in the qt-devel package is called QtCore/qconfig-i686.h, but the QtCore/qconfig.h wrapper tries to include QtCore/qconfig-i386.h, which is not present.

In the Fedora 16 version qt-4.8.0-10.fc17 the file is called QtCore/qconfig-i386.h. So this changed between the F17 and F18 versions.

Comment 1 Than Ngo 2012-04-02 08:19:38 UTC
it's fixed in qt-4.8.1-3.fc18