Summary: | [regression] build failure WebKitFontFamilyNames.h missing | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | David Ronis <David.Ronis> | ||||
Component: | WebCore Misc. | Assignee: | Zan Dobersek <zan> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Critical | CC: | koivisto, pnormand, slomo, zan | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
David Ronis
2013-06-03 20:04:22 PDT
A clean build should fix your problems. Could you try that? This was a clean build (I'd also run make uninstall in the previous version's directory). I remember if I'd set a -j make flag in the build that just failed, so I reran; I get the same result. I was able to get webkit built and installed by doing the following on a newly unpacked source tree: make (which gives the reported error) make -k (If I run with -j4 I still get errors, but running again with no -j works) make install I vaguely remember reporting this "fix" before. I'm on a slackware box, running a locally maintained garnome gnome and friends. I can confirm that, and it goes away after retrying. Sometimes works with -j5, sometimes with -j1, sometimes doesn't work with either of these. It's just racy somewhere it seems Created attachment 204027 [details]
Patch
Comment on attachment 204027 [details] Patch Clearing flags on attachment: 204027 Committed r151325: <http://trac.webkit.org/changeset/151325> All reviewed patches have been landed. Closing bug. |