Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Homebrew Can't Find LFTP Formula on macOS Sierra

I just upgraded to macOS Sierra and installed brew to get some packages. Previously I used LFTP to sync files from a remote server more quickly. However, after upgrading to Sierra, brew can no longer install LFTP. After using

brew install lftp

I get the following output and error

Checking out v1.0.1 in /usr/local/Homebrew...
To checkout v1.0.1 in /usr/local/Homebrew run:
  'cd /usr/local/Homebrew && git checkout v1.0.1
Error: No available formula with the name "lftp" 
==> Searching for similarly named formulae...
This similarly named formula was found:
homebrew/x11/curlftpfs ✔
To install it, run:
  brew install homebrew/x11/curlftpfs ✔
==> Searching taps...
Error: No formulae found in taps.

I believe it cannot find the formula... but I'm not sure why. Anyone know of a solution?

like image 854
sirryankennedy Avatar asked Sep 22 '16 07:09

sirryankennedy


2 Answers

It looks like lftp was moved to the boneyard. I still have it installed and it was found in homebrew/boneyard/lftp. Not sure why that happened though. I don't think it's a macOS Sierra related problem, just unfortunate timing.

like image 148
Sebastian Avatar answered Sep 18 '22 01:09

Sebastian


There's a patch now. lftp is back again and moved from boneyard to mainstream: https://github.com/Homebrew/homebrew-core/commit/2c0e087580bafde50c916ad304ffb2079f593b7e

A simple brew install lftp will work again.

like image 37
arjarj Avatar answered Sep 19 '22 01:09

arjarj