Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 361323 - media-gfx/fbgrab-1.0: fails to build with libpng-1.5
Summary: media-gfx/fbgrab-1.0: fails to build with libpng-1.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libpng-1.5
  Show dependency tree
 
Reported: 2011-03-30 16:22 UTC by iGentoo
Modified: 2011-03-31 20:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,1.84 KB, text/plain)
2011-03-30 16:23 UTC, iGentoo
Details
fbgrab-libpng15.patch (fbgrab-libpng15.patch,467 bytes, patch)
2011-03-30 16:24 UTC, iGentoo
Details | Diff
fbgrab-1.0.ebuild.diff (fbgrab-1.0.ebuild.diff,832 bytes, patch)
2011-03-30 16:25 UTC, iGentoo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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".