Bug 432822

Summary: xqilla needs rebuild, GCC-4.3 fixes
Product: [Fedora] Fedora Reporter: Michel Lind <michel>
Component: xqillaAssignee: Milan Zázrivec <mzazrivec>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://koji.fedoraproject.org/koji/getfile?taskID=426422&name=build.log
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-19 13:25:26 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 Michel Lind 2008-02-14 16:37:59 UTC
Description of problem:
xerces-c in Rawhide has been updated to 2.8.0, necessitating a rebuild of
xqilla (The F-8 branch is probably going to get 2.8.0 too, it's already in the
package CVS).

Problem is, the transition to GCC 4.3 and the header clean-up means that
xqilla does not compile out of the box: a lot of the functions that used to
be included by default now needs its headers specifically included.

Could xqilla be fixed, and the fix sent to upstream? Alternatively, bug upstream
to fix the problem.

Version-Release number of selected component (if applicable):
2.0.0-1.fc9

How reproducible:
Always

Steps to Reproduce:
1. Install latest xerces-c
2. Rebuild xqilla

  
Actual results:
Failure: see URL

Expected results:
Should succeed

Additional info:

Comment 1 Milan Zázrivec 2008-02-19 13:25:26 UTC
New version and corresponding koji build:
* xqilla-2.0.0-2.fc9
* http://koji.fedoraproject.org/koji/taskinfo?taskID=441794

Patch fixing g++ 4.3 build problem was sent upstream, I will also update xqilla
source rpm in F-8 branch once it receives new version of Xerces-C.

Thanks for the report.