Bug 235609 - Install build failure when using SYSTEM_CONTENT_PATH
Summary: Install build failure when using SYSTEM_CONTENT_PATH
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: 2022-01-25 14:38 PST by Michael Saboff
Modified: 2022-01-25 17:11 PST (History)
4 users (show)

See Also:


Attachments
Patch (6.70 KB, patch)
2022-01-25 14:59 PST, Michael Saboff
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2022-01-25 14:38:06 PST
The libwebrtc project fails in install because it doesn't install
  ./usr/local/include
  ./usr/local/include/libwebrtc
  ./usr/local/include/webm
  ./usr/local/include/absl
  ./usr/local/include/webrtc

Many WebKit targets fail in install due to the implicit create directory and the script phase Create Symlink to Alt Root Path trying to create the same target.  For example the adattributiond target's parent directory of .../System/Library/Frameworks/WebKit.framework/Daemons/adattributiond.

The targets with this problem are: adattributiond, GPU, Networking, WebAuthn, webpushd, and the various WebContent targets.
Comment 1 Michael Saboff 2022-01-25 14:39:05 PST
<rdar://87906922> and <rdar://87915594>
Comment 2 Michael Saboff 2022-01-25 14:59:13 PST
Created attachment 449969 [details]
Patch
Comment 3 Michael Saboff 2022-01-25 17:11:41 PST
Committed r288593 (246415@trunk): <https://commits.webkit.org/246415@trunk>