Bug 207528 - build-dumprendertree calls a nonexistent script
Summary: build-dumprendertree calls a nonexistent script
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Mac macOS 10.15
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-10 17:59 PST by Joshua Reed
Modified: 2020-02-11 13:20 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Reed 2020-02-10 17:59:16 PST
Overview: I'm trying to run the daily snapshot of WebKit. After successfully building on xcode 11.2.1, I tried to run all tests, which resulted in a build error. Looking at the script that raised the error, I found that it tries to run Scripts/generate-derived-sources.sh, which doesn't exist. This presumably leads to the error, and causes the build to fail. I'm not sure how to navigate this error, as I've changed literally nothing about WebKit, and it's already failing.

Steps to reproduce:
1. Grab daily snapshot of WebKit at https://s3-us-west-2.amazonaws.com/archives.webkit.org/WebKit-SVN-source.tar.bz2 and unzip
2. Run webkit/Tools/Scripts/run-webkit-tests

Actual results:

The following build commands failed:
	PhaseScriptExecution Run\ Script /Users/USER/Desktop/webkit/WebKitBuild/DumpRenderTree.build/Release/Derived\ Sources.build/Script-0F18E7011D6B9CC60027E547.sh
(1 failure)
Build check failed

Expected results: A successful build and all tests passed.
Comment 1 Alexey Proskuryakov 2020-02-11 13:20:53 PST
This snapshot is just source code. Please build first: https://webkit.org/building-webkit/

If you only need to run tests, you can use CI archives. See build.webkit.org for how they are downloaded and used, e.g., <https://build.webkit.org/builders/Apple%20Mojave%20Debug%20WK2%20%28Tests%29/builds/7486>.