retextjs / retext

natural language processor powered by plugins part of the @unifiedjs collective
https://unifiedjs.com
MIT License
2.36k stars 93 forks source link

Bower install hangs #21

Closed remotesynth closed 9 years ago

remotesynth commented 9 years ago

I've tried multiple times to install this via Bower but it seems to hang in the same spot every single time. Tried cleaning cache but all attempts end in the same result. This is the line where it hangs:

bower resolved      git://github.com/wooorm/array-iterate.git#0.1.0
wooorm commented 9 years ago

Thanks for the issue. I just tried it out:

λ:Downloads wooorm$ mkdir test
λ:Downloads wooorm$ cd test/
λ:test wooorm$ bower install retext
bower retext#*                  cached git://github.com/wooorm/retext.git#0.1.1
bower retext#*                validate 0.1.1 against git://github.com/wooorm/retext.git#*
bower retext#*                     new version for git://github.com/wooorm/retext.git#*
bower retext#*                 resolve git://github.com/wooorm/retext.git#*
bower retext#*                download https://github.com/wooorm/retext/archive/0.4.0.tar.gz
bower retext#*                 extract archive.tar.gz
bower retext#*                resolved git://github.com/wooorm/retext.git#0.4.0
bower ware#1.2.0                cached git@github.com:segmentio/ware.git#1.2.0
bower ware#1.2.0              validate 1.2.0 against git@github.com:segmentio/ware.git#1.2.0
bower nlcst-to-textom#^0.1.0    cached git://github.com/wooorm/nlcst-to-textom.git#0.1.0
bower nlcst-to-textom#^0.1.0  validate 0.1.0 against git://github.com/wooorm/nlcst-to-textom.git#^0.1.0
bower parse-latin#^0.4.0        cached git://github.com/wooorm/parse-latin.git#0.4.2
bower parse-latin#^0.4.0      validate 0.4.2 against git://github.com/wooorm/parse-latin.git#^0.4.0
bower textom#^0.3.1             cached git://github.com/wooorm/textom.git#0.3.1
bower textom#^0.3.1           validate 0.3.1 against git://github.com/wooorm/textom.git#^0.3.1
bower array-iterate#^0.1.0      cached git://github.com/wooorm/array-iterate.git#0.1.0
bower array-iterate#^0.1.0    validate 0.1.0 against git://github.com/wooorm/array-iterate.git#^0.1.0
bower nlcst-to-string#^0.1.0    cached git://github.com/wooorm/nlcst-to-string.git#0.1.3
bower nlcst-to-string#^0.1.0  validate 0.1.3 against git://github.com/wooorm/nlcst-to-string.git#^0.1.0
bower retext#~0.4.0            install retext#0.4.0
bower nlcst-to-textom#^0.1.0   install nlcst-to-textom#0.1.0
bower parse-latin#^0.4.0       install parse-latin#0.4.2
bower textom#^0.3.1            install textom#0.3.1
bower array-iterate#^0.1.0     install array-iterate#0.1.0
bower nlcst-to-string#^0.1.0   install nlcst-to-string#0.1.3
bower ware#1.2.0               install ware#1.2.0

retext#0.4.0 bower_components/retext
├── nlcst-to-textom#0.1.0
├── parse-latin#0.4.2
├── textom#0.3.1
└── ware#1.2.0

nlcst-to-textom#0.1.0 bower_components/nlcst-to-textom

parse-latin#0.4.2 bower_components/parse-latin
├── array-iterate#0.1.0
└── nlcst-to-string#0.1.3

textom#0.3.1 bower_components/textom

array-iterate#0.1.0 bower_components/array-iterate

nlcst-to-string#0.1.3 bower_components/nlcst-to-string

ware#1.2.0 bower_components/ware

And everything worked fine. I’m not sure what the problem is. Maybe something with Bower? Could you provide me with similar logs to the above?

wooorm commented 9 years ago

@remotesynth did you get it to work? If not, could you provide me with bower logs?

remotesynth commented 9 years ago

Sorry for the slow response - I was traveling. Must be something with bower. I tried reinstalling Bower but now I am getting different failures. Where can I find the logs?

bower cached        git://github.com/wooorm/retext.git#0.4.0
bower validate      0.4.0 against git://github.com/wooorm/retext.git#*
bower not-cached    git@github.com:segmentio/ware.git#1.2.0
bower resolve       git@github.com:segmentio/ware.git#1.2.0
bower cached        git://github.com/wooorm/nlcst-to-textom.git#0.1.0
bower validate      0.1.0 against git://github.com/wooorm/nlcst-to-textom.git#^0.1.0
bower cached        git://github.com/wooorm/parse-latin.git#0.4.2
bower validate      0.4.2 against git://github.com/wooorm/parse-latin.git#^0.4.0
bower cached        git://github.com/wooorm/textom.git#0.3.1
bower validate      0.3.1 against git://github.com/wooorm/textom.git#^0.3.1
bower cached        git://github.com/wooorm/array-iterate.git#0.1.0
bower validate      0.1.0 against git://github.com/wooorm/array-iterate.git#^0.1.0
bower cached        git://github.com/wooorm/nlcst-to-string.git#0.1.4
bower validate      0.1.4 against git://github.com/wooorm/nlcst-to-string.git#^0.1.0
bower ECMDERR       Failed to execute "git ls-remote --tags --heads git@github.com:segmentio/ware.git", exit code of #128

Additional error details:
Warning: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

wooorm commented 9 years ago

Ah right, anyway, i’m still not sure what’s going on, but a quick Google search for ECMDERR and bower gave several results, including this issue on Bower. Could you check if executing that line works?

remotesynth commented 9 years ago

Tried several things and still failed. I have it installed with component. It sounds like an issue unrelated to retext, so we can close this for now.

On Tue Dec 16 2014 at 7:33:33 AM Titus Wormer notifications@github.com wrote:

Ah right, anyway, i’m still not sure what’s going on, but a quick Google search for ECMDERR and bower gave several results, including this issue on Bower https://github.com/bower/bower/issues/713. Could you check if executing that line works?

— Reply to this email directly or view it on GitHub https://github.com/wooorm/retext/issues/21#issuecomment-67152907.

wooorm commented 9 years ago

It’s a really weird bug—also hard for me to debug cause I can’t reproduce it!

Anyway, I’ll close the issue for now, let me know if you’ve got any other questions!