treasure-data / omnibus-td-agent

td-agent (Fluentd) Packaging Scripts
https://docs.treasuredata.com/articles/td-agent-changelog
Apache License 2.0
82 stars 131 forks source link

"Unresolved specs during Gem::Specification.reset" for yajl-ruby #3

Closed kiyoto closed 10 years ago

kiyoto commented 10 years ago

I saw the following while using fluent-gem on Ubuntu 12.0.4 64 bit.

# /opt/td-agent/embedded/bin/fluent-gem install fluent-plugin-dstat
WARN: Unresolved specs during Gem::Specification.reset:
      yajl-ruby (~> 1.0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
Fetching: fluent-mixin-rewrite-tag-name-0.1.0.gem (100%)
Successfully installed fluent-mixin-rewrite-tag-name-0.1.0
Fetching: fluent-plugin-dstat-0.2.5.gem (100%)
Successfully installed fluent-plugin-dstat-0.2.5
Parsing documentation for fluent-mixin-rewrite-tag-name-0.1.0
Installing ri documentation for fluent-mixin-rewrite-tag-name-0.1.0
Parsing documentation for fluent-plugin-dstat-0.2.5
Installing ri documentation for fluent-plugin-dstat-0.2.5
Done installing documentation for fluent-mixin-rewrite-tag-name, fluent-plugin-dstat after 0 seconds
2 gems installed

Is the warning something to be concerned about?

repeatedly commented 10 years ago

Nothing. A plugin depens on old yajl-ruby. Changing gemspec will resolve this problem.

repeatedly commented 10 years ago

Maybe, this issue is resolved since latest version.