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

FPM Installation problem #653

Open
deekonda opened this issue Feb 28, 2014 · 2 comments
Open

FPM Installation problem #653

deekonda opened this issue Feb 28, 2014 · 2 comments
Labels

Comments

@deekonda
Copy link

Installed FPM via "gem install fpm" command and it happened successful, but after installing, when I tried typing following command i.e "fpm -v" or "fpm -h" get to see following error and couldn't use FPM command.
Note: Am trying on Windows 7 64 bit, tried multiple times to uninstall/re-install Ruby, Devkit and fpm but no luck.

Note: Before installing installed Ruby "ruby 1.9.3p484 (2013-11-22) [i386-mingw32]" and gem version is "1.8.28", not sure if it would help.

C:/Ruby193N/lib/ruby/gems/1.9.1/gems/ffi-1.9.3-x86-mingw32/lib/ffi/library.rb:26
1:in attach_function': Function '__xmknod' not found in [msvcrt.dll] (FFI::NotF oundError) from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/util.rb:16:i nrescue in module:Util'
from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/util.rb:12:i
n <module:Util>' from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/util.rb:6:in <top (required)>'
from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:
in require' from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36: inrequire'
from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/package.rb:2
:in <top (required)>' from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36: inrequire'
from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:
in require' from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm.rb:3:in<to
p (required)>'
from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:
in require' from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36: inrequire'
from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/bin/fpm:5:in <top ( required)>' from C:/Ruby193N/bin/fpm:23:inload'
from C:/Ruby193N/bin/fpm:23:in `

'

Also would like to know whether FPM is supported on Windows7 (64 bit)? if yes are there any specific steps need to be performed.
Even tried through cygwin, that didn't help in windows.
Please do share steps on resolving the same. It would be a great help.

@r4um r4um added the windows label Feb 28, 2014
@r4um
Copy link
Contributor

r4um commented Feb 28, 2014

Also would like to know whether FPM is supported on Windows7 (64 bit)? if yes are there any specific steps need to be performed.
Even tried through cygwin, that didn't help in windows.

Windows isn't supported yet :(. Related #505

@deekonda
Copy link
Author

deekonda commented Mar 3, 2014

Thanks for the update.
I would then move to linux OS :-(..... as Windows is not supported.

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

No branches or pull requests

2 participants