[Linux] Installation with brew failed asking to build from source.
See original GitHub issue- Have you read our Wiki page “Common Issues & Their Solutions”?
Describe the bug Installation with Brew failed asking to build from source.
Version ⚠️IMPORTANT⚠️ We need this information because different environments will induce different bugs in Ciphey
- OS/Distro: Ubuntu 21.10
- Python version: Python 3.9.7 (N/A)
- Ciphey versions: [python3 -m pip show ciphey cipheycore cipheydists]
- Did you use Docker? NO
Verbose Output
! ~ ➜ brew install ciphey
Running `brew update --preinstall`...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 2 formulae.
Error: ciphey: no bottle available!
You can try to install from source with:
brew install --build-from-source ciphey
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
To Reproduce
Try to install. Run
brew install ciphey
Expected behavior Successfully install ciphey on my linux using Homebrew(linuxbrew)
Any other information? Its asking for building from source. Which I don’t prefer. If I want to build the app. I would download the repository directly from github and build it.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
ruby: failed to build from source on Ubuntu 20.04 LTS #110558
Install perl from the source. My HOMEBREW_PREFIX is not /home/linuxbrew/.linuxbrew , so I cannot use bottles.
Read more >"brew install -s" does not compile from source
I want to install vim via homebrew, from the compile, but even when I ran the command with -s flag, the compile does...
Read more >Common Issues - Homebrew Documentation
Common Issues. This is a list of commonly encountered problems, known issues, and their solutions. Running brew. brew complains about absence of “Command ......
Read more >How To Install and Use Homebrew on Linux - DigitalOcean
Homebrew is a package manager that was originally developed for macOS to let you install free and open-source software using your terminal.
Read more >Openssl installation using HomeBrew fails giving a make error
I just tried to install openssl using the command : brew install openssl What I am getting is the following error :
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
The build on Linux was fixed with https://github.com/Homebrew/homebrew-core/pull/91957, you can now
brew update
and installciphey
.I tried to run a build but it failed because it requires c++20. I opened a pull request to try to fix the linux build: https://github.com/Homebrew/homebrew-core/pull/91957