Bug 81475
Summary: | jhbuild: Respect WEBKITOUTPUTDIR | ||
---|---|---|---|
Product: | WebKit | Reporter: | Raphael Kubo da Costa (:rakuco) <rakuco> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | d-r |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 79480 |
Raphael Kubo da Costa (:rakuco)
Now that both the EFL and the GTK+ ports use jhbuild to build some of their dependencies, we should make jhbuildrc and friends respect the WEBKITOUTPUTDIR environment variable, otherwise one cannot build both ports due to differences in the dependency versions and things like that.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Raphael Kubo da Costa (:rakuco)
BTW, after r111598 from bug 81507 DumpRenderTree has stopped running altogether if one is using a more exotic build directory (such as WebKitBuild/efl/release-shared-core/Release), as it will try to load the fonts from WebKitBuil/efl/release-shared-core/Release/../Dependencies/Source/webkit-gtk-test-fonts-0.0.1.
Raphael Kubo da Costa (:rakuco)
(In reply to comment #1)
> BTW, after r111598 from bug 81507 DumpRenderTree has stopped running altogether if one is using a more exotic build directory (such as WebKitBuild/efl/release-shared-core/Release), as it will try to load the fonts from WebKitBuil/efl/release-shared-core/Release/../Dependencies/Source/webkit-gtk-test-fonts-0.0.1.
Workaround committed in r111678 (bug 81900).
Dominik Röttsches (drott)
Raphael, I think this can be marked DUPLICATE of bug 76161, agree?
Raphael Kubo da Costa (:rakuco)
Indeed, thanks for the pointer!
*** This bug has been marked as a duplicate of bug 76161 ***