[Bug 213500] rubygem-jekyll-3.1.3 pkg is non-functional because of rubygem-rouge being upgraded to 2.*
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 15 10:12:56 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213500
Bug ID: 213500
Summary: rubygem-jekyll-3.1.3 pkg is non-functional because of
rubygem-rouge being upgraded to 2.*
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: freebsdbug at patpro.net
I've installed rubygem-jekyll-3.1.3 on a FreeBSD server few weeks ago. It came
with rubygem-rouge-1.10.1 and works great.
Yesterday I've installed rubygem-jekyll-3.1.3 on another FreeBSD server. It
came with rubygem-rouge-2.0.5, and it does not work. It fails with:
$ jekyll
/usr/local/lib/ruby/site_ruby/2.2/rubygems/dependency.rb:310:in `to_specs':
Could not find 'rouge' (~> 1.7) - did find: [rouge-2.0.5]
(Gem::MissingSpecVersionError)
Checked in
'GEM_PATH=/user/pproniew/.gem/ruby/2.2:/usr/local/lib/ruby/gems/2.2', execute
`gem env` for more information
from
/usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1439:in `block in
activate_dependencies'
from
/usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1428:in `each'
from
/usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1428:in
`activate_dependencies'
from
/usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1410:in `activate'
from /usr/local/lib/ruby/site_ruby/2.2/rubygems.rb:279:in `block in
activate_bin_path'
from /usr/local/lib/ruby/site_ruby/2.2/rubygems.rb:279:in `synchronize'
from /usr/local/lib/ruby/site_ruby/2.2/rubygems.rb:279:in
`activate_bin_path'
from /usr/local/bin/jekyll:22:in `<main>'
How to reproduce:
# pkg update
# pkg install rubygem-jekyll
# jekyll
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list