Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing fluentd due to string-scrub #932

Closed
rohit01 opened this issue May 4, 2016 · 5 comments
Closed

Error installing fluentd due to string-scrub #932

rohit01 opened this issue May 4, 2016 · 5 comments

Comments

@rohit01
Copy link

rohit01 commented May 4, 2016

  • fluentd or td-agent version.
    0.12.22
  • Environment information, e.g. OS.
    Docker - ubuntu:14.04
  • Your configuration
    NA
  • Your problem explanation. If you have an error logs, write it together.
# gem install fluentd -v 0.12.22
ERROR:  Error installing fluentd:
    string-scrub requires Ruby version <= 2.0.0, >= 1.9.3.
# gem -v
2.0.14
# ruby -v
ruby 2.0.0p384 (2014-01-12) [x86_64-linux-gnu]

It looks like a recent problem. We created fluentd docker images yesterday without any issue.

@repeatedly
Copy link
Member

It looks like a recent problem

What does 'recent' mean?
Yesterday is ok but today had a problem?

@repeatedly
Copy link
Member

I found the problem by this PR #933
Could you try to install string-scrub v0.0.5 before fluentd installation?

@rohit01
Copy link
Author

rohit01 commented May 4, 2016

Pre-installing string-scrub v0.0.5 works.

root@13b7aaa3c12f:/# gem install string-scrub -v 0.0.5
Fetching: string-scrub-0.0.5.gem (100%)
Building native extensions.  This could take a while...
Successfully installed string-scrub-0.0.5
Parsing documentation for string-scrub-0.0.5
unable to convert "\xD8" from ASCII-8BIT to UTF-8 for lib/string/scrub.so, skipping
Installing ri documentation for string-scrub-0.0.5
1 gem installed

root@13b7aaa3c12f:/# gem install fluentd -v 0.12.22
Fetching: fluentd-0.12.22.gem (100%)
Successfully installed fluentd-0.12.22
Parsing documentation for fluentd-0.12.22
Installing ri documentation for fluentd-0.12.22
1 gem installed

@repeatedly
Copy link
Member

repeatedly commented May 4, 2016

Release fluentd v0.12.23.
You don't need pre string-scrub installation.

@rohit01
Copy link
Author

rohit01 commented May 4, 2016

Awesome! Thank you so much 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants