[Webkit-unassigned] [Bug 212448] "build-webkit --debug --ios-simulator" doesn't build MobileMiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 17:13:05 PDT 2020


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

Kenneth Russell <kbr at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|MobileMiniBrowser Xcode     |"build-webkit --debug
                   |project doesn't pick up     |--ios-simulator" doesn't
                   |build products from command |build MobileMiniBrowser
                   |line                        |

--- Comment #6 from Kenneth Russell <kbr at google.com> ---
Adjusting the bug summary to be more correct.

A corollary problem is that:

./Tools/Scripts/run-minibrowser --debug --ipad-simulator

looks for MiniBrowser, not MobileMiniBrowser. Here's current output:


Starting MiniBrowser with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Users/kbr/src/iOSWebKit/WebKitBuild/Debug.
arch: /Users/kbr/src/iOSWebKit/WebKitBuild/Debug/MiniBrowser.app/Contents/MacOS/MiniBrowser isn't executable

ScriptError raised: Failed to run "['Tools/Scripts/old-run-minibrowser']" exit_code: 1 cwd: /Users/kbr/src/iOSWebKit
Traceback (most recent call last):
  File "/Users/kbr/src/iOSWebKit/Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py", line 66, in main
    return port.run_minibrowser(browser_args)
  File "/Users/kbr/src/iOSWebKit/Tools/Scripts/webkitpy/port/base.py", line 1373, in run_minibrowser
    return self._executive.run_command([miniBrowser] + args, stdout=None, cwd=self.webkit_base(), return_stderr=False, decode_output=False)
  File "/Users/kbr/src/iOSWebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 435, in run_command
    (error_handler or self.default_error_handler)(script_error)
  File "/Users/kbr/src/iOSWebKit/Tools/Scripts/webkitpy/common/system/abstractexecutive.py", line 97, in default_error_handler
    raise error
ScriptError: Failed to run "['Tools/Scripts/old-run-minibrowser']" exit_code: 1 cwd: /Users/kbr/src/iOSWebKit

-- 
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/20200711/65b83c9f/attachment.htm>


More information about the webkit-unassigned mailing list