Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364205 - www-client/chromium-9999-r1 missing third_party/zlib/zlib.h
Summary: www-client/chromium-9999-r1 missing third_party/zlib/zlib.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-20 06:21 UTC by Julien Sanchez
Modified: 2011-04-26 18:59 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Sanchez archtester 2011-04-20 06:21:24 UTC
Compilation fails with following output:

content/browser/renderer_host/clipboard_message_filter.cc: In member function ‘void ClipboardMessageFilter::OnReadImageReply(SkBitmap, IPC::Message*)’:
content/browser/renderer_host/clipboard_message_filter.cc:173: error: ‘Z_BEST_SPEED’ was not declared in this scope
make: *** [out/Release/obj.target/content_browser/content/browser/renderer_host/clipboard_message_filter.o] Error 1
make: *** Waiting for unfinished jobs....
emake failed
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-04-20 13:44:00 UTC
1) Please post your `emerge --info' output too.
2) Attach the entire build log to this bug report.
Comment 2 Mike Gilbert gentoo-dev 2011-04-21 02:40:09 UTC
I ran into this one as well.

Z_BEST_SPEED is defined in zlib.h, which is included as "third_party/zlib/zlib.h" in clipboard_message_filter.h.

gcc-4.5 gives a much more intuitive error message. :)
Comment 3 Mike Gilbert gentoo-dev 2011-04-21 02:43:43 UTC
This is fixed in my overlay. I will upstream it after I do a compile test with bundled zlib.

https://bitbucket.org/floppym/chromium-overlay/changeset/722d70526d32
Comment 4 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-04-26 18:59:05 UTC
The fix landed upstream, closing.