gobuffalo / homebrew-tap

Homebrew Formula for the buffalo projects binaries
6 stars 2 forks source link

Error when installing Soda with Homebrew #5

Open nazieb opened 3 years ago

nazieb commented 3 years ago

I tried to install Soda CLI using Homebrew, by following the guide here. This is the command that I run:

brew install gobuffalo/tap/pop

However after downloading from GitHub, Homebrew always returns this error:

Error: An exception occurred within a child process:
  Errno::ENOENT: No such file or directory - pop

And when I tried to extract the gzip file that is downloaded by Homebrew, the binary file that I got is named soda instead of pop. Could that be the reason?

J0 commented 2 years ago

Hi @nazieb,

I am facing this issue as well, wondering if there was any resolution to this. My current workaround is to directly download the pop release.

I subsequently did go build -o /bin/soda github.com/gobuffalo/pop/soda and it seemed to work. I'm not too sure why though.

terranvigil commented 2 years ago

Also seeing this with latest brew. macOS 12.2.1, Intel

paganotoni commented 2 years ago

Could you check is the issue still happening? I'm thinking is fixed now. Thanks!