Bug 726705

Summary: Installation issues on F15: two arel packages
Product: Red Hat Satellite Reporter: Bryan Kearney <bkearney>
Component: PackagingAssignee: Lukas Zapletal <lzap>
Status: CLOSED CURRENTRELEASE QA Contact: Katello QA List <katello-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: kbidarka, lzap, mmccune
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-22 17:51:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 747354    

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.