[MacRuby] #289: macgem error "uninitialized constant Gem::Marshal (NameError)"
#289: macgem error "uninitialized constant Gem::Marshal (NameError)" -------------------------------------+-------------------------------------- Reporter: ingo.vietense@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: macgem -------------------------------------+-------------------------------------- The current experimental branch throws a "uninitialized constant Gem::Marshal (NameError)" when running ./sudo macgem -- Ticket URL: <http://www.macruby.org/trac/ticket/289> MacRuby <http://macruby.org/>
#289: macgem error "uninitialized constant Gem::Marshal (NameError)" -------------------------------------+-------------------------------------- Reporter: ingo.vietense@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: macgem -------------------------------------+-------------------------------------- Comment(by ingo.vietense@…): My environment is a MacBook Pro Intel Core 2 Duo with OSX 10.5.7 -- Ticket URL: <http://www.macruby.org/trac/ticket/289#comment:1> MacRuby <http://macruby.org/>
#289: macgem error "uninitialized constant Gem::Marshal (NameError)" -------------------------------------+-------------------------------------- Reporter: ingo.vietense@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: macgem -------------------------------------+-------------------------------------- Comment(by lsansonetti@…): It's because Marshal does not exist yet on experimental. -- Ticket URL: <http://www.macruby.org/trac/ticket/289#comment:2> MacRuby <http://macruby.org/>
#289: macgem error "uninitialized constant Gem::Marshal (NameError)" -------------------------------------+-------------------------------------- Reporter: ingo.vietense@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: macgem -------------------------------------+-------------------------------------- Comment(by msassak@…): I was getting the same error when trying to run `rake spec:ci` and `rake bench:ci` as noted in the readme. Turns out I had the RUBYOPT environment variable set to "rubygems". Unsetting it fixed the problem. Now I'm getting segfaults, which is more the type of error I was expecting from the experimental branch. :-) -- Ticket URL: <http://www.macruby.org/trac/ticket/289#comment:3> MacRuby <http://macruby.org/>
#289: macgem error "uninitialized constant Gem::Marshal (NameError)" -------------------------------------+-------------------------------------- Reporter: ingo.vietense@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: macgem | -------------------------------------+-------------------------------------- Changes (by mattaimonetti@…): * status: new => closed * resolution: => invalid Comment: marshal has been partially implemented, however some other std libs are not available yet (like socket) so macgem isn't fully working yet. I'm closing this ticket since it's not really a macgem related problem. -- Ticket URL: <http://www.macruby.org/trac/ticket/289#comment:4> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby