Bug 306979
| Summary: | [Tools][GTK] generate-bundle script fails on bot GTK-Linux-64bit-Release-Packaging-Nightly after 306045@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | New Bugs | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=305768 | ||
Carlos Alberto Lopez Perez
The new icon path added on 306045@main to copy into the bundle, which is needed on the SDK is failing on the old Flatpak environment that this bot still uses.
See log at https://build.webkit.org/#/builders/1321/builds/503:
Copy basic GTK icons.
Traceback (most recent call last):
File "/app/webkit/Tools/Scripts/generate-bundle", line 974, in <module>
sys.exit(main())
^^^^^^
File "/app/webkit/Tools/Scripts/generate-bundle", line 969, in main
bundle_file_path = bundle_creator.create()
^^^^^^^^^^^^^^^^^^^^^^^
File "/app/webkit/Tools/Scripts/generate-bundle", line 357, in create
self._create_bundle(bundle_binary)
File "/app/webkit/Tools/Scripts/generate-bundle", line 894, in _create_bundle
raise NotImplementedError('Can not find the GTK icon theme at path "%s" in this system' % gtk_source_icon_dir)
NotImplementedError: Can not find the GTK icon theme at path "/run/host/share/icons/gnome" in this system
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/57880
EWS
Committed 306803@main (ea0f390dc6d0): <https://commits.webkit.org/306803@main>
Reviewed commits have been landed. Closing PR #57880 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/169647298>