Bug 234173 - Update Install Paths for build system changes
Summary: Update Install Paths for build system changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-10 13:28 PST by Michael Saboff
Modified: 2021-12-10 18:33 PST (History)
15 users (show)

See Also:


Attachments
Patch (17.97 KB, patch)
2021-12-10 14:48 PST, Michael Saboff
no flags Details | Formatted Diff | Diff
Update patch - Removed update of DYLIB_INSTALL_NAME_BASE (15.65 KB, patch)
2021-12-10 16:15 PST, Michael Saboff
ysuzuki: review+
Details | Formatted Diff | Diff
Update - Found that the WebKit services needed install locations updates. (16.79 KB, patch)
2021-12-10 17:23 PST, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2021-12-10 13:28:48 PST
Add a configurable system path to work with updates to the build system.
Comment 1 Michael Saboff 2021-12-10 13:29:29 PST
<rdar://84983741>
Comment 2 Michael Saboff 2021-12-10 14:48:05 PST
Created attachment 446819 [details]
Patch
Comment 3 EWS Watchlist 2021-12-10 14:48:58 PST
Note that there are important steps to take when updating ANGLE. See https://trac.webkit.org/wiki/UpdatingANGLE
Comment 4 Michael Saboff 2021-12-10 16:15:04 PST
Created attachment 446839 [details]
Update patch - Removed update of DYLIB_INSTALL_NAME_BASE
Comment 5 David Quesada 2021-12-10 16:36:03 PST
Comment on attachment 446839 [details]
Update patch - Removed update of DYLIB_INSTALL_NAME_BASE

View in context: https://bugs.webkit.org/attachment.cgi?id=446839&action=review

> Source/WebKit/Configurations/WebKit.xcconfig:36
> +INSTALL_PATH = $(INSTALL_PATH_USE_SYSTEM_CONTENT_PATH_$(USE_SYSTEM_CONTENT_PATH));

Does this also apply to the items within the framework? (e.g. the XPC services) If you're configuring the framework bundle this way, any targets installed within it should probably update *their* install paths the same way.
Comment 6 Yusuke Suzuki 2021-12-10 16:51:37 PST
Comment on attachment 446839 [details]
Update patch - Removed update of DYLIB_INSTALL_NAME_BASE

rs=me
Comment 7 Michael Saboff 2021-12-10 16:54:03 PST
Comment on attachment 446839 [details]
Update patch - Removed update of DYLIB_INSTALL_NAME_BASE

View in context: https://bugs.webkit.org/attachment.cgi?id=446839&action=review

>> Source/WebKit/Configurations/WebKit.xcconfig:36
>> +INSTALL_PATH = $(INSTALL_PATH_USE_SYSTEM_CONTENT_PATH_$(USE_SYSTEM_CONTENT_PATH));
> 
> Does this also apply to the items within the framework? (e.g. the XPC services) If you're configuring the framework bundle this way, any targets installed within it should probably update *their* install paths the same way.

This appears to be used for all items in the framework, so I think we are good.
Comment 8 Michael Saboff 2021-12-10 17:23:26 PST
Created attachment 446849 [details]
Update - Found that the WebKit services needed install locations updates.
Comment 9 EWS 2021-12-10 18:33:16 PST
Committed r286896 (245124@main): <https://commits.webkit.org/245124@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 446849 [details].