Bug ID 1044087
Summary vagrant 'package' command results in backtrace: cannot load such file -- /usr/share/vagrant/lib/vagrant/action/general/package (LoadError)
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Virtualization:Tools
Assignee virt-bugs@suse.de
Reporter markos.chandras@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

$ vagrant --version
Vagrant 1.9.1

$ vagrant package --base
openstack-ansible-rabbitmq_server_opensuse422_1497360075971_91358 --output
opensuse/foobar
/usr/share/vagrant/plugins/providers/virtualbox/action/package_setup_folders.rb:3:in
`require_relative': cannot load such file --
/usr/share/vagrant/lib/vagrant/action/general/package (LoadError)
    from
/usr/share/vagrant/plugins/providers/virtualbox/action/package_setup_folders.rb:3:in
`<top (required)>'
    from /usr/share/vagrant/plugins/providers/virtualbox/action.rb:157:in
`block (2 levels) in action_package'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/action/builtin/call.rb:47:in
`call'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/action/builtin/call.rb:47:in
`call'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in
`call'
    from
/usr/share/vagrant/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in
`call'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/action/warden.rb:34:in
`call'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/action/builder.rb:116:in
`call'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/action/runner.rb:66:in
`block in run'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/util/busy.rb:19:in
`busy'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/action/runner.rb:66:in
`run'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/machine.rb:225:in
`action_raw'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/machine.rb:200:in
`block in action'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/environment.rb:533:in
`lock'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/machine.rb:186:in
`call'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/machine.rb:186:in
`action'
    from /usr/share/vagrant/plugins/commands/package/command.rb:90:in
`package_vm'
    from /usr/share/vagrant/plugins/commands/package/command.rb:70:in
`package_base'
    from /usr/share/vagrant/plugins/commands/package/command.rb:43:in `execute'
    from /usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/cli.rb:42:in
`execute'
    from
/usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/lib/vagrant/environment.rb:274:in
`cli'
    from /usr/lib64/ruby/gems/2.2.0/gems/vagrant-1.9.1/bin/vagrant:122:in `<top
(required)>'
    from /usr/bin/vagrant:23:in `load'
    from /usr/bin/vagrant:23:in `<main>'

It seems there is no such directory installed

~$ ls /usr/share/vagrant/lib/vagrant/action/general/package
ls: cannot access '/usr/share/vagrant/lib/vagrant/action/general/package': No
such file or directory

Let me know if you need more information from me


You are receiving this mail because: