Closed kiyoto closed 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?
Nothing. A plugin depens on old yajl-ruby. Changing gemspec will resolve this problem.
Maybe, this issue is resolved since latest version.
I saw the following while using fluent-gem on Ubuntu 12.0.4 64 bit.
Is the warning something to be concerned about?