Projects

Ticket #133 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Cannot install soap4r gem using macgem

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

Description

As an example of macgem currently failing to install a gem, the SOAP4r gem via macgem fails to install. This error has been repeated by at least one other person.

The error when running macgem install soap4r is:

ERROR: Error installing soap4r:

soap4r requires ()

Change History

Changed 2 years ago by lsansonetti@…

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

As of r2918, it seems to be installable.

$ macgem install soap4r
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 httpclient-2.1.5.2
Successfully installed soap4r-1.5.8
2 gems installed

It may not fully work though, feel free to file a new bug if you find something.

Note: See TracTickets for help on using tickets.