From: Ollivier Robert Date: 2009-03-30T07:36:33+09:00 Subject: Re: Ruby 1.9.1-p0, llvm: all tests pass! Ollivier Robert wrote: > One pet peeves of mine regarding 1.9 seems to have very recently been > squashed by progress on llvm/clang front. Using r68016 of llvm/clang > (pre-2.6), I managed to configure, make and make test of 1.9.1-p0 on my > FreeBSD 7.1 box. Apparently, it compiles, runs tests but "require" of gems is broken, so much for tests... 1718 [0:33] roberto@keltia:Src/old-crypto> irb19 irb(main):001:0> require "hoe" LoadError: no such file to load -- hoe from (irb):1:in `require' from (irb):1 from /usr/local/bin/irb19:12:in `
' /local/local/lib/ruby/gems/1.9/gems/hoe-1.11.0 /local/local/lib/ruby/gems/1.9/gems/hoe-1.11.0/History.txt /local/local/lib/ruby/gems/1.9/gems/hoe-1.11.0/Manifest.txt /local/local/lib/ruby/gems/1.9/gems/hoe-1.11.0/README.txt /local/local/lib/ruby/gems/1.9/gems/hoe-1.11.0/Rakefile /local/local/lib/ruby/gems/1.9/gems/hoe-1.11.0/bin /local/local/lib/ruby/gems/1.9/gems/hoe-1.11.0/bin/sow /local/local/lib/ruby/gems/1.9/gems/hoe-1.11.0/lib /local/local/lib/ruby/gems/1.9/gems/hoe-1.11.0/lib/hoe.rb ... 1719 [0:35] roberto@keltia:Src/old-crypto> gem19 list *** LOCAL GEMS *** daemons (1.0.10) eventmachine (0.12.6) hoe (1.11.0) nokogiri (1.2.3) rack (0.9.1) rake (0.8.4) rmagick (2.9.1) rubyforge (1.0.3) thin (1.0.0) -- Posted via http://www.ruby-forum.com/.