Closed revolter closed 7 years ago
@revolter As this is pertains to a Linuxbrew
installation, please file your issue at Linuxbrew/homebrew-core/issues as they will best be able to assist you.
Aren't the spec files shared between the 2 projects?
We don't support Linux here.
@revolter Yes but because you use Linuxbrew it's using this: https://github.com/Linuxbrew/homebrew-core/blob/master/Formula/ncdu.rb. This is Homebrew, we don't support Linux for Homebrew and Linuxbrew is a completely separate project run by different people.
They are identical, because Linuxbrew's homebrew-core is a fork. Also, I don't think the issue is only on Linux, it just happened for me to discover it o a Linux machine. Having installed a lot of packages in my main macOS system, I can't test this.
They are identical, because Linuxbrew's homebrew-core is a fork.
That's irrelevant to this discussion because we don't support Linux or Linuxbrew here. Additionally, the actual brew
logic differs on Homebrew and Linuxbrew so the formula being identical still doesn't mean these issues are reproducible on macOS.
Also, I don't think the issue is only on Linux, it just happened for me to discover it o a Linux machine. Having installed a lot of packages in my main macOS system, I can't test this.
We are only interested in issues you have having on macOS. If you have a macOS system and can reproduce this issue and submit a brew gist-logs
from there we will look at fixing it. We will not look at fixing issues on Linux because we do not support Linux, do not run Homebrew on Linux and never plan to do so.
Please always follow these steps:
brew install
ing one, specific formula and not every time you runbrew
? If it's a generalbrew
problem please file this issue at https://github.com/Homebrew/brew/issues/new. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/caskroom/homebrew-cask/newbrew update
and retried your prior step?brew doctor
, fixed all issues and retried your prior step?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link? https://gist.github.com/9a6c80868b46c0314635ac75fd2c0e39brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?Please note we may immediately close your issue without comment if you delete or do not fill out the issue checklist and provide ALL the requested information.
To help us debug your issue please explain:
I was trying to install
ncdu
using linuxbrew.It crashed with the error
configure: error: required header file not found
.Install required dependencies then complete the
ncdu
installation successfully.brew install
commands)Run
brew install ncdu
on a fresh machine.I noticed that if I install
neovim
beforehand,ncdu
installs correctly, so I thought that the spec doesn't list its required dependencies. A related issue can be found here.New Formulae
To get a new formula into Homebrew please file a Pull Request.