Bug 843294

Summary: Pixie FTBFS due to g++ getting stricter
Product: [Fedora] Fedora Reporter: Tom Lane <tgl>
Component: PixieAssignee: Nicolas Chauvet (kwizart) <kwizart>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: gwync, hhorak, kwizart
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: 2012-08-01 18:06:11 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:
Attachments:
Description Flags
proposed patch none

Description Tom Lane 2012-07-26 01:11:14 UTC
Created attachment 600421 [details]
proposed patch

Description of problem:
Pixie is failing to build because g++ will not (any longer?) implicitly cast a FILE* value to gzFile.  Which is a bit odd because gzFile is just a typedef for void *, but apparently it will no longer look through the typedef.  Anyway, the attached proposed patch gets it to build again.

Version-Release number of selected component (if applicable):
Pixie-2.2.6-8.fc18

How reproducible:
100%

Steps to Reproduce:
1.  Try to build in rawhide environment.

Comment 1 Gwyn Ciesla 2012-08-01 18:06:11 UTC
Committed and built in rawhide.