[Webkit-unassigned] [Bug 177273] New: [WPE] run-minibrowser script broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 20 14:43:50 PDT 2017


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

            Bug ID: 177273
           Summary: [WPE] run-minibrowser script broken
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
               URL: http:///usr/local/bin/WPEWebProcess
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit WPE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org, cgarcia at igalia.com,
                    mcatanzaro at igalia.com, zan at falconsigh.net

Not sure what caused this but it was something recent.

$ Tools/Scripts/run-minibrowser --wpe 
Can't find built framework at "/home/clopez/webkit/wpe/WebKitBuild/Release/lib/libWPEWebKit.so".


And if I try this patch
--- a/Tools/Scripts/webkitdirs.pm
+++ b/Tools/Scripts/webkitdirs.pm
@@ -959,7 +959,7 @@ sub builtDylibPathForName
         }
     }
     if (isWPE()) {
-        return "$configurationProductDir/lib/libWPEWebKit.so";
+        return "$configurationProductDir/lib/libWebKit.so";
     }

     die "Unsupported platform, can't determine built library locations.\nTry `build-webkit --help` for more information.\n";



Then i get:

$ Tools/Scripts/run-minibrowser --wpe 
Starting dyz 
lib/wpe.lua:3: libWPEWebKit.so: cannot open shared object file: No such file or directory

-- 
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/20170920/ac1ac813/attachment-0001.html>


More information about the webkit-unassigned mailing list