-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autoconf is missing aclocal #21125
Comments
|
I figured that out. I would assume that since autoreconf is part of the autoconf package that it would have everything it needed. To me, the solution would be to add a runtime dependency to the autoconf package but homebrew cant resolves circular dependencies as far as I can tell. since automake isn't required until autoconf is run it should be able to install autoconf then automake. Further, it could install the 2 in any order because both have the other as runtime dependencies. |
|
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
Please always follow these steps:
brew install
ing one, specific Homebrew/homebrew-core formula (not cask or tap) 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/caskroom/homebrew-cask/issues/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew 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?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?To help us debug your issue please explain:
install autoconf
when running autoreconf -i and autoconf it failed due to missing aclocal
it to run
brew install
commands)brew install autoconf
autoremake -i
Formula additions or changes
To get formulae added or changed in Homebrew please file a Pull Request
We will close issues requesting formulae changes.
I attempted to change the autoconf formula but adding automake as a dependency causes a circular dependency. When I added the dependency I made it a run time dependency so it should be able to break the circular dependency.
The text was updated successfully, but these errors were encountered: