[Webkit-unassigned] [Bug 283372] New: REGRESSION(286792 at main) Failing to install due to deprecated gresource path in install directive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 19 11:26:11 PST 2024


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

            Bug ID: 283372
           Summary: REGRESSION(286792 at main) Failing to install due to
                    deprecated gresource path in install directive
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: bugs-noreply at webkitgtk.org

After 286792 at main, trying to install WPE results in:

CMake Error at Source/WebKit/cmake_install.cmake:59 (file):                                                                                                                                                                                                                                                          
  file INSTALL cannot find                                                                                                                                                                                                                                                                                           
  "/home/lauro/dev/WebKit/WebKitBuild/WPE/Release/WebInspectorUI/DerivedSources/inspector.gresource":                                                                                                                                                                            
  No such file or directory.                                                                                                                                                                                                                                                                                         
Call Stack (most recent call first):                                                                                                                                                                                                                                                                                 
  Source/cmake_install.cmake:92 (include)                                                                                                                                                                                                                                                                            
  cmake_install.cmake:47 (include)                                                                                                                                                                                                                                                                                   


FAILED: CMakeFiles/install.util                                                                                                                                                                                                                                                                                      
cd /home/lauro/dev/WebKit/WebKitBuild/WPE/Release && /usr/bin/cmake -P cmake_install.cmake                                                                                                                                                                                       
ninja: build stopped: subcommand failed.

Looks like it's related to the install directive in `Source/Webkit/PlatformWPE.cmake` still using the previous WebInspectorUI_DERIVED_SOURCES_DIR-based path for inspector.gresource instead of the new CMAKE_BINARY_DIR/shared one.

Patch incoming.

-- 
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/20241119/2e92ea01/attachment.htm>


More information about the webkit-unassigned mailing list