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

KNIFE-394: Update required eventmachine version #6

Closed
KwadroNaut opened this issue Dec 11, 2012 · 9 comments
Closed

KNIFE-394: Update required eventmachine version #6

KwadroNaut opened this issue Dec 11, 2012 · 9 comments

Comments

@KwadroNaut
Copy link

eventmachine 1.0.0.beta.3 is very old and on a current machine fails to install on a ruby 1.9.2p320 environment. Therefore, it makes most sense to file a bug here to update its requirements (and test) rather than filing a bug against something that has dropped it's beta status.

@grossadamm
Copy link

Ran into the same issue, a simple update to the gemspec should solve this.

Change
s.add_dependency "eventmachine", "= 1.0.0.beta.3"
to be much less particular. For those that need a quick fix to keep moving
sudo gem install em-winrm -- --with-cflags=\"-O2 -pipe -march=native -w\"

@kanzure
Copy link

kanzure commented Jul 24, 2013

Any chance of this bump happening? There is a problem with installing libraries like windows-fromscratch and veewee downstream of this in ruby 1.9.3-p448 on Debian wheezy.

@jjhuff
Copy link

jjhuff commented Nov 13, 2013

Just ran into this while trying to install knife-ec2 on Ubuntu 13.10. Ugh.
Thanks for the workaround!

@styk-tv
Copy link

styk-tv commented Nov 14, 2013

Confirming gem install knife-ec2 problem on Ubuntu 13.10 (update/upgrade as of nov14) due to eventmachine 1.0.0.beta.3 dependency. Thanks for the workaround!

@gdahlm
Copy link

gdahlm commented Feb 6, 2014

This is a huge blocker for any modern chef install. At a minimum it would be nice to remove the depends on knife-ec2 if updating is impossible.

@gabmontes
Copy link

@grossadamm Thanks for the workaround! I was finally able to install knife-ec2 on Ubuntu 13.10. Hope the underlying issue is fixed soon.

@btm
Copy link
Contributor

btm commented Feb 24, 2014

I'm planning on fixing this issue this week and making a release, I left a comment on #11. The way github issues and pull requests seem to share numbers still confuses me.

@btm
Copy link
Contributor

btm commented Feb 25, 2014

em-winrm v0.5.5 has been released with an updated dependency for eventmachine of "~> 1.0.0".

@btm btm closed this as completed Feb 25, 2014
@gabmontes
Copy link

@btm Thanks!!!

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

No branches or pull requests

8 participants