Bug 843645

Summary: fuse-emulator FTBFS due to libpng changes
Product: [Fedora] Fedora Reporter: Tom Lane <tgl>
Component: fuse-emulatorAssignee: Lucian Langa <lucilanga>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: gwync, hhorak, lucilanga, paul
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 17:41:31 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
add #include for zlib.h none

Description Tom Lane 2012-07-26 21:09:06 UTC
Created attachment 600608 [details]
add #include for zlib.h

Description of problem:
fuse-emulator has failed the last couple of Fedora mass rebuilds.  The reason is that png.h no longer automatically includes zlib.h, and the code depends on a couple of symbols from the latter.  I attach a patch that fixes it.

Version-Release number of selected component (if applicable):
fuse-emulator-1.0.0.1-4.fc18.x86_64

How reproducible:
100%

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

Comment 1 Gwyn Ciesla 2012-08-01 17:41:31 UTC
Committed and built in rawhide.