From: pere.noel@... (=?ISO-8859-1?Q?Une_B=E9vue?=) Date: 2006-10-20T18:55:06+09:00 Subject: cyclic prob with gem_origina_require I'd like to cure a cyclic prob with gem_origina_require, i get a prob with gem each time i upgrade Ruby and/or rubygems. Here is my setup : Mac OS X 10.4.8 ruby 1.8.5 (2006-08-25) [powerpc-darwin8.8.0] gem --version == 0.9.0 ruby and gem being installed under DarwinPorts. here is the error message i get : ~/Desktop/gruff-0.2.4%> ruby /Users/yvon/Desktop/gruff-0.2.4/test/test_line.rb > test_line.rb_ERROR.txt /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- rubycocoa (LoadError) from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /opt/local/lib/ruby/vendor_ruby/1.8/osx/cocoa.rb:11 from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in a number of times trying "~/Desktop/gruff-0.2.4%> ruby /Users/yvon/Desktop/gruff-0.2.4/test/test_line.rb > test_line.rb_ERROR.txt /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- rubycocoa (LoadError) from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /opt/local/lib/ruby/vendor_ruby/1.8/osx/cocoa.rb:11 from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in " and following the advices given on this page. posted in case you know about a workaround.