From owner-freebsd-ports-bugs@freebsd.org Sun Feb 14 12:17:40 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A723AA8585 for ; Sun, 14 Feb 2016 12:17:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AC04102D for ; Sun, 14 Feb 2016 12:17:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ECHdv8099630 for ; Sun, 14 Feb 2016 12:17:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207184] sysutils/vagrant: vagrant "plugins" subcommand fails Date: Sun, 14 Feb 2016 12:17:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ag-freebsd@muc.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 12:17:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207184 Bug ID: 207184 Summary: sysutils/vagrant: vagrant "plugins" subcommand fails Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ag-freebsd@muc.de CC: joe@thrallingpenguin.com Flags: maintainer-feedback?(joe@thrallingpenguin.com) CC: joe@thrallingpenguin.com The vagrant "plugin install/uninstall/upgrade" subcommands fail with the Ru= by traceback given below. The "plugin" subcommand works if I use iocage for a pristine 10.2-RELEASE, = rvm for an isolated ruby gem environment (ruby version 2.1.5), and checking out= the 1.8.1 release from the vagrant GIT repository, building gem(s), and install= ing. So I assume the dependency version may differ and will cause some incompatibility. Unfortunately I've found no references how to do rubygem-ports development = to=20 supply some patch. Regards, Armin # vagrant --version Vagrant 1.8.1 4b530a16-7b52-4106-80d4-cb69cd32b2f6# vagrant plugin install vagrant-vbguest Installing the 'vagrant-vbguest' plugin. This can take a few minutes... /usr/local/lib/ruby/site_ruby/2.1/rubygems/specification.rb:945:in `all=3D': undefined method `group_by' for nil:NilClass (NoMethodError) from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/bundler.rb:268:= in `with_isolated_gem' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/bundler.rb:225:= in `internal_install' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/bundler.rb:97:in `install' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/plugin/manager.= rb:62:in `block in install_plugin' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/plugin/manager.= rb:72:in `call' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/plugin/manager.= rb:72:in `install_plugin' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/plugins/commands/plugin/act= ion/install_gem.rb:37:in `call' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/action/warden.r= b:34:in `call' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/action/builder.= rb:116:in `call' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/action/runner.r= b:66:in `block in run' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:19= :in `busy' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/action/runner.r= b:66:in `run' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/plugins/commands/plugin/com= mand/base.rb:14:in `action' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/plugins/commands/plugin/com= mand/install.rb:32:in `block in execute' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/plugins/commands/plugin/com= mand/install.rb:31:in `each' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/plugins/commands/plugin/com= mand/install.rb:31:in `execute' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/plugins/commands/plugin/com= mand/root.rb:56:in `execute' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/cli.rb:42:in `execute' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/lib/vagrant/environment.rb:= 302:in `cli' from /usr/local/lib/ruby/gems/2.1/gems/vagrant-1.8.1/bin/vagrant:17= 7:in `' from /usr/local/bin/vagrant:23:in `load' from /usr/local/bin/vagrant:23:in `
' --=20 You are receiving this mail because: You are the assignee for the bug.=