piste2750 / homebrew-ltfs

Homebrew Tap for LTFS
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Unsupported special dependency :osxfuse #3

Closed XStylus closed 3 years ago

XStylus commented 3 years ago

When adding the repo using "brew tap piste2750/homebrew-ltfs", the following errors are presented:


Error: Invalid formula: /usr/local/Homebrew/Library/Taps/piste2750/homebrew-ltfs/ltfs.rb ltfs: Unsupported special dependency :osxfuse Error: Cannot tap piste2750/ltfs: invalid syntax in tap!

My system is an iMac 2020 running MacOS 10.15.7. macFUSE version 4.1.2 is installed.

XStylus commented 3 years ago

One step forward, one step back.

I am now able to successfully run "brew tap piste2750/homebrew-ltfs". However, when I thereafter run "brew install ltfs", I receive the following error:

ltfs: osxfuse is required to build ltfs. Please run `brew install --cask osxfuse` first.
Error: ltfs: An unsatisfied requirement failed this build.

On the surface, this may appear to be a duplicate of #1, but that bug mentions ARM64, whereas my system is an iMac 2020 with Intel proc. I've also reproduced this problem on a MacBook Pro 2019 with an Intel proc. So I don't believe this is an ARM64 problem.

I have macFUSE 4.1.2 installed, though it was installed via DMG installer, not via brew. Does that make a difference?