You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now encfs depends on a really old version of FUSE for macOS. I know the author of osxfuse (which is now called macfuse) no longer provides the kernel module as opensource, however it still is free to download and works fine (as shown in steps to reproduce).
even using my fix to load the right kernel extension, this still uses the old mount_osxfuse binary. symlinking to the new one breaks encfs (apparently it uses it somehow wrong, as the the --help output is shown)
fix
compile encfs against the new macfuse
remove osxfuse dependency
tell user to manually install macfuse (e.g. when path /Library/Filesystems/macfuse.fs is not found)
The text was updated successfully, but these errors were encountered:
I'm not sure that's going to work, as formulae in homebrew-core cannot depend on software that is neither also on homebrew-core nor built-in on macOS (with the single exception of CLT).
I think you may wish to maintain a tap with a formula for encfs that does this. You can read up on how to do this here and here.
right now encfs depends on a really old version of FUSE for macOS. I know the author of osxfuse (which is now called macfuse) no longer provides the kernel module as opensource, however it still is free to download and works fine (as shown in steps to reproduce).
steps to reproduce
brew install --cask osxfuse
problem
even using my fix to load the right kernel extension, this still uses the old
mount_osxfuse
binary. symlinking to the new one breaks encfs (apparently it uses it somehow wrong, as the the--help
output is shown)fix
/Library/Filesystems/macfuse.fs
is not found)The text was updated successfully, but these errors were encountered: