From owner-freebsd-ruby@FreeBSD.ORG Sat Sep 13 09:41:16 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D512133A for ; Sat, 13 Sep 2014 09:41:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6A18345 for ; Sat, 13 Sep 2014 09:41:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8D9fGei022526 for ; Sat, 13 Sep 2014 09:41:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 193600] New: sysutils/vagrant broken by update to sysutils/rubygem-bundler Date: Sat, 13 Sep 2014 09:41:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christopherhall.hsw@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 09:41:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193600 Bug ID: 193600 Summary: sysutils/vagrant broken by update to sysutils/rubygem-bundler Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: christopherhall.hsw@gmail.com CC: joe@thrallingpenguin.com, ruby@FreeBSD.org CC: joe@thrallingpenguin.com, ruby@FreeBSD.org Running vagrant produces the error below % vagrant /usr/local/lib/ruby/site_ruby/2.0/rubygems/dependency.rb:247:in `to_specs': Could not find bundler (< 1.7.0, >= 1.5.2) amongst [akami-1.0.0, arrayfields-4.9.2, builder-3.0.4, bundler-1.7.2, celluloid-0.16.0, childprocess-0.5.3, chronic-0.10.2, diff-lcs-1.2.5, erubis-2.7.0, fattr-2.2.2, ffi-1.9.3, gssapi-1.0.2, gyoku-0.4.6, hitimes-1.2.2, hoe-3.12.0, httpclient-2.4.0, httpi-0.9.7, i18n-0.6.11, json_pure-1.8.1, listen-2.7.9, little-plugger-1.1.3, log4r-1.1.10, logging-1.8.2, main-6.0.0, map-6.5.4, multi_json-1.10.1, net-scp-1.1.2, net-ssh-2.7.0, nokogiri-1.6.3.1, nori-1.0.3, rack-1.4.5, rb-fsevent-0.9.4, rb-inotify-0.9.5, rb-kqueue-0.2.3, rspec-3.0.0, rspec-core-3.0.4, rspec-expectations-3.0.4, rspec-mocks-3.0.4, rspec-support-3.0.4, ruby-termios-0.9.6, rubyntlm-0.1.1, savon-0.9.5, timers-4.0.0, timers-1.1.0, uuidtools-2.1.5, vagrant-1.6.5, vagrant-1.6.3, wasabi-1.0.0, wdm-0.1.0, winrm-1.1.3] (Gem::LoadError) from /usr/local/lib/ruby/site_ruby/2.0/rubygems/specification.rb:778:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/2.0/rubygems/specification.rb:767:in `each' from /usr/local/lib/ruby/site_ruby/2.0/rubygems/specification.rb:767:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/2.0/rubygems/specification.rb:751:in `activate' from /usr/local/lib/ruby/site_ruby/2.0/rubygems.rb:1232:in `gem' from /usr/local/bin/vagrant:22:in `
' It seems that there ws a recent update of sysutils/rubygem-bundler by swills, SVN=366146 thane updated bundler to 1.7.2. However vagrant has a gemspec file that contains: s.add_dependency "bundler", ">= 1.5.2", "< 1.7.0" Manually changing the 1.7.0 to 1.8.0 in the port's work dir just after make extract, then doing "make reinstall" appears to work. Only limited testing done: up, provision, ssh and halt. I noted this on the vagrant github issues page as: https://github.com/mitchellh/vagrant/issues/4500 --- Comment #1 from Bugzilla Automation --- Maintainers CC'd -- You are receiving this mail because: You are on the CC list for the bug.