Projects

Ticket #231 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

[0.4] Can't install hoe

Reported by: roberto@… Owned by: lsansonetti@…
Priority: critical Milestone: MacRuby 0.5
Component: MacRuby Keywords: hoe, gem
Cc:

Description

MacRuby 0.4 just installed from the posted package. 10.5.6, macports 1.7. gcc 4.0/4.2 from XCode.

503 [23:41] roberto@sidhe:HG/old-crypto> sudo macgem install rubyforge hoe
Successfully installed rubyforge-1.0.3
ERROR:  Error installing hoe:
	hoe requires  (, runtime)
1 gem installed
Installing ri documentation for rubyforge-1.0.3...
Error reading the class cache; recreating the class cache!
Updating class cache with 47 classes...
Installing RDoc documentation for rubyforge-1.0.3...

I can (and did) install hoe on plain ruby 1.9.1 (from trunk).

Change History

Changed 3 years ago by anonymous

  • milestone MacRuby 1.0 deleted

Milestone MacRuby 1.0 deleted

Changed 2 years ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.5

Seems to work on trunk (0.5), closing.

$ macgem install rubyforge 
WARNING:  Installing to ~/.gem since /Library/Frameworks/MacRuby.framework/Versions/0.5/usr/lib/ruby/Gems/1.9.0 and
	  /usr/bin aren't both writable.
WARNING:  You don't have /Users/lrz/.gem/macruby/1.9.0/bin in your PATH,
	  gem executables will not run.
Successfully installed json_pure-1.1.9
Successfully installed rubyforge-2.0.3
2 gems installed
$ macgem install hoe
WARNING:  Installing to ~/.gem since /Library/Frameworks/MacRuby.framework/Versions/0.5/usr/lib/ruby/Gems/1.9.0 and
	  /usr/bin aren't both writable.
WARNING:  You don't have /Users/lrz/.gem/macruby/1.9.0/bin in your PATH,
	  gem executables will not run.
Successfully installed hoe-2.3.3
1 gem installed
Note: See TracTickets for help on using tickets.