[Webkit-unassigned] [Bug 280512] New: REGRESSION(284269 at main?) [WPE] generate-bundle is failing with assert error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 27 07:31:38 PDT 2024


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

            Bug ID: 280512
           Summary: REGRESSION(284269 at main?) [WPE] generate-bundle is
                    failing with assert error
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

The script `Tools/Scripts/generate-bundle` is failing after. Taking a look at the error message and latest commit, I believe the regression was introduced by 284269 at main, but I haven't confirmed it.

To reproduce the error is necessary to do a build clean of WPE. In my case, I built WPE with JHBuild minimal dependencies moduleset. 

$ Tools/Scripts/generate-bundle --bundle=MiniBrowser --release --platform=wpe --destination=/home/pwuser/webkit/WebKitBuild/webkit-deploy-VNBqNIAhZZ
Traceback (most recent call last):
  File "Tools/Scripts/generate-bundle", line 920, in <module>
    sys.exit(main())
  File "Tools/Scripts/generate-bundle", line 915, in main
    bundle_file_path = bundle_creator.create()
  File "Tools/Scripts/generate-bundle", line 337, in create
    self._create_bundle(bundle_binary)
  File "Tools/Scripts/generate-bundle", line 681, in _create_bundle
    objects_to_copy.append(self._get_webkit_lib('InspectorResources'))
  File "Tools/Scripts/generate-bundle", line 377, in _get_webkit_lib
    assert(bundle_lib)
AssertionError

-- 
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/20240927/1f27d495/attachment.htm>


More information about the webkit-unassigned mailing list