This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123915

Summary: NetBeans Ruby does not correctly identify Solaris gem home
Product: ruby Reporter: David Vancouvering <davidvc>
Component: PlatformAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: OS/2   
Issue Type: DEFECT Exception Reporter:

Description David Vancouvering 2007-12-12 22:36:52 UTC
If you pick the native Solaris ruby interpreter under /usr/ruby/1.8/bin, NetBeans does not locate the gem home under
/var/ruby/1.8/gem_home.  We should set this automatically so the user doesn't have to set it.
Comment 1 David Vancouvering 2007-12-12 22:37:29 UTC
This is on Solaris Nevada b79, which includes the webstack installation of Ruby.
Comment 2 David Vancouvering 2007-12-13 01:21:20 UTC
New information: it is not clear what gem home to use.  The gem home under /var is the system gem home and should not be
writeable.  So, the question is, what gem home should be used for NetBeans to install new gems?  Your ideas here much
appreciated.  Right now things are pretty much broken because the /var/ruby/1.8/gem_home is not writeable, and there is
no guidance about where to put a new gem home.
Comment 3 Jiri Skrivanek 2007-12-13 10:17:35 UTC

*** This issue has been marked as a duplicate of 123811 ***