Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 03:20:19 GMT
From:      Hiroto Kagotani <hiroto.kagotani@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186828: textproc/rubygem-nokogiri: does not work
Message-ID:  <201402170320.s1H3KJ64065218@cgiserv.freebsd.org>
Resent-Message-ID: <201402170330.s1H3U1fF071526@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186828
>Category:       ports
>Synopsis:       textproc/rubygem-nokogiri: does not work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 17 03:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Hiroto Kagotani
>Release:        9.2-RELEASE-p3
>Organization:
>Environment:
FreeBSD myhost.mydomain 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
After upgrading rubygem-nokogiri to 1.6.1, applications using nokogiri do not work with a message "Could not find mini_portile (~> 0.5.0)".
>How-To-Repeat:
With ruby-1.9.3.484_1,1 and rubygem-nokogiri-1.6.1, run the following script (say /tmp/a.rb):
#!/usr/bin/env ruby
require 'nokogiri'

Then, you will get the following message:
/usr/local/lib/ruby/site_ruby/1.9/rubygems/dependency.rb:247:in `to_specs': Could not find mini_portile (~> 0.5.0) amongst [nokogiri-1.6.1] (Gem::LoadError)
        from /usr/local/lib/ruby/site_ruby/1.9/rubygems/specification.rb:778:in `block in activate_dependencies'
        from /usr/local/lib/ruby/site_ruby/1.9/rubygems/specification.rb:767:in `each'
        from /usr/local/lib/ruby/site_ruby/1.9/rubygems/specification.rb:767:in `activate_dependencies'
        from /usr/local/lib/ruby/site_ruby/1.9/rubygems/specification.rb:751:in `activate'
        from /usr/local/lib/ruby/site_ruby/1.9/rubygems.rb:212:in `rescue in try_activate'
        from /usr/local/lib/ruby/site_ruby/1.9/rubygems.rb:209:in `try_activate'
        from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:59:in `rescue in require'
        from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:35:in `require'
        from /tmp/a.rb:2:in `<main>'


>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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