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.