question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Linux] Installation with brew failed asking to build from source.

See original GitHub issue

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:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
iMichkacommented, Dec 26, 2021

The build on Linux was fixed with https://github.com/Homebrew/homebrew-core/pull/91957, you can now brew update and install ciphey.

2reactions
iMichkacommented, Dec 23, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found