can't install racket packages during formula install? #5275
Unanswered
aryairani
asked this question in
Writing Formulae/Casks
Replies: 1 comment 5 replies
-
Brews use of the macOS sandbox to prevent software writing in other software's installation.
Not in Homebrew/core. But in a tap you can do whatever you want. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I'm trying to write a formula that builds a Racket program. It requires a racket library installed, which is normally done with
raco pkg install <path to library>
If I run this command from within
def install
, I get an "Operation not permitted" error.If I run it from the shell outside of
brew
, it succeeds.brew
vs outside, any ideas?2), the available racket formula
minimal-racket
is deprecated due to relying on a deprecated openssl.There is a Cask for racket, but I don't think I can install a cask from a formula, is that right?
I guess that's it for now; thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions