Projects

Ticket #289 (closed defect: invalid)

Opened 3 years ago

Last modified 2 years ago

macgem error "uninitialized constant Gem::Marshal (NameError)"

Reported by: ingo.vietense@… Owned by: lsansonetti@…
Priority: major Milestone: MacRuby 0.5
Component: MacRuby Keywords: macgem
Cc:

Description

The current experimental branch throws a "uninitialized constant Gem::Marshal (NameError)" when running ./sudo macgem

Change History

Changed 3 years ago by ingo.vietense@…

My environment is a MacBook Pro Intel Core 2 Duo with OSX 10.5.7

Changed 3 years ago by lsansonetti@…

It's because Marshal does not exist yet on experimental.

Changed 3 years ago 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. :-)

Changed 2 years ago by mattaimonetti@…

  • status changed from new to closed
  • resolution set to invalid

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.

Note: See TracTickets for help on using tickets.