Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 361323

Summary: media-gfx/fbgrab-1.0: fails to build with libpng-1.5
Product: Gentoo Linux Reporter: iGentoo <AlphatPC>
Component: [OLD] UnspecifiedAssignee: Michal Januszewski (RETIRED) <spock>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 354479    
Attachments: build.log
fbgrab-libpng15.patch
fbgrab-1.0.ebuild.diff

Description iGentoo 2011-03-30 16:22:35 UTC
fbgrab.c: In function ‘write_PNG’:
fbgrab.c:231:40: error: ‘Z_BEST_COMPRESSION’ undeclared (first use in this function)
fbgrab.c:231:40: note: each undeclared identifier is reported only once for each function it appears in
make: *** [fbgrab] Error 1

Reproducible: Always
Comment 1 iGentoo 2011-03-30 16:23:15 UTC
Created attachment 267847 [details]
build.log
Comment 2 iGentoo 2011-03-30 16:24:15 UTC
Created attachment 267849 [details, diff]
fbgrab-libpng15.patch
Comment 3 iGentoo 2011-03-30 16:25:46 UTC
Created attachment 267851 [details, diff]
fbgrab-1.0.ebuild.diff
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2011-03-31 20:20:15 UTC
+  31 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> fbgrab-1.0.ebuild,
+  +files/fbgrab-1.0-zlib_h.patch:
+  Fix missing zlib.h include for Z_BEST_COMPRESSION wrt #361323 by "Alphat-PC".