Bug 965222
Summary: | uninitialized constant Gem::Builder - jruby is broken | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | gil cattaneo <puntogil> |
Component: | jruby | Assignee: | Mo Morsi <mmorsi> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | bkabrda, mgoldman, mmorsi, vondruch |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-21 06:57:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
gil cattaneo
2013-05-20 18:03:48 UTC
The Gem::Builder was removed in RubyGems 2.0. Please make sure that your package is compatible with RubyGems 2.0. Thank you. jruby-rack is compatible with jruby all version only regards jruby-rack might be compatible with all jruby versions, but apparently, it is not compatible with RubyGems 2.0. Since bundling is prohibited in Fedora, we are using single instance of RubyGems library, which is shared between Ruby (MRI) as well as JRuby, hence we are using newer RubyGems then shipped with JRuby. Otherwise we would need to bundle, which is obviously against Fedora packaging guidelines. Moreover, as far as I understand, RubyGems 2.0 supports JRuby just fine, so there is no excuse for any gem to not be adjusted for RubyGems 2.0. Please contact your upstream and work together to solve compatibility with RubyGems 2.0. Thanks. |