Summary: | webkit-gtk 2.13.90 fails to build due to missing Bytecodes.h | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeremy Huddleston Sequoia <jeremyhu> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia, Hironori.Fujii, hw1008.kim, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
Jeremy Huddleston Sequoia
2016-08-31 23:30:33 PDT
That's autogenerated file, try running build-webkit again, there must be a problem with the dependencies in the cmake files It looks like it's supposed to be generated by JavaScriptCore but isn't. I'm rebuilding with -j1 to get a good build log to attach for the failure. I'll attach it tomorrow. (In reply to comment #3) > I'm rebuilding with -j1 to get a good build log to attach for the failure. > I'll attach it tomorrow. Often bugs like these only occur during parallel builds.... Bug 157261 seems a same problem. Yeah, looks like a parallel build issue, likely due to a missing dependency. Building with -j1 gets farther. I'll dig into this after figuring out the rest of the issues... Seems like a missing dependency indeed. More discussion in bug #191692. I know this bug was opened years earlier, but let's continue in the one with more discussion. *** This bug has been marked as a duplicate of bug 191692 *** |