Ticket #226 (closed defect: worksforme)
rake fails with stringio (LoadError)
| Reported by: | adam@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.4 |
| Component: | MacRuby | Keywords: | building rake stringio |
| Cc: |
Description
I cannot build the trunk since rel 829. I get the following error:
(in /Users/adam/Code/MacRuby/MacRuby-trunk) ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ext/extmk.rb --make="/usr/bin/make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --extension --extstatic -- clean /Users/adam/Code/MacRuby/MacRuby-trunk/lib/yaml.rb:9:in `require': no such file to load -- stringio (LoadError) from /Users/adam/Code/MacRuby/MacRuby-trunk/lib/yaml.rb:9:in `<top (required)>' from /Users/adam/Code/MacRuby/MacRuby-trunk/lib/rubygems/config_file.rb:7:in `require' from /Users/adam/Code/MacRuby/MacRuby-trunk/lib/rubygems/config_file.rb:7:in `<top (required)>' from /Users/adam/Code/MacRuby/MacRuby-trunk/lib/rubygems.rb:883:in `require' from /Users/adam/Code/MacRuby/MacRuby-trunk/lib/rubygems.rb:883:in `<top (required)>' from /Users/adam/Code/MacRuby/MacRuby-trunk/lib/ubygems.rb:10:in `require' from /Users/adam/Code/MacRuby/MacRuby-trunk/lib/ubygems.rb:10:in `<top (required)>' from :0:in `require:' rake aborted! Command failed with status (1): [./miniruby -I./lib -I.ext/common -I./- -r....] /Users/adam/Code/MacRuby/MacRuby-trunk/rakefile:644 (See full trace by running task with --trace)
Any ideas?
Change History
Note: See
TracTickets for help on using
tickets.

