Skip to content
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

Missing autoconf dependency #1759

Closed
wants to merge 1 commit into from

Conversation

simonpoole
Copy link
Contributor

Seems as if the fii (whatever that does) gem requires autoconf to install/build.

Seems as if the fii (whatever that does) gem requires autoconf to install/build.
@tomhughes
Copy link
Member

You're reading it wrong - what it needs is libffi-dev which is why I added that to the production servers the other day.

@tomhughes tomhughes closed this Feb 17, 2018
@gravitystorm
Copy link
Collaborator

If it now needs libffi-dev then don't we need to add that the installation notes?

@tomhughes
Copy link
Member

Well sure, that was my point, that it needs that adding, not autoconf.

@simonpoole
Copy link
Contributor Author

Just as a clarification I was updating an existing installation, so was working from a slightly different situation as a completely new install (I simply added what was obviously missing the install of the gem), but naturally adding the correct dependency to the doc makes more sense

@tomhughes
Copy link
Member

Well you should never need autoconf - that is only needed by a developer who needs to rebuild configure from configure.in.

In any case I don't think ruby modules even use that do they? They use mkmk and extconf.rb?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants