Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 726705 - Installation issues on F15: two arel packages
Summary: Installation issues on F15: two arel packages
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Packaging
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: Lukas Zapletal
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks: katello-blockers
TreeView+ depends on / blocked
 
Reported: 2011-07-29 14:56 UTC by Bryan Kearney
Modified: 2019-09-26 13:18 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-22 17:51:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Bryan Kearney 2011-07-29 14:56:00 UTC
Installing on F15, the following versions,

katello-cli-0.1.3-1.git.0.355425f.fc15.noarch
katello-0.1.54-1.git.90.c8f3df2.fc15.noarch
pulp-common-0.0.206-2.fc15.noarch
pulp-client-0.0.206-2.fc15.noarch
pulp-0.0.206-2.fc15.noarch
candlepin-tomcat6-0.4.5-1.fc15.noarch
candlepin-0.4.5-1.fc15.noarch

I get the following error:
/usr/lib/ruby/gems/1.8/gems/bundler-1.0.10/lib/bundler/runtime.rb:31:in `setup': You have already activated arel 2.0.9, but your Gemfile requires arel 2.0.6. Consider using bundle exec. (Gem::LoadError)
    from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.10/lib/bundler/spec_set.rb:12:in `each'
    from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.10/lib/bundler/spec_set.rb:12:in `each'
    from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.10/lib/bundler/runtime.rb:17:in `setup'
    from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.10/lib/bundler.rb:107:in `setup'
    from /usr/lib/katello/config/boot.rb:8
    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:53:in `gem_original_require'
    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:53:in `require'
    from ./script/rails:80
[root@unused katello]#

Comment 1 Lukas Zapletal 2011-08-09 13:05:21 UTC
The workaround is:

# cd /usr/lib64/katello
# rm -f Gemfile.lock
# bundle install --local
# service katello restart

Comment 2 Lukas Zapletal 2011-09-12 12:26:01 UTC
This must be already solved.

Comment 3 Kedar Bidarkar 2011-11-24 07:01:02 UTC
No longer we face this issue.


Note You need to log in before you can comment on or make changes to this bug.