Bug 48162
| Summary: | win-ews should recognize build-webkit exit-code of 9 meaning "win libraries out of date" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | abarth, aroben |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Eric Seidel (no email)
win-ews should recognize build-webkit exit-code of 9 meaning "win libraries out of date"
build-webkit seems to use this exit code when the WebKitAuxillaryLibs.zip file is out of date or missing. No need to fail patches when that happens.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I mean WebKitSupportLibrary.zip
The whole WebKitSupportLibrary thing is ridiculously dumb. I can understand Apple's legal desire, but wow it sucks for those of us trying to build webkit.
Eric Seidel (no email)
Actually now I'm seeing an exit code of 2, so it's possible the exit code 9 was something different.
Adam Roben (:aroben)
(In reply to comment #1)
> I mean WebKitSupportLibrary.zip
>
> The whole WebKitSupportLibrary thing is ridiculously dumb. I can understand Apple's legal desire, but wow it sucks for those of us trying to build webkit.
FYI, you can set a WEBKITSUPPORTLIBRARIESZIPDIR environment variable pointing to the directory that contains WebKitSupportLibrary.zip. That way you can host the zip file somewhere outside of your source tree so when you have to blow away the source tree you won't have to redownload it. This is what we do on the build slaves.
Eric Seidel (no email)
Adam says he's looking into if Apple can remove the click-through EULA for WebKitSupportLibraries.zip, in which case thsi problem would go away.