Replies: 2 comments 3 replies
-
|
Unfortunately it is not possible to get bubblewrap to work without running those commands as root once, because they allow bubblewrap to do it's thing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
That should be fixed in Homebrew 6.0.1, could you try again? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew configOutput of
brew doctorDescription of issue
As of 6.0.0, does all building use bubblewrap by default? Does bubblewrap require root/sudo to work?
I ran
brew upgrade bashand was confused to see Error: Bubblewrap is required to use the Linux sandbox but was not found.(First, should that error provide some better directions to clueless users? Or prompt to automatically install bubblewrap?)
After some reading, I ran
brew install bubblewrap(success) and then retriedbrew upgrade bash, which failed with Error: Bubblewrap is installed but cannot create a rootless sandbox.I finally had to
export HOMEBREW_NO_SANDBOX_LINUX=1to get anything to build.Here's a replication of the whole story. I think this'll happen with any invocation that builds from source.
The sandbox sounds like a good idea. Is there a way to get it working on a machine where I don't have root? Or must I just keep
HOMEBREW_NO_SANDBOX_LINUXforever?Beta Was this translation helpful? Give feedback.
All reactions