redmine-ubuntu-ansible icon indicating copy to clipboard operation
redmine-ubuntu-ansible copied to clipboard

Ruby configure error

Open changchichung opened this issue 6 years ago • 3 comments

TASK [ruby : Rubyのビルド1 (configure)] **********************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "./configure --disable-install-doc", "msg": "[Errno 13] Permission denied: './configure'", "rc": 13}
	to retry, use: --limit @/home/chchang/git/redmine-ubuntu-ansible/site.retry

PLAY RECAP ***********************************************************************************************************************************************
localhost                  : ok=14   changed=1    unreachable=0    failed=1   

any ideas ?

changchichung avatar Dec 10 '18 15:12 changchichung

Please Environmental information. Do you run ansible command with root?

5ym avatar Mar 13 '19 06:03 5ym

I found a solution.

sudo apt install language-pack-ja

5ym avatar Mar 13 '19 13:03 5ym

I had a problem similar to https://github.com/farend/redmine-ubuntu-ansible/issues/3#issue-389352424 on ubuntu:16.04 docker container It was solved by putting language-pack-ja. @5ym Thank you for sharing the solution!

ishikawa999 avatar Nov 20 '19 05:11 ishikawa999