RESOLVED FIXED 234407
[GTK][WPE] Don't ignore stderr when calling flatpak in update-webkitgtk-libs
https://bugs.webkit.org/show_bug.cgi?id=234407
Summary [GTK][WPE] Don't ignore stderr when calling flatpak in update-webkitgtk-libs
Carlos Alberto Lopez Perez
Reported 2021-12-16 14:43:38 PST
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
Attachments
Patch (1.39 KB, patch)
2021-12-16 14:46 PST, Carlos Alberto Lopez Perez
no flags
Carlos Alberto Lopez Perez
Comment 1 2021-12-16 14:46:12 PST
EWS
Comment 2 2021-12-16 16:03:24 PST
Committed r287162 (245338@main): <https://commits.webkit.org/245338@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447393 [details].
Radar WebKit Bug Importer
Comment 3 2021-12-16 18:16:36 PST
Note You need to log in before you can comment on or make changes to this bug.