[Bug 209973] sysutils/vagrant - no longer runs because
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 2 15:38:40 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209973
Bug ID: 209973
Summary: sysutils/vagrant - no longer runs because
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: mvharding at gmail.com
CC: joe at thrallingpenguin.com
Flags: maintainer-feedback?(joe at thrallingpenguin.com)
CC: joe at thrallingpenguin.com
vagrant does't start because it wants the mime-types gem to be version < 3.0,
and a recent upgrade of misc/rubygem-mime-types pushed it to 3.1.
$ time vagrant up
/usr/local/lib/ruby/site_ruby/2.2/rubygems/dependency.rb:310:in `to_specs':
Could not find 'mime-types' (< 3.0, >= 1.16) - did find: [mime-types-3.1]
(Gem::MissingSpecVersionError)
...
As a work around I did:
gem install --user-install mime-types -v 2.99.2
and it appears to be working
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list