"no bottle available!" error when following the Formula Cookbook guide #3271
Unanswered
Southpaw1496
asked this question in
Writing Formulae/Casks
Replies: 1 comment 2 replies
-
Without bottles you need to pass |
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.
-
I'm trying to make a formula for the Minecraft Ferium CLI, and I've been following the Homebrew Formula Cookbook. It said to start by running
brew create
with a link to the source Tarball, and I'd read elsewhere in the docs that there are templates for various types of software, so since this is a Rust program I ranbrew create --rust https://github.com/theRookieCoder/ferium/archive/refs/tags/v3.28.7.tar.gz
.After filling out the
homepage
andlicense
fields as instructed, the next step was to "Check the Build System", so I ranbrew install --interactive ferium
. I thought this was a little odd because I know Homebrew generally works with bottles, and I hadn't set any up yet, but I assumed it would come later in the article. However, when I ran the command, I received the error:The cookbook seems to assume this step will be successful, so I'm not sure how to proceed.
Here is my
ferium.rb
file:And the output of
brew -v
Beta Was this translation helpful? Give feedback.
All reactions