Bug 263865 - [GTK][WPE] `generate-bundle` is broken after 269647@main
Summary: [GTK][WPE] `generate-bundle` is broken after 269647@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-30 02:25 PDT by Vitaly Dyackhov
Modified: 2023-10-30 06:41 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Dyackhov 2023-10-30 02:25:07 PDT
```
vitaly@wkdev:~/Projects/WebKit$ Tools/Scripts/generate-bundle --platform gtk --bundle MiniBrowser --release
Traceback (most recent call last):
  File "/home/vitaly/Projects/WebKit/Tools/Scripts/generate-bundle", line 920, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/vitaly/Projects/WebKit/Tools/Scripts/generate-bundle", line 915, in main
    bundle_file_path = bundle_creator.create()
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/vitaly/Projects/WebKit/Tools/Scripts/generate-bundle", line 329, in create
    self._tmpdir = self._create_tempdir(self._buildpath)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/vitaly/Projects/WebKit/Tools/Scripts/generate-bundle", line 207, in _create_tempdir
    raise ValueError('%s is not a directory' % basedir)
ValueError: /home/vitaly/Projects/WebKit/WebKitBuild/Release is not a directory
```
Comment 1 Vitaly Dyackhov 2023-10-30 02:36:17 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19705
Comment 2 EWS 2023-10-30 06:40:10 PDT
Committed 269938@main (fee5c9a1355a): <https://commits.webkit.org/269938@main>

Reviewed commits have been landed. Closing PR #19705 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-30 06:41:13 PDT
<rdar://problem/117683366>