[Webkit-unassigned] [Bug 221254] New: Some more Tools/wpe/install-dependencies missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 05:28:39 PST 2021


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

            Bug ID: 221254
           Summary: Some more Tools/wpe/install-dependencies missing
           Product: WebKit
           Version: WebKit Local Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: estea at igalia.com

Overview:
python-psutil is missing from Debian and Tools installation stops.
Missing libegl-mesa0 aborts installation of required libegl1-mesa-dev.

Reproduce:
Try a fresh install in a recent Debian or Ubuntu system (because they lack python2 packages) where libegl-mesa0 and libegl1-mesa-dev are not installed.
Run: Tools/wpe/install-dependencies

Result:
Errors about missing packages will be generated.

Expected result:
The installation to succeed without errors.

Proposed solution:
In Tools/wpe/install-dependencies script:
python-psutil could be replaced with python3-psutil. 
libegl-mesa0 could be added before libegl1-mesa-dev.

-- 
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/20210202/66a9a990/attachment.htm>


More information about the webkit-unassigned mailing list