Cannot install Homebrew formula from source (discarding no candidates error) #186
-
Hey guys, I am trying to tap a previous version of borgbackup to include I am getting the following error. Any ideas why?
Taped formulaclass BorgbackupFuse < Formula
include Language::Python::Virtualenv
desc "Deduplicating archiver with compression and authenticated encryption"
homepage "https://borgbackup.org/"
url "https://github.com/borgbackup/borg/releases/download/1.1.14/borgbackup-1.1.14.tar.gz"
sha256 "7dbb0747cc948673f695cd6de284af215f810fed2eb2a615ef26ddc7c691edba"
license "BSD-3-Clause"
livecheck do
url "https://github.com/borgbackup/borg/releases/latest"
regex(%r{href=.*?/tag/v?(\d+(?:\.\d+)+)["' >]}i)
end
depends_on "pkg-config" => :build
depends_on "libb2"
depends_on "lz4"
depends_on "openssl@1.1"
depends_on "python@3.9"
depends_on "zstd"
resource "llfuse" do
url "https://files.pythonhosted.org/packages/8f/73/d35aaf5f650250756b40c1e718ee6a2d552700729476dee24c9837608e1b/llfuse-1.3.8.tar.gz"
sha256 "b9b573108a840fbaa5c8f037160cc541f21b8cbdc15c5c8a39d5ac8c1b6c4cbc"
end
def install
virtualenv_install_with_resources
end
def caveats
<<~EOS
To use `borg mount`, install osxfuse with Homebrew Cask:
brew cask install osxfuse
EOS
end
end |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
What commands did you run? And what is the complete output? |
Beta Was this translation helpful? Give feedback.
-
Hey @SMillerDev, this is the last roadblock I need to solve before publishing a series of Borg episodes on YouTube. I was about to publish when this happened. I would be grateful if you or someone at Homebrew could help. 🤓 |
Beta Was this translation helpful? Give feedback.
-
Somehow adding |
Beta Was this translation helpful? Give feedback.
-
See borgbackup/borg#5522 (comment) for current workaround. |
Beta Was this translation helpful? Give feedback.
See borgbackup/borg#5522 (comment) for current workaround.