Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jun 2016 15:38:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209973] sysutils/vagrant - no longer runs because
Message-ID:  <bug-209973-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209973

            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@FreeBSD.org
          Reporter: mvharding@gmail.com
                CC: joe@thrallingpenguin.com
             Flags: maintainer-feedback?(joe@thrallingpenguin.com)
                CC: joe@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, >=3D 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209973-13>