Bug 1301034 - Vagrant is broken on Rawhie
Summary: Vagrant is broken on Rawhie
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: vagrant
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vít Ondruch
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1267024
TreeView+ depends on / blocked
 
Reported: 2016-01-22 11:44 UTC by Vít Ondruch
Modified: 2016-08-03 13:23 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-08-03 13:23:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vít Ondruch 2016-01-22 11:44:31 UTC
Description of problem:
I see these errors when installing Vagrant on Rawhide:

/usr/share/rubygems/rubygems/core_ext/kernel_require.rb:127:in `require': cannot load such file -- abrt/handler (LoadError)
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:127:in `rescue in require'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:40:in `require'
	from /usr/share/gems/gems/abrt-0.1.1/lib/abrt.rb:6:in `block in <top (required)>'
/usr/share/gems/gems/bundler-1.10.6/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find fog-core-1.29.0 in any of the sources (Bundler::GemNotFound)
	from /usr/share/gems/gems/bundler-1.10.6/lib/bundler/spec_set.rb:85:in `map!'
	from /usr/share/gems/gems/bundler-1.10.6/lib/bundler/spec_set.rb:85:in `materialize'
	from /usr/share/gems/gems/bundler-1.10.6/lib/bundler/definition.rb:140:in `specs'
	from /usr/share/gems/gems/bundler-1.10.6/lib/bundler/definition.rb:185:in `specs_for'
	from /usr/share/gems/gems/bundler-1.10.6/lib/bundler/runtime.rb:13:in `setup'
	from /usr/share/gems/gems/bundler-1.10.6/lib/bundler.rb:129:in `setup'
	from /usr/share/vagrant/bin/vagrant:76:in `rescue in <main>'
	from /usr/share/vagrant/bin/vagrant:70:in `<main>'

These are very likely coming from post install hooks and they are probably two independent issues.

1) Ruby tries to load ABRT hook, but fails for some reasons. It is very likely not specified in Gemfile, hence the Bundler can't find it although Ruby wants to load it.

2) Fog is very likely in newer version then Vagrant expects. The dependency should be fixed somewhere.


Version-Release number of selected component (if applicable):
$ rpm -q vagrant
vagrant-1.7.4-3.fc24.noarch

$ rpm -q ruby
ruby-2.3.0-53.fc24.x86_64


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Vít Ondruch 2016-01-22 14:33:43 UTC
Weird ... have no idea how to reproduce this :/ I just want to note, that I did not have installed vagrant before, just typed "vagrant" in my terminal and installation of vagrant was suggested and later done by PackageKit.

Comment 2 Jan Kurik 2016-02-24 14:19:46 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 3 Vít Ondruch 2016-08-03 13:23:42 UTC
Cannot reproduce anymore.


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