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
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription 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.brewvs outside, any ideas?2), the available racket formula
minimal-racketis 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