[Webkit-unassigned] [Bug 234407] New: [GTK][WPE] Don't ignore stderr when calling flatpak in update-webkitgtk-libs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 14:43:38 PST 2021


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

            Bug ID: 234407
           Summary: [GTK][WPE] Don't ignore stderr when calling flatpak in
                    update-webkitgtk-libs
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com

I had a situation where in an unprivileged LXC container I couldn't run the script update-webkitgtk-libs because flatpak was failing with this error:

bwrap: Can't mount proc on /newroot/proc: Operation not permitted

This was caused by Debian not setting brap as a setuid binary anymore <https://bugs.debian.org/977841> and my LXC unprivileged containers not allowing nesting


The issue here is that it this error was not printed when flatpak was failing, making debugging the issue harder.
I think se should print the stderr

-- 
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/20211216/f4dc40d2/attachment.htm>


More information about the webkit-unassigned mailing list