[Webkit-unassigned] [Bug 101526] [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 06:48:28 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101526





--- Comment #20 from Thiago Marcos P. Santos <tmpsantos at gmail.com>  2012-11-12 06:50:10 PST ---
(In reply to comment #18)
> (In reply to comment #17)
> > Can anyone kindly let EFL WebKittens know how we can avoid 100% crash in layout test? Some of them even can't imagine what has happened on his environment. :)
> 
> This is because of missing dependencies in the deveoplers' systems.
> I did not narrow down which packages exactly are missing, but according to http://qt-project.org/wiki/Building_Qt_5_from_Git , you should do the following:
> sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev

I suggest installing Ubuntu 12.04 in a VM and check the exact packages we need. We need this list on our wiki and it has to be consistent. "^libxcb.*" wont help much.


The hack bellow might give you some hints:
$ for i in $(ldd WebKitBuild/Debug/bin/WebProcess |cut -d' ' -f3 |grep -v $USER); do dpkg -S $i; done |cut -d: -f1 |sort |uniq

My results -> http://pastie.org/pastes/5365948/text

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list