search for: buferror

Displaying 14 results from an estimated 14 matches for "buferror".

Did you mean: b'error
2005 Dec 16
1
Gem update error (Zlib::BufError)
...9;ve just run the usual gem update --include-dependencies in order to update to 1.0 and I get the following error: Upgrading installed gems... Attempting remote upgrade of actionwebservice Attempting remote installation of ''actionwebservice'' ERROR: While executing gem ... (Zlib::BufError) buffer error Subsequent attempts gives me the same error. Can anyone help? I''m on WinXP. Many thanks -- Charles Roper www.charlesroper.co.uk
2005 Dec 15
0
Zlib::BufError on gem update
...9;ve just run the usual gem update --include-dependencies in order to update to 1.0 and I get the following error: Upgrading installed gems... Attempting remote upgrade of actionwebservice Attempting remote installation of ''actionwebservice'' ERROR: While executing gem ... (Zlib::BufError) buffer error Subsequent attempts gives me the same error. Can anyone help? I''m on WinXP. Many thanks Charles
2007 Jan 20
0
actionrecord gem update produces Zlib::BufError
...#39;':'' not followed by identified or oper ator lib/action_controller/routing.rb:1054:39: '':'' not followed by identified or oper ator Attempting remote update of actionwebservice Install required dependency activerecord? [Yn] y ERROR: While executing gem ... (Zlib::BufError) buffer error C:\> <--- I googled for this and came up with previous messages relating to a discrepancy in gem file sizes when going from rails-1.1.5 to 1.1.6 but nothing about rails-1.2.1. I have RubyZib installed. How do I get this fixed or bypassed? Thanks. -- Posted via http:/...
2007 Dec 09
0
Windows, Rails2.0, Zlib::BufError or Mongrel crash with rubygems update --system
(this will be a bit off topic, but in my opinion important info for Windows users) Hope i get your attention before running "gem update --system" on win32, as the 0.9.5 version of rubygems caused me some problems I have done what I could to gather the information and write what worked for me: Rails 2.0, gem install, Windows => Mongrel Trouble
2009 Jan 03
6
Error message when installing rails
After I entered the command "gem install rails --include-dependencies" for a while, an error message "ERROR: while executing gem... (Zlib::BufError) buffer error". How can I fix this problem? I am new to rails and I hope I can get some help here. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou...
2007 May 19
3
Capistrano installation error--Zlib buffer error
I''m trying to install Capistrano. When I run gem install Capistrano --include-dependencies, I get the following error: ERROR: While executing gem ... (Zlib::BufError) buffer error Anyone got any ideas what''s causing this and how I can fix it? I''d really like to use Capistrano to deploy my rails app, but I need to install it first.... Thanks, Myron -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~...
2007 Dec 07
7
activerecord 2.0.1 gem
...>gem install activerecord-2.0.1 ERROR: Error installing gem activerecord-2.0.1[.gem]: buffer error REMOTE: R:\workzone\dwell-aware\trunk>gem update --source http://gems.rubyonrails.com Updating installed gems... Attempting remote update of activerecord ERROR: While executing gem ... (Zlib::BufError) buffer error I believe the .gem file to be corrupt! Thanks, Rags -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this...
2007 Sep 03
1
Problem installing RMagick gem
...ave problems installing the gem: cmd I''m running: gem install rmagick --local --debug Error: Exception `Errno::ENOENT'' at F:/InstantRails/ruby/lib/ruby/site_ruby/ 1.8/rubygems/config_file.rb:50 - No such file or directory - C:\Documents and Settings\Daniel/.gemrc Exception `Zlib::BufError'' at F:/InstantRails/ruby/lib/ruby/site_ruby/ 1.8/rubygems/package.rb:348 - buffer error ERROR: Error installing gem rmagick[.gem]: buffer error Does it ring a bell to anybody? Thanks...regards Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message becau...
2006 Aug 09
10
Is there QA on Rails gem releases?
The ActionMailer/ActionPack gem release is still screwed up. Does someone test the gem releases to ensure that they work? Just an idea. Wes -- Posted via http://www.ruby-forum.com/.
2006 Sep 08
8
Ferret-0.10.3 released
Hey all, I''ve just released Ferret 0.10.3. It is mostly just a bugfix release. I''ve also added Ferret::Analysis::HyphenFilter which filters hyphenated words for better search results. Basically the way it works is it concatenates a hyphenated word as well as adding the two separate terms. So "set-up" becomes "setup", "set", "up" so
2006 Aug 09
0
Rails security update
...g remote installation of ''rubyzip'' Successfully installed rubyzip-0.9.1 C:\ruby\bin>gem install rails --include-dependencies Attempting local installation of ''rails'' ERROR: Error installing gem rails[.gem]: No metadata found! Actually, I was getting: (Zlib::BufError) buffer error, so maybe it''s enroute to being fixed? Regards, Rich
2006 Aug 10
1
unable to upgrade to 1.1.5 (Win) gem error
...service-1.1.5.gem activerecord-1.14.4.gem rails-1.1.5.gem Gem install activerecord-1.14.4.gem is OK [c:\temp\gem\rails115]gem install actionpack-1.12.4.gem --debug Exception `Errno::ENOENT'' at C:/RUBY184/lib/ruby/site_ruby/1.8/rubygems/config_file.rb:50 - No such file or Exception `Zlib::BufError'' at C:/RUBY184/lib/ruby/site_ruby/1.8/rubygems/package.rb:348 - buffer error ERROR: Error installing gem actionpack-1.12.4.gem[.gem]: buffer error Any idea ? thanks. PS: Any way to know the (host) mirror used to download gem when using rubyforge ? "UPDATE 2: We''ve fixed t...
2005 Dec 24
1
Problem with ActiveRecord installation
When I try to install activerecord with rubygems, it constantly pop ''ZBuffer'' error. I tried to install older version, but it can''t be found by rubygems in remote repository. what should I do to install it? -- Posted via http://www.ruby-forum.com/.
2007 Nov 08
0
Facets GEM Install on Windows
I keep getting this error when trying to : gem install facets C:\projects\rails>gem install facets ERROR: While executing gem ... (Zlib::BufError) buffer error Other gems install fine: C:\projects\rails>gem environment RubyGems Environment: - VERSION: 0.9.4 (0.9.4) - INSTALLATION DIRECTORY: c:/ruby/lib/ruby/gems/1.8 - GEM PATH: - c:/ruby/lib/ruby/gems/1.8 - REMOTE SOURCES: - http://gems.rubyforge.org --~--~------...