Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 772188 - www-client/epiphany-3.36.4 and sys-apps/bubblewrap
Summary: www-client/epiphany-3.36.4 and sys-apps/bubblewrap
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-22 20:21 UTC by Dennis Nezic
Modified: 2021-02-22 20:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Nezic 2021-02-22 20:21:08 UTC
epiphany seems to require bubblewrap:

  Failed to execute child process “/usr/bin/bwrap” (No such file or directory)

But even when I emerge it, it still fails:

  bwrap: Creating new namespace failed: Invalid argument
Comment 1 Mart Raudsepp gentoo-dev 2021-02-22 20:29:10 UTC
It's webkit-gtk requiring it, and it already pulls in bubblewrap with USE=seccomp (which is FORCED on platforms that are support by it).
So I don't know how you managed to not have bubblewrap already installed with webkit-gtk.

For bubblewrap to actually work, please check the messages the bubblewrap package tells. This includes a bunch of kernel options having to be enabled if possible.
Comment 2 Dennis Nezic 2021-02-22 20:37:49 UTC
I manually uninstalled it thinking it might help :p. Woops.

And yea, my kernel didn't have those *_NS settings, my bad. (I also didn't have the kernel sources available, which I guess would have made bubblewrap fail more gracefully/clearly.)

Case closed :p. Thanks.