Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426452 - [gnome-overlay] net-libs/webkit-gtk-1.9.4-r300 - Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:597:13: error: variable 'WTF::CString repaintCount' has initializer but incomplete type
Summary: [gnome-overlay] net-libs/webkit-gtk-1.9.4-r300 - Source/WebCore/platform/grap...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-13 14:08 UTC by Albert W. Hopkins
Modified: 2013-04-07 08:07 UTC (History)
0 users

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


Attachments
build.log (build.log,240.05 KB, text/plain)
2012-07-13 14:08 UTC, Albert W. Hopkins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Albert W. Hopkins 2012-07-13 14:08:16 UTC
Created attachment 318092 [details]
build.log

---
  CXX      Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapperBackingStore.lo
  CXX      Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapper.lo
  CXX      Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapperImageBuffer.lo
  CXX      Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapperLayer.lo
Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp: In member function 'void WebCore::TextureMapperLayer::paintSelfAndChildren
(const WebCore::TextureMapperPai
ntOptions&)':
Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:199:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp: In member function 'void WebCore::TextureMapperLayer::drawRepaintCounter(WebCore::GraphicsContext*, WebCore::GraphicsLayer*)':
Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:597:13: error: variable 'WTF::CString repaintCount' has initializer but incomplete type
Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:597:77: error: invalid use of incomplete type 'struct WTF::CString'
./Source/WTF/wtf/Forward.h:41:11: error: forward declaration of 'struct WTF::CString'
make[1]: *** [Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapperLayer.lo] Error 1
---

Full build log attached.  This happens with both gcc-4.6 and 4.7.

-a


[ebuild     U  ] net-libs/webkit-gtk-1.9.4-r300::gnome [1.8.1-r301::gentoo] USE="geoloc gstreamer introspection jit (-aqua) -coverage -debug -doc -spell -test -webgl (-webkit2%*)" 0 kB
Comment 1 Priit Laes (IRC: plaes) 2012-07-22 04:50:59 UTC
(In reply to comment #0)
> Created attachment 318092 [details]
> build.log
> 
....
> [ebuild     U  ] net-libs/webkit-gtk-1.9.4-r300::gnome [1.8.1-r301::gentoo]
> USE="geoloc gstreamer introspection jit (-aqua) -coverage -debug -doc -spell
> -test -webgl (-webkit2%*)" 0 kB

I strongly suspect the culprit here is the "-webgl" part, so I suggest enabling it.

Unfortunately fixing it might take a while, as I'm having great troubles with getting 1.9.5 into tree due to running into binutils issues due to intermediate library archives are growing >4GB :S
Comment 2 Albert W. Hopkins 2012-07-29 17:48:32 UTC
It did build when I enabled webgl.
Comment 3 Pacho Ramos gentoo-dev 2013-04-07 08:07:57 UTC
2.0.x builds for me, please try with that version