Ben Klang created JRUBY-6361: -------------------------------- Summary: RbConfig reports wrong OS type on Solaris Key: JRUBY-6361 URL: https://jira.codehaus.org/browse/JRUBY-6361 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.6.5 Environment: Solaris 11 11/11 OpenIndiana 151a Reporter: Ben Klang Priority: Minor
RbConfig reports "sunos" instead of "solaris2.11": Example code: ruby -e "require 'rbconfig'; puts RbConfig::CONFIG['host_os'].downcase" On OpenIndiana with Ruby 1.9.2-p290 this yields "solaris2.11" On OpenIndiana with JRuby 1.6.5.1 this yields "sunos" I have confirmed the same behavior for JRuby on Solaris 11 11/11, but did not test 1.9.2 on Solaris 11. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email