[Webkit-unassigned] [Bug 212436] REGRESSION: Build errors during JavaScriptCore "Generate Derived Sources" about missing Availability.h header and invalid SDKROOT [-Wmissing-sysroot]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 15:02:09 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212436

David Kilzer (:ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlewis3 at apple.com,
                   |                            |ryanhaddad at apple.com

--- Comment #1 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
This fixes it:

$ git diff --cached
diff --git a/Source/JavaScriptCore/Scripts/generate-derived-sources.sh b/Source/JavaScriptCore/Scripts/generate-derived-sources.sh
index 2414765431d..17939f2c920 100755
--- a/Source/JavaScriptCore/Scripts/generate-derived-sources.sh
+++ b/Source/JavaScriptCore/Scripts/generate-derived-sources.sh
@@ -15,4 +15,4 @@ if [ ! $CC ]; then
     export CC="`xcrun -find clang`"
 fi

-make --no-builtin-rules -f "JavaScriptCore/DerivedSources.make" -j `/usr/sbin/sysctl -n hw.ncpu` "${ARGS[@]}"
+make --no-builtin-rules -f "JavaScriptCore/DerivedSources.make" -j `/usr/sbin/sysctl -n hw.ncpu` SDKROOT="${SDKROOT}" "${ARGS[@]}"

Will check in momentarily.  Building with Apple internal SDK on 10.14.6.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200527/7ad938c9/attachment-0001.htm>


More information about the webkit-unassigned mailing list