On Fri, Apr 24, 2009 at 8:28 AM, James Turner <ja...@bsdgroup.org> wrote: > On Thu, Apr 23, 2009 at 10:18:50PM +0200, Landry Breuil wrote: >> Hi, >> >> here's the usual webkit update needed by the next version of midori.. >> this time, as they decided to make regular releases of webkit, let's >> switch to it instead of blindly updating to a random svn snapshot. >> >> This cleans makefile from autohell dependency, and should be a bit >> more sane. >> >> Midori seems to work fine @amd64, still building @sparc64 (but i have >> few hope webkit will work there without much work.. and i still have ppc >> to test). >> >> Plz test & comment. >> >> Landry > > I ran a cvs up on webkit then applied the webkit patch which succeeded > just fine. Ran make and it fails near the end with: > > WebKitTools/DumpRenderTree/gtk/Programs_DumpRenderTree-DumpRenderTree.o(.text+0xfca): > In function `main': > : undefined reference to `webkit_soup_auth_dialog_get_type' > collect2: ld returned 1 exit status > gmake[1]: *** [Programs/DumpRenderTree] Error 1 > gmake[1]: Leaving directory > `/usr/ports/www/webkit/w-webkit-1.1.5v0/webkit-1.1.5' > gmake: *** [all] Error 2 > *** Error code 2 > > This is on amd64 with a snapshot from 2 days ago. I would look into it > myself and submit a patch but I'm already late for work. If you don't > come up with a solution I'll look into it tonight. Thanks.
Without looking at this too much I seem to remember similar issues while building a new webkit while I had the old webkit installed. Try pkg_delete and then build again and see if it makes any difference. Brandon