Ticket #1 (closed defect: fixed)
Gem install error
| Reported by: | JanPrill@… | Owned by: | dbalmain |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
After an succesful installation on linux and some testing I've attempted to install ferret on win32 for the first time.
Environment: Windows 2003 Server, , ruby 1.8.2 (2004-12-25) [i386-mswin32] (installed through one-click-windows-installer and running without problems to date)
gem install ferret dumped with the following: F:\home\downloads\ferret-0.1.1\ferret-0.1.1>"e:\programme\ruby\bin\ruby.exe" "e: \programme\ruby\bin\gem" install ferret Attempting local installation of 'ferret' Local gem file not found: ferret*.gem Attempting remote installation of 'ferret' ERROR: While executing gem ... (Zlib::BufError?)
buffer error
ruby setup.rb config dumped with the following: e:/programme/ruby/bin/ruby F:/ferret-0.1.1/ext/extconf.rb setup.rb:656:in `command': system("e:\\programme\\ruby\\bin\\ruby" "F:/ferret 1.1/ext/extconf.rb") failed (RuntimeError?)
from setup.rb:661:in `ruby' from setup.rb:1237:in `extconf' from setup.rb:1233:in `config_dir_ext' from setup.rb:1498:in `send' from setup.rb:1498:in `traverse' from setup.rb:1496:in `dive_into' from setup.rb:1496:in `traverse' from setup.rb:1490:in `exec_task_traverse' from setup.rb:1485:in `each' from setup.rb:1485:in `exec_task_traverse' from setup.rb:1220:in `exec_config' from setup.rb:991:in `exec_config' from setup.rb:827:in `send' from setup.rb:827:in `invoke' from setup.rb:774:in `invoke' from setup.rb:1544
Confirmation: Trying both installation methods on a windows xp laptop I had at hand resulted in exactly the same errors.
