libpulsar Homebrew formula fails
See original GitHub issuelibpulsar Homebrew formula fails to install and reports that the “protobuf@2.6” dependency is “missing”
To Reproduce Steps to reproduce the behavior: Following the instructions from: https://pulsar.apache.org/docs/latest/clients/Cpp/#MacOS-684t0p
Running the brew command specified:
$ brew install https://raw.githubusercontent.com/apache/incubator-pulsar/master/pulsar-client-cpp/homebrew/libpulsar.rb
Updating Homebrew...
######################################################################## 100.0%
Error: No available formula with the name "protobuf@2.6" (dependency of libpulsar)
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Desktop (please complete the following information): MacOS Mojave version 10.14.4
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
libpulsar - Homebrew Formulae
libpulsar. Install command: brew install libpulsar. Apache Pulsar C++ library. https://pulsar.apache.org/. License: Apache-2.0. Formula JSON API: ...
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >Formula Cookbook - Homebrew Documentation
When a dependent of a formula fails to build against a new version of that dependency it must receive a revision . An...
Read more >libgpg-error - Homebrew Formulae
Common error values for all GnuPG components. https://www.gnupg.org/related_software/libgpg-error/. License: LGPL-2.1-or-later. Formula JSON API: ...
Read more >libpsl - Homebrew Formulae
brew install libpsl. C library for the Public Suffix List. https://rockdaboot.github.io/libpsl. License: MIT. Formula JSON API: /api/formula/libpsl.json.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
BTW: just removed the outdated docs from site.
Got it. The problem is that 2.3.1 was missing a fix (#3759) that went in master and was backported in
branch-2.3
. This will be included in the upcoming 2.3.2 which will be released shortly.