WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
207528
build-dumprendertree calls a nonexistent script
https://bugs.webkit.org/show_bug.cgi?id=207528
Summary
build-dumprendertree calls a nonexistent script
Joshua Reed
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
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
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug